[need help] server admin rights with xbox store version on PC

ClarkParker

Refugee
Hi there,

I'm trying to get admin rights on a new server instance, but I'm stuck on adding Xbox profiles to the pingadmin.xml config - It looks like only steam and epic IDs get parsed right.

Is there any solution to add an XBOX profile to that config?

Any help is welcome :)

Thanks in Advance!

 
Last edited by a moderator:
Got it! :)

For anyone facing the same problem:
 

  1. Download a telnet tool which supports RAW connections (cmd telnet sometimes won't open RAW connection) - use PuTTY for example,
     
  2. Login via telnet, your server IP:Port and server admin password
    example: 
    7dtdputty4ETS3.png


    7dtdputty20KXQ4.png

     
  3. Make sure the player you want to add to the admin group is logged into your server (AFTER YOU connected via telnet)
    You should see a message for the successful login and can use this information to get the exact player name (and platform IDs, but these didn't work for me)
    7dtdputty31NA6P.png

     
  4. Type the following command:
    Code:
    admin add "playername" 0
    (you've to type the name with the "" )

    Done :)
 
Back
Top