Skip to content

Thrallbrowser

Jason Spafford edited this page Jul 18, 2018 · 2 revisions

Here are the steps required to get your server to show up on https://thrallbrowser.com.

1. Enable the ApiUploader plugin in your serverthrall.config

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 =

2. Override IP address shown on ThrallBrowser

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

3. Enable Ginfo to get your own map

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

Clone this wiki locally