在Linux上托管服务器
最后更新于
contains some instructions to succesfully host a dedicated server on Linux.
Linux users can launch the server executable using Wine.
As servers currently needs DirectX 11 capabilities, a dedicated hosted on linux will need a graphics card and a working X11 environment to work.
If one of those two conditions are not met, you'll want to know how to host a
Two docker images are currently available
: Advanced image with server management tools and better performance
: Basic image without management tools
Those two docker images are using XVFB internally, an headless fork on Xorg.
Hosting on a headless linux server without docker on Linux is not reccomended, as you'll be forced to build packages yourself.
You can find instruction on pg9182's repository