# 🤵How to give yourself admin in rust.

---

To give yourself admin, you have to run the following command:
```py
ownerid <steamid> "<yourName>"
server.writecfg
```
To find your `steamid` you can click your profile in the top right of the steam app, then click `Account Details`, then at the top left under your username, will be your `steamid`

To remove an owner run:
```py
removeowner <steamid>
```