# Enable Spectator Mode on Your Palworld Server (/docs/palworld/spectator-mode)



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

Spectator mode lets admins observe the game world without being visible to players.

Using Spectator Mode [#using-spectator-mode]

1. Authenticate as admin: `/AdminPassword YourPassword123`
2. Toggle spectator mode: `/ToggleSpectate`
3. Use the same command to exit spectator mode

Requirements [#requirements]

* Must be authenticated as admin
* The `AdminPassword` must be set in PalWorldSettings.ini

> 📝 **Note:** Spectator mode is useful for monitoring player behavior, checking base designs, or investigating issues without interfering with gameplay.

Related Guides [#related-guides]

* [Admin Commands](/docs/palworld/admin-commands)
* [Server Configuration](/docs/palworld/server-settings)
