Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

[FEATURE] Admin whitelist #106

Open
xXFreeFunXx opened this issue Nov 11, 2023 · 8 comments
Open

[FEATURE] Admin whitelist #106

xXFreeFunXx opened this issue Nov 11, 2023 · 8 comments
Labels
enhancement New feature or request

Comments

@xXFreeFunXx
Copy link

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:

  • whoami
  • listplayers
[ServerSettings]
AdminListURL="https://example.com/admins.txt"

ListPlayers also works via RCON

@xXFreeFunXx xXFreeFunXx added the enhancement New feature or request label Nov 11, 2023
@Tenchuuu
Copy link

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
Copy link
Author

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
Copy link
Author

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

@JensvandeWiel
Copy link
Owner

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

@xXFreeFunXx
Copy link
Author

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

@JensvandeWiel
Copy link
Owner

oh yeah good one!

@flames
Copy link

flames commented Dec 26, 2023

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
Copy link
Owner

Yes you need to escape the colon ":"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

4 participants