Skip to main content

How To Secure Your Schedule 1 Server Against Unauthorized Access and Griefing

1. Log In to Your Panel


2. Select the ‘File’ Tab

Cybrancee Panel navigation menu with the Files tab highlighted

3. Select the ‘User Data’ Folder

Cybrancee Panel File Manager root directory with the UserData folder highlighted

4. Select the ‘server_config.toml‘ File

Cybrancee Panel File Manager UserData folder with server_config.toml highlighted

5. Block Known Risky Client Mods

Locate blockKnownRiskyClientMods under the [authentication] section and set the value to true to reject connections from clients using known exploit or cheat mods:

blockKnownRiskyClientMods = true

Cybrancee Panel text editor showing blockKnownRiskyClientMods set to true in server_config.toml

6. Enable Client Mod Verification

Locate modVerificationEnabled under the [authentication] section and set the value to true to require validation of client-side mod lists:

modVerificationEnabled = true

Cybrancee Panel text editor showing modVerificationEnabled set to true in server_config.toml

7. Enable Strict Client Mod Mode

Locate strictClientModMode under the [authentication] section and set the value to true to block any unverified or unauthorized client mods:

strictClientModMode = true

Cybrancee Panel text editor showing strictClientModMode set to false in server_config.toml

8. Save the Configuration File


9. Restart Your Server

Schedule 1 Server Hosting

Starts at $9.99

External link icon
Was this article helpful?
Please Share Your Feedback
How Can We Improve This Article?
Table of Contents