JensvandeWiel / ArkAscendedServerManager

A server manager for ARK: Ascended
https://discord.gg/vcfNeZ3SDN
MIT License
71 stars 13 forks source link

[FEATURE] Admin whitelist #106

Open xXFreeFunXx opened 10 months ago

xXFreeFunXx commented 10 months ago

You can make an GameUserSettings.ini entry to write the OSS ID's of each admin in there. (One line one ID)

The OSS ID of a player can be found out in this way: This is in the log when joining and there are also two commands for the UE Console:

Tenchuuu commented 10 months ago

Hello, I'm trying to use this and it doesn't work for me, say that my admins.txt file is uploaded to dropbox, do you recommend somewhere else?

xXFreeFunXx commented 10 months ago

It must be accessible in the browser, i.e. if you open the txt file in the browser, you must see the entries directly, it must not be a download.

xXFreeFunXx commented 10 months ago

Local file: AdminListURL="file:///C:/admins.txt"

JensvandeWiel commented 9 months ago

You can set this trough manually editing the config file under administration

xXFreeFunXx commented 9 months ago

Manual is okay, it would be desirable to be able to set this directly in the manager. As a global variable, for example.

JensvandeWiel commented 9 months ago

oh yeah good one!

flames commented 8 months ago

In ArkAscendedServerManager following works as expected: go to multipliers tab, additional settings, Extra GameUserSettings.ini Sections and add:

[ServerSettings]
AdminListURL="file://C:\\Dedicated\\adminlist.txt"

Your actual local path to the file ofc, but please note the double backslash in the path, also the double quotes. In case, you are new to Windows, remember to activate "show file extensions" and cheack, that your adminlist.txt is not adminlist.txt.txt or something else.

Screenshot 2023-12-26 031503
JensvandeWiel commented 8 months ago

Yes you need to escape the colon ":"