# How to Change Your American Truck Simulator Server Name (/docs/american-truck-simulator/rename-server)



import { Step, Steps } from 'fumadocs-ui/components/steps';

Changing the Server Name [#changing-the-server-name]

1. Stop your server
2. In the [XGamingServer Panel](https://panel.xgamingserver.com), click **Files**
3. Open `server_config.sii`
4. Edit the `lobby_name` field:

```
 lobby_name: "My Trucking Server"
 description: "Casual driving, all welcome!"
 welcome_message: "Welcome! Have a safe trip."
```

5. Save and start your server

| Setting           | Max Length | Description                |
| ----------------- | :--------: | -------------------------- |
| `lobby_name`      |  63 chars  | Server name in the browser |
| `description`     |  63 chars  | Description text           |
| `welcome_message` |  127 chars | Message shown on join      |

Related Guides [#related-guides]

* [Server Configuration](/docs/american-truck-simulator/server-config)
