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



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

In `config.json`:

```json
"Password": "YourPassword"
```

Empty = public server.

Related Guides [#related-guides]

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