-
Notifications
You must be signed in to change notification settings - Fork 8
Thrallbrowser
Here are the steps required to get your server to show up on https://thrallbrowser.com.
All you need to do is set enabled = true, don't fill out any of the other fields, leave them blank. When ServerThrall starts up with the ApiUploader plugin enabled, it will register itself with ServerThrallApi and fill in the server id and secrets for you.
Once you enable it, see if your server shows up in the list. You can also navigate directly to it by using your server_id here thrallbrowser.com/server/[server_id]
[ApiUploader]
enabled = True
ip_address =
last_sync_time =
ginfo_group_uid =
ginfo_access_token =
private_secret =
server_id =
This step is only required if you want to manually override the ip address shown on thrall browser to generate your join link. This is useful for some users that have multiple servers on one machine, and host their servers under MULTIHOME networking conditions. You can do this with ip_address_override setting.
[ApiUploader]
ip_address_override = 100.8.9.10
If you want to have a live graphical map of all the players on your server, you can set up GInfo. When ApiUploader syncs to ServerThrallApi it will also sync that data into your private graphical map. View those instructions here https://github.com/NullSoldier/serverthrall/wiki/Ginfo-Integration
Questions? Ask in our Discord
- Home
- Installation and Setup
- Primer on using ServerThrall
- Updating ServerThrall
- Common Issues
- Development Roadmap
How to...
- Setup your server for Thrallbrowser
- View a live map of all player locations using Ginfo
- Send notifications before restarting
- Schedule automatic restarts
- Install and Update Mods
- Setup two servers on the same computer
- Notify admins when server is down
- Change the language ServerThrall uses
Plugin Documentation