Does Gameye support Windows game servers?
No. Windows-based Docker containers are not currently supported. Game servers must run in Linux containers.
Most game engines (Unreal Engine, Unity, Godot) can produce Linux dedicated server builds. If your server currently only builds for Windows, you will need to add a Linux build target before integrating with Gameye.
There are no runtime or language restrictions beyond the Linux requirement. Any language or runtime that can be packaged in a Linux Docker container is supported — C#, C++, Go, Rust, Java, and others.