NolimitHost
Last updated: September 18, 2026
The name players see in the server browser comes from the server_name value in config_gameplay.txt. SCP:SL parses Unity rich-text tags, so you can add colours, sizes, and line breaks to make your server stand out.
In the NolimitHost Game Panel, stop your server from the Console page. SCP:SL rewrites its config on shutdown, so editing while it runs can lose your change.
/.config/SCP Secret Laboratory/config/7777/.config_gameplay.txt and set the server_name line:
server_name: My SCP:SL Server| Effect | Tag | Example |
|---|---|---|
| Colour (hex) | <color=#RRGGBB>...</color> | <color=#0000FF>Blue</color> |
| Colour (name) | <color=NAME>...</color> | <color=green>Green</color> |
| Text size | <size=N>...</size> | <size=50>Big</size> |
| Bold | <b>...</b> | <b>Bold</b> |
| Italic | <i>...</i> | <i>Italic</i> |
| New line | \n | Line1\nLine2 |
server_name: <color=#9FFCFD>My Server</color>\n<color=#FF3B3B>Plugins</color> <b>[EU]</b>
Each colour has its own opening and closing tag, and \n starts a second line of the name.
You can also insert live values with braces, for example {player_count}, {max_players}, or {round_duration_minutes}, which update as the server runs.
This website uses cookies to ensure security, session management, and basic functionality. For details on all cookies used and how to manage your preferences, please see our Privacy Policy.