Author Topic: How can I permanently add someone as admin on my non-dedicated servers?  (Read 1651 times)

I recall some page where you could enter their BLID and they would automatically become an admin, could you please remind me how to do that.
Thanks!

RTB
go to server control, then the admin tab

Enter this into the console

$pref::server::autoAdminList = $pref::server::autoAdminList SPC "BL_ID HERE";

Then close your server safely with quit(); and it will save.


Enter this into the console

$pref::server::autoAdminList = $pref::server::autoAdminList SPC "BL_ID HERE";

Then close your server safely with quit(); and it will save.

If not done correctly, that could easily get some funky results...

If not done correctly, that could easily get some funky results...
If OP does exactly what Pecon said, there won't be "funky results" as it would be done correctly.

If OP does exactly what Pecon said, there won't be "funky results" as it would be done correctly.
IK, but you'd be surprised how few people are unable to follow step by step instructions

IK, but you'd be surprised how few people are unable to follow step by step instructions
Your post makes more sense like that, did you mean it that way?