# How to Change Your Astroneer Server Name (/docs/astroneer/rename-server)



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

In `AstroServerSettings.ini`:

```ini
ServerName=My Astroneer Server
```

For the browser-advertised name specifically:

```ini
ServerAdvertisedName=My Astroneer Server
```

`ServerAdvertisedName` overrides `ServerName` for browser display if set.

Restart your server after changing.

Related Guides [#related-guides]

* [Server Configuration](/docs/astroneer/server-settings)
