# How to Add Admins on Your Aloft Server (/docs/aloft/admin-setup)



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

Aloft admins can use the in-game console (F1) for spawning, teleportation, weather control, and server management.

Adding Admins [#adding-admins]

Admins are set via the `admin` startup parameter using their **SteamID64**.

<Steps>
  <Step>
    Find the player's SteamID64 at [steamid.io](https://steamid.io/).
  </Step>

  <Step>
    In the [XGamingServer Panel](https://panel.xgamingserver.com), click **Startup**. Find the **ADMIN IDS** field and enter the SteamID64.
  </Step>

  <Step>
    Restart from **Console**.
  </Step>
</Steps>

The launch parameter format is:

```
admin#76561198012345678#
```

Multiple Admins [#multiple-admins]

Multiple admins can be added by repeating the admin parameter. Check your **Startup** tab for how to add additional admin entries.

What Admins Can Do [#what-admins-can-do]

Admins can press **F1** to open the console with access to all [console commands](/docs/aloft/console-commands):

* Spawn items, animals, and enemies
* Teleport between islands
* Control time, weather, and storms
* Toggle god mode and noclip
* Adjust crop/tree growth speed
* Unlock tech tree progression

Related Guides [#related-guides]

* [Console Commands](/docs/aloft/console-commands)
* [How to Configure Your Server](/docs/aloft/server-settings)
