- To start with, you need to know your steamID64. You can find out at http://steamid.io/
- Log into your control panel and enter your configuration files.
- In the text editor, edit SpaceEngineers-Dedicated.cfg
- At the bottom of the configuration file you should be able to view the following:
- <Administrators> </Administrators>
- Inside the two Administrator tag, you must add your steamid64 inside an unsignedLong tag. For example:
- <Administrators>
- <unsignedLong>78092857902297082</unsignedLong>
- </Administrators>
- NOTE: by duplicating the unsignedLong part above and placing it beneath the previous admin, you can add more admins. For Example:
- <Administrators>
- <unsignedLong>78092857902297082</unsignedLong>
- <unsignedLong>78092857902297082</unsignedLong>
- </Administrators>
- Save the changes you’ve made and restart your server.
- 57 gebruikers vonden dit artikel nuttig