# Rename Your Palworld Server (/docs/palworld/rename-server)



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

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

Via Startup Tab [#via-startup-tab]

1. Log in to the [XGamingServer Panel](https://panel.xgamingserver.com)
2. Click **Startup** in the sidebar
3. Find the **Server Name** field and enter your new name (max 64 characters)
4. Restart your server

Via PalWorldSettings.ini [#via-palworldsettingsini]

In `Pal/Saved/Config/LinuxServer/PalWorldSettings.ini`:

```
ServerName="My Awesome Palworld Server"
ServerDescription="Casual PvE, 2x rates, active admins"
```

Tips [#tips]

* The server name appears in the community server browser
* Console players search by name to find your server — make it unique and memorable
* The description gives players more info before joining

Related Guides [#related-guides]

* [Server Configuration](/docs/palworld/server-settings)
* [Crossplay Setup](/docs/palworld/crossplay-setup)
