Sunkenland (Dedicated) Update Guide
Sunkenland receives frequent updates. Keeping your server version matched with clients is critical to prevent connection errors.
Manual Update (SteamCMD)
To update manually, use the following SteamCMD command (App ID: 2667530):
steamcmd +login anonymous +app_update 2667530 validate +quit
Auto-Update Script (Linux)
Create a file named update_server.sh to automate the process:
#!/bin/bash
echo "Updating Sunkenland Server..."
/home/container/steamcmd/steamcmd.sh +login anonymous +app_update 2667530 validate +quit
echo "Done!"
Note: Adjust paths to match your installation.
Automatic Updates (Hosting Providers)
Most premium hosting providers (like Supercraft) handle updates automatically upon server restart. To force an update, simply restart the server from your panel.