Server List Sorting Guide
When a player opens the server browser in SCP: Secret Laboratory, servers are sorted using a set of rules that determine the order in which they're shown. The sorting uses four criteria, applied in this order:
1. Official Class (Descending)
Each server is assigned a value based on its official status and how geographically close it is to the player
Server Name | Official Type | Region Match | Value |
---|---|---|---|
π© Server A | Global Official | β | 3 |
π¦ Server B | Regional Official | Same continent | 2 |
π¨ Server C | Local Official | Same country | 1 |
β¬ Server D | Non-official | Same country | 0 |
π₯ Server E | Non-official | Different country | -1 |
Higher values appear first. For example, a global official server (3) will appear above a local official server (1).
2. Distance to Player (Ascending)
Servers closer to the player are listed higher. This is based on geographic distance, determined by the serverβs IP address.
Server Name | Location | Distance from Player |
---|---|---|
π© Server A | Same city | 50 km |
π¦ Server B | Same country | 250 km |
π¨ Server C | Neighboring country | 500 km |
β¬ Server D | Same continent | 1500 km |
π₯ Server E | Other continent | 8000 km |
3. Account ID (Ascending)
This uses the Steam account ID that registered the server. Lower IDs (older accounts) appear higher.
Server Name | Steam Account ID |
---|---|
π© Server A | 12345678 |
π¦ Server B | 23456789 |
π¨ Server C | 34567890 |
β¬ Server D | 45678901 |
π₯ Server E | 56789012 |
4. Server Port (Ascending)
If all other values are equal, the server with the lower port number is listed first.
Server Name | Port |
---|---|
π© Server A | 7777 |
π¦ Server B | 7778 |
π¨ Server C | 7779 |
β¬ Server D | 7780 |
π₯ Server E | 7781 |