Jump to content

Dedicated server friends list/allowed list/ban list


Recommended Posts

Is there a command that would reference the friends list of the tokens creator as an allow list, or if not is there a way of manually creating a whitelist called by the server?

Also, where is the list of banned players created stored?

Had a server running great this morning, but had to goto work before I could explore more..

Thanks

Link to comment
Share on other sites

There is no whitelist, but you can use a password.

 

You can make a blocklist.txt and an adminlist.txt inside the save folder of your server directory.

Each line of them must contain an ID (read the number after KU_ or OU_) to be blocked or allowed to use remote commands.

 

Link to comment
Share on other sites

 

1) Host a server (not a dedicated one).

2) Open console.

3) Type c_listplayers()

4) Localize a KU_number

5) Insert number into adminlist.txt

 

If you want to add more numbers, it will read:

number1number2number3

Thank you

Link to comment
Share on other sites

You will also automatically be admin on the Steam account you used to generate server_token.txt.

 

Can you apply this somehow to dedicated lan servers?

 

I'm trying to give myself admin privileges with host and client in the same computer but only the host thing gets them.

Link to comment
Share on other sites

 

1) Host a server (not a dedicated one).

2) Open console.

3) Type c_listplayers()

4) Localize a KU_number

5) Insert number into adminlist.txt

 

If you want to add more numbers, it will read:

number1number2number3

 

I do this with none "KU_" or the KU_number .But it doesn't work.

 

Link to comment
Share on other sites

works for me on admi,list.txt when i take the number in log.txt

 

It means the number follow "KU_"?

 

if is show

03:17:45]: Serialize session to session/08*********D685ADF22/KU_VD***EfA[03:18:43]: component dapperness already exists!   

i just add

VD***EfA

in the txt file ?

Link to comment
Share on other sites

just add KU_VD***EfA in your adminlist.txt

 

example my adminlist.txt:

 

KU_B4*****
KU_TV*****

 

do you have check if the file is loaded by the server?

this line is at the beginning of the log.txt

 

OnLoadPermissionList: /***/*****/.klei/configs/serveur**/save/blocklist.txt (Success)
OnLoadPermissionList: /****/*****/.klei/configs/serveur**/save/adminlist.txt (Success)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...