> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Multiplayer Servers samples and resources

> Samples and resources for PlayFab Multiplayer Game Servers, including the Wrapper, Windows Runner, Unity, and Unreal GSDK examples from the MpsSamples repo.

This topic lists samples and resources for PlayFab Multiplayer Game Servers.

## Samples

[Main repo for all the samples](https://github.com/PlayFab/MpsSamples)

* [Wrapper (Windows and Linux)](https://github.com/PlayFab/MpsSamples/tree/master/wrappingGsdk)—[Using the sample](/services/playfab/multiplayer/servers/wrapper-sample)
* [MpsAllocator](https://github.com/PlayFab/MpsSamples/tree/master/MpsAllocatorSample)—[Learn to call frequently used APIs](/services/playfab/multiplayer/servers/mps-allocator-sample)
* [Windows Runner C#](https://github.com/PlayFab/MpsSamples/tree/master/WindowsRunnerCSharp)—[Using the sample](/services/playfab/multiplayer/servers/windows-runner-sample)
* [OpenArena (Linux)](https://github.com/PlayFab/MpsSamples/tree/master/openarena)
* [Matchmaking with Server](https://github.com/PlayFab/MpsSamples/tree/master/MatchmakeSample)  (Using a C# game title)
* [UnityMirror](https://github.com/PlayFab/MpsSamples/tree/master/UnityMirror)—[Use Unity game engine with PlayFab Multiplayer Servers](/services/playfab/multiplayer/servers/mps-unity)

## Resources

* [PlayFabMultiplayerAPI module](https://github.com/PlayFab/MpsPowershell)
* [PlayFab LocalMultiplayerAgent](https://github.com/PlayFab/MpsAgent)

## See also

* [SDKs overview](/services/playfab/sdks/sdk-overview)


## Related topics

- [Wrapper sample](/services/playfab/multiplayer/servers/wrapper-sample.md)
- [Windows Runner sample](/services/playfab/multiplayer/servers/windows-runner-sample.md)
- [Using PlayFab Multiplayer Servers to host multiplayer games](/services/playfab/multiplayer/servers/using-playfab-servers-to-host-games.md)
- [Create your first server](/services/playfab/multiplayer/servers/create-your-first-server.md)
- [Deploy builds using PowerShell/API](/services/playfab/multiplayer/servers/deploy-using-powershell-api.md)
