Skip to main content

How To Fix Players Getting Disconnected During Login on Your Schedule 1 Server

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. Increase the Authentication Timeout

Locate the authTimeoutSeconds setting under the [authentication] section and increase the value to 60 or higher to allow slower connections to authenticate before timing out:

authTimeoutSeconds = 60

Cybrancee Panel text editor showing authTimeoutSeconds set to 60 in server_config.toml

6. Increase the Mod Verification Timeout

Locate the modVerificationTimeoutSeconds setting under the [authentication] section and increase the value to 60 to allow client mod verification extra time to complete:

modVerificationTimeoutSeconds = 60

Cybrancee Panel text editor showing modVerificationTimeoutSeconds set to 60 in server_config.toml

7. Enable Unpaired Client Mods

Locate allowUnpairedClientMods under the [authentication] section and set the value to true to prevent the server from rejecting players using client-side mods that are not loaded on the server:

allowUnpairedClientMods = true

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

8. Disable Strict Client Mod Mode

Locate strictClientModMode under the [authentication] section and set the value to false:

strictClientModMode = false

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

9. Save the Configuration File


10. 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