# How to Set a Password on Your Factorio Server (/docs/factorio/server-password)



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

In `server-settings.json`:

```json
"game_password": "YourPassword"
```

Empty = public server.

Related Guides [#related-guides]

* [Server Configuration](/docs/factorio/server-config)
