---
title: How to Become Admin in your Avorion Server
description: Learn how to become an admin of your Avorion server hosted with Nodecraft!
source: "https://nodecraft.com/support/games/avorion/how-to-become-admin-in-your-avorion-server"
image: "https://dynamic-assets.nodecraft.com/signedurl/w7vokBAexMnVlnMZ1Q/image.jpg?modifications=W3sibmFtZSI6ImdhbWVfYmciLCJpbWFnZV91cmwiOiJodHRwczovL2Ntcy1hLm5vZGVjcmFmdC5jb20vZi8xMzM5MzIvMjAwMHg1NTAvZGMxNmFkMmY2OS9hdm9yaW9uLWxhbmRpbmctMS0yLTAucG5nL20vIn0seyJuYW1lIjoiZ2FtZV9sb2dvIiwiaW1hZ2VfdXJsIjoiaHR0cHM6Ly9jbXMtYS5ub2RlY3JhZnQuY29tL2YvMTMzOTMyLzM3NXgxNTAvNTNhY2NiOWVmZC9sb2dvLnBuZy9tLyJ9LHsibmFtZSI6ImN0YV90ZXh0IiwidGV4dCI6IkNyZWF0ZSB5b3VyIG93biBzZXJ2ZXIhIn0seyJuYW1lIjoidGV4dCIsInRleHQiOiJIb3cgdG8gQmVjb21lIEFkbWluIGluIHlvdXIgQXZvcmlvbiBTZXJ2ZXIifV0&s=2e8eab4689bf82092457e1d9ffcefea69e88680cbc50c2252f4c8dcdaf0cd8f9"
published: "2018-08-25T21:19:01.238Z"
updated: "2018-08-30T17:06:00.000Z"
---

# How to Become Admin in your Avorion Server

Learn how to become an admin of your Avorion server hosted with Nodecraft!

## Becoming Admin in your Avorion Server

- First, connect to your server via IP address, using dedicated IP address provided on the 'overview' page of your control panel. You will need to start and connect to the server at least once so the game can recognize your name and SteamID64.
- Refer to the related article for instructions on how to join your server.

---

After you have connected successfully and closed the game, find the 'Console' tab in your Control Panel.
![Find the console for your Avorion server](https://s3-assets.nodecraft.com/attachments/wsycugySQGmDfja725Me_c1.PNG)

Once you have connected to your server, the console will show both your user and Steam ID, which you will need. Your Steam ID will be the number found in these messages in the console after you connect to your server:
![Where to find your SteamID64 Avorion](https://s3-assets.nodecraft.com/attachments/xd6UozRJRMW32tH6s1bo_c10.PNG)

In the command line, type `/admin -a --name <your playername> --id <your SteamID64>`
Example: `/admin -a --name Player1 --id 123456789123456789`

![Command to become admin in Avorion](https://s3-assets.nodecraft.com/attachments/hiiI7g1lSbiQsfrQ9fsn_c2.PNG)

If successful,  you should see this message in your console:

![Successful addition of admin to Avorion](https://s3-assets.nodecraft.com/attachments/goG7APsRSqCxVa6sQw5Z_c4.PNG)

To be sure it was successful you can check in the 'admin.xml' file. To find this file, go to: File Manager -> Galaxies -> your galaxy -> admin.xml

![Where to find the Galaxies folder Avorion](https://s3-assets.nodecraft.com/attachments/V2dBdnNTSPKL6dREvkMO_c5.PNG)
![Where to find your galaxy's folder](https://s3-assets.nodecraft.com/attachments/lQNSH0YMQoyYZhSRfZhJ_c6.PNG)
![where to find admin.xml](https://s3-assets.nodecraft.com/attachments/BhYrmWhPS6axA6iUb23l_c7.PNG)

Click edit. Scroll to the bottom to find `<administrators>`

![Successful addition of admin Avorion](https://s3-assets.nodecraft.com/attachments/vFkMGkKiQGmzIUP8SzLr_c8.PNG)

If it shows the SteamID64 and name that you input, congrats! You're now an admin in that galaxy.

To remove an admin, use the same command, but `-r` instead of `-a`: `/admin -r --name <playername> --id <SteamID64>`
