# Set a Password on Your Palworld Server (/docs/palworld/set-password)



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

Setting a Server Password [#setting-a-server-password]

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 Password** field
4. Enter your desired password (alphanumeric, no spaces)
5. Restart your server

Via PalWorldSettings.ini [#via-palworldsettingsini]

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

```
ServerPassword="YourPasswordHere"
```

Removing the Password [#removing-the-password]

Set the value to empty:

```
ServerPassword=""
```

Or clear the **Server Password** field in **Startup** and restart.

> 📝 **Note:** The password is separate from the `AdminPassword`. The server password controls who can join; the admin password controls who gets admin commands.

Related Guides [#related-guides]

* [Server Configuration](/docs/palworld/server-settings)
* [Join Your Server](/docs/palworld/join-server)
