Run the Server (Proton)
-
Follow the guide for running the game with Proton normally at least once so that the s&box Proton prefix is available
-
Install protontricks
Caution
protontricks.comis not affiliated with any of the Protontricks developers. Download only from theprotontricksGithub repo.
-
Install steamcmd so that you can install the official prebuilt s&box dedicated server
-
Use steamcmd to install the official prebuilt s&box dedicated server (Windows version). Adjust the
~/sbox-server-protonpath to where you want the server to be placed:
steamcmd +@sSteamCmdForcePlatformType windows +force_install_dir ~/sbox-server-proton +login anonymous +app_update 1892930 validate +quit
Warning
Relative paths passed to
steamcmdmay not be relative to your current working directory depending on how you install/runsteamcmd.
- Navigate to the s&box dedicated server directory you just installed:
cd ~/sbox-server-proton
- Launch the server using
protontricks-launch, passing your arguments like normal. Example:
protontricks-launch --appid 590830 ./sbox-server.exe +game facepunch.sandbox facepunch.flatgrass +hostname "My Dedicated Server"
Reference the table at the bottom of https://sbox.game/dev/doc/networking/dedicated-servers/ for the available arguments.