Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Last updated: Wednesday 27 May 2026 @ 00:15:58

Run the Server (Proton)

  1. Follow the guide for running the game with Proton normally at least once so that the s&box Proton prefix is available

  2. Install protontricks

Caution

protontricks.com is not affiliated with any of the Protontricks developers. Download only from the protontricks Github repo.

  1. Install steamcmd so that you can install the official prebuilt s&box dedicated server

  2. Use steamcmd to install the official prebuilt s&box dedicated server (Windows version). Adjust the ~/sbox-server-proton path 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 steamcmd may not be relative to your current working directory depending on how you install/run steamcmd.

  1. Navigate to the s&box dedicated server directory you just installed:
cd ~/sbox-server-proton
  1. 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.