Run Dedicated Server on Windows Server without Graphics

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By NickRuizMueller

I run a R710 Server (This means Matrox graphics card without opengl support)
I exportet my godot project Server for windows and it works on windows 10 (gaming pc)…

but i need a way to run it on my “dedicated” Windows Server 2019 without any opengl graphics… CMD only should work fine.

Is there some way?

I already tried to use the command start Mazeserver.exe --no-window but it doesnt work correctly

:bust_in_silhouette: Reply From: Calinou

Godot 3.2’s server platform can only be built for Linux and macOS. In Godot 4.0, the server platform will be replaced by an headless display server which means it will be possible to run any editor or export template binary using the --headless command-line option. This will make it possible to run dedicated servers on Windows without a GPU.

Thank you this is a good news for me! Can’t wait to get full release of 4.0

NickRuizMueller | 2020-03-30 00:25