How do I create a persistent admin list? Print

  • 0

1. Find the EOS IDs you wish to make admins by clicking on the "Log Viewer" in the game panel.

2. Stream the ShooterGame.log file and look for "IP for incoming account". The 32 character string after it is that player's EOS ID.

3. Create a github account.

4. Create a github Gist and put your 32 character EOS IDs in there. One on each line. For example:

000289da482245708010d0b3e0ad17nq
000212036f444d149e321c7d50a78c7e

5. Click the down arrow by "create secret gist" and make it public.

6. Click on "raw" at the top right of the text area.

You will get a link like: https://gist.githubusercontent.com/test/da416e7f7/raw/6dd369b4f/gistfile1.txt

7. Paste that link in your GameUserSettings.ini "AdminListURL" field surrounded by quotes.

[ServerSettings]
AdminListURL="https://gist.githubusercontent.com/test/da416e7f7/raw/6dd369b4f/gistfile1.txt"

8. Restart the server.


Was this answer helpful?

« Back

Powered by WHMCompleteSolution