Chymu 0 Report post Posted June 28, 2025 How do I put admin mode on the rented server? I tried to put a steam id and I still can't. Can you give me an example? Quote Share this post Link to post Share on other sites More sharing options...
StealthyMartian 66 Report post Posted June 28, 2025 SCUM Admin Guide – How to Add Yourself as an Admin This guide walks you through the full process of giving yourself (and others) admin access on a SCUM server using the SCUM.db file. IMPORTANT: Back Up Your Database Before Editing Before you make any changes to your SCUM.db file: Create a backup copy of the original file you downloaded from the server. Right-click the file and choose Copy, then Paste it in the same folder. Rename it to something like:SCUM_backup.db This ensures you can restore your server to its previous state if something goes wrong. Never edit your only copy of the database — always work from a backup! What You’ll Need DB Browser for SQLite – Free tool to edit your server’s database. FTP Client (e.g., FileZilla or WinSCP) – To access your server files. Your Steam64 ID – Find it at steamid.io. Step 1: Shut Down the Server Log into your server control panel. Click Stop Server to safely shut it down.Important: This step prevents data corruption when editing the database. Step 2: Download SCUM.db Open your FTP client and connect to your server. Navigate to the directory:/SCUM/Saved/SaveFiles/ Download the file named:SCUM.db Save it somewhere accessible on your PC. Step 3: Open the Database Launch DB Browser for SQLite. Click “Open Database” and select the SCUM.db file you downloaded. Step 4: Add Admins via SQL Click the “Execute SQL” tab. To add yourself, enter the following (replace with your own Steam64 ID):INSERT INTO elevated_users (user_id) VALUES ('76561198412044824') To add multiple admins in one command, use:INSERT INTO elevated_users (user_id) VALUES ('76561198412044824'),('76561198000000000'),('76561198012345678') Click the “Execute” button. Step 5: Confirm the Admins Were Added Click the “Browse Data” tab. In the table drop-down at the top, select:elevated_users You should see your Steam64 ID(s) listed. Step 6: Save and Upload Back to Server In DB Browser, click:File → Write Changes or use the Save icon. Close the program. Reopen your FTP client and go to:/SCUM/Saved/SaveFiles/ Upload your modified SCUM.db file, overwriting the original. Return to your server control panel and start the server. You're Now an Admin! Quote Share this post Link to post Share on other sites More sharing options...
Chymu 0 Report post Posted June 29, 2025 ty neaw my server auto restart evrytime ogBattlEye: Display: Config entry: GameID scum LogBattlEye: Display: Config entry: MasterPort 8037 Killed XIO: fatal IO error 110 (Connection timed out) on X server ":99" after 352 requests (351 known processed) with 0 events remaining. XIO: fatal IO error 110 (Connection timed out) on X server ":99" after 61 requests (61 known processed) with 0 events remaining. XIO: fatal IO error 110 (Connection timed out) on X server ":99" after 152 requests (152 known processed) with 1 events remaining. -- Process exited -- Quote Share this post Link to post Share on other sites More sharing options...
StealthyMartian 66 Report post Posted June 29, 2025 it is possible the file you did the edit on had a bug in it. Try adding your old db file back and see if the issue persist. Quote Share this post Link to post Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.