diff --git a/docs/simbridge/index.md b/docs/simbridge/index.md index 7efa60eb1..12c066bdd 100644 --- a/docs/simbridge/index.md +++ b/docs/simbridge/index.md @@ -23,13 +23,14 @@ require fewer extra steps before launching into your flights. ## Feature Guides -| Feature | Status | -|:-----------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------:| -| [Terrain Display](simbridge-feature-guides/terrain.md) | In [Development](../fbw-a32nx/fbw-versions.md#development-version-recommended) Version | -| [MCDU Remote Display](simbridge-feature-guides/remote-displays/remote-mcdu.md) | Available in [All Versions](../fbw-a32nx/fbw-versions.md) | -| [Company Routes Support](simbridge-feature-guides/coroute.md) | Available in [All Versions](../fbw-a32nx/fbw-versions.md) | -| [flyPad Local Charts](../fbw-a32nx/feature-guides/flypados3/charts.md#local-files) | Available in [All Versions](../fbw-a32nx/fbw-versions.md) | -| Remote Displays | Work in Progress | +| Feature | Status | +|:----------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------:| +| [Terrain Display](simbridge-feature-guides/terrain.md) | In [Development](../fbw-a32nx/fbw-versions.md#development-version-recommended) Version | +| [MCDU Remote Display](simbridge-feature-guides/remote-displays/remote-mcdu.md) | Available in [All Versions](../fbw-a32nx/fbw-versions.md) | +| [Company Routes Support](simbridge-feature-guides/coroute.md) | Available in [All Versions](../fbw-a32nx/fbw-versions.md) | +| [flyPad Local Charts](../fbw-a32nx/feature-guides/flypados3/charts.md#local-files) | Available in [All Versions](../fbw-a32nx/fbw-versions.md) | +| Remote Displays | Work in Progress | +| Remote SimBridge | In [Development](../fbw-a32nx/fbw-versions.md#development-version-recommended) Version | !!! warning "Important Notes" Please keep SimBridge updated at all times regardless of the version of aircraft you are currently flying! diff --git a/docs/simbridge/simbridge-feature-guides/.pages b/docs/simbridge/simbridge-feature-guides/.pages index bd31b1b31..0570b4526 100644 --- a/docs/simbridge/simbridge-feature-guides/.pages +++ b/docs/simbridge/simbridge-feature-guides/.pages @@ -3,4 +3,5 @@ nav: - Remote Displays: remote-displays - Terrain Display: terrain.md - Company Routes: coroute.md - - Local Files: local-files.md \ No newline at end of file + - Local Files: local-files.md + - Remote SimBridge: remote-simbridge.md \ No newline at end of file diff --git a/docs/simbridge/simbridge-feature-guides/remote-simbridge.md b/docs/simbridge/simbridge-feature-guides/remote-simbridge.md new file mode 100644 index 000000000..604302545 --- /dev/null +++ b/docs/simbridge/simbridge-feature-guides/remote-simbridge.md @@ -0,0 +1,24 @@ +# Remote SimBridge + +This guide details how to run SimBridge on a remote machine and connect to it from your local machine (where your simulator is running). + +!!! warning "For Advanced Users" + This guide is intended for advanced users who are familiar with networking and have a good understanding of how to configure their network to allow remote connections. If you are not familiar with networking, we recommend you do not attempt to follow this guide. + + While the benefits of running SimBridge on an external machine are few it would allow to users offload some resources from your local machine. If you encounter any issues please resort to this + guide or use SimBridge on your local machine (the same one with MSFS running). Contact our Discord support if you do wish to troubleshoot this feature. + +## PC Requirements + +- FlyByWire Installer running on the remote machine - See [Starting SimBridge](../install-configure/start-simbridge.md) +- SimBridge running on the remote machine - See [Starting SimBridge](../install-configure/start-simbridge.md) + +## Simulator Requirements + +[WIP] + +## Troubleshooting + +[WIP] + +## Known Issues (section may not be required) [WIP] \ No newline at end of file