.
FS Copilot is currently in active development. This preview is for testing and familiarization only. Features and compatibility may change.
MSFS 2024 • YourControls alternative

Shared Cockpit for MSFS 2024

Fly together in Microsoft Flight Simulator 2024 like never before. FS Copilot brings smooth, real-time shared cockpit flights with perfectly synchronized controls and systems — easy to set up, stable in flight, and built for true multicrew experience.

Open on GitHub No accounts • No servers • Just fly
FS Copilot shared cockpit

Why FS Copilot Is the Best Shared Cockpit Add-on for MSFS 2024

FS Copilot is a next-generation shared cockpit mod for Microsoft Flight Simulator 2024 and a lightweight YourControls alternative. It delivers smoother, more stable flights — but its real strength lies in how easily you can define aircraft behavior with simpler, more powerful configurations.

Instead of complex configuration files full of technical parameters, FS Copilot introduces a clean, modern definition format where even advanced logic fits into just a couple of lines. This means fewer bugs, faster setup, and a truly synchronized cockpit experience for every pilot.

That’s why FS Copilot lets you and your friends fly together in perfect harmony — every switch, every instrument, always in sync.

What FS Copilot Does

  • Connects multiple players to the same aircraft.
  • Synchronizes controls — yoke, pedals, brakes, trim, lights, and more.
  • Shares instrument and system states between pilots.
  • Works peer-to-peer — no external servers required.
  • Developer interface (launch with --dev) for quick mapping tests.

Quick start

  1. Launch FS Copilot. On first run it copies required files into your Community folder (or copy manually).
  2. Enter your partner’s session code and press Connect.
  3. Start Microsoft Flight Simulator, pick a supported aircraft and enjoy shared flight 🛫

Tip: both pilots should use the same FS Copilot version, the same aircraft and identical YAML definitions.

How It Works

FS Copilot connects to MSFS and keeps all control inputs synchronized between pilots. Each participant sees the same cockpit actions — just like a real multi-crew flight.

Low-latency P2P transport, resilient sessions, and a powerful configuration engine keep it stable under real-time load.

Compatibility

Built for Microsoft Flight Simulator 2024. Compatibility with MSFS 2020 has not been tested.

  • No accounts required
  • Peer-to-peer via NAT hole punching
  • YAML definitions per aircraft

For Developers

FS Copilot uses simple YAML definitions to describe how cockpit variables and events sync between players. It’s far more flexible than legacy configs — supporting JavaScript logic, value transformations, and multiple variable types in just a few lines.

This gives aircraft creators more control with less code — and smoother, more stable synchronization for every flight.

- get: L:AS1000_PFD_SelectedNavIndex # NAV 1/2
  set: (>B:AS1000_PFD_1_NAV_Khz_Button_Push)
- get: L:PFD_CDI_Source # CDI
  set: "value < 3 ? `${value} (>K:AP_NAV_SELECT_SET)` : '(>K:TOGGLE_GPS_DRIVES_NAV1)'"
  skp: H:AS1000_PFD_SOFTKEYS_6
- get: A:KOHLSMAN SETTING MB:0, Millibars # BARO
  set: "`${value * 16} 0 (>K:KOHLSMAN_SET)`"

Docs & Wiki

Read the Definitions Guide and the wiki to learn variable discovery, mapping strategies, and best practices.

Developer Mode: launch the app with --dev to get an inline mapping/debug UI.

FAQ

What is FS Copilot?

A shared cockpit mod for Microsoft Flight Simulator 2024 that lets you fly together with perfectly synchronized controls and systems.

Is it a YourControls alternative?

Yes. FS Copilot focuses on simpler, more powerful aircraft definitions, resulting in smoother flights and fewer bugs.

Does it require servers or accounts?

No. It connects peer-to-peer using NAT hole punching.

Does it support MSFS 2020?

It’s built for MSFS 2024; MSFS 2020 hasn’t been tested.

How do I start?

Open FS Copilot, join with a session code, and launch MSFS 2024.