-
Notifications
You must be signed in to change notification settings - Fork 26
How to Host a Server on Linux GUI DE installation
I'll be using Arch Linux with KDE DE in this example
- Download the latest
TournamentAssistantCore-linux
. I'd recommend using your home directory, just so you don't have to deal with sudo. - Make
TournamentAssistantCore-linux
executable using your file manager of choice or usingchmod +x /path/to/TournamentAssistantCore-linux
. (In the screenshot I am using nautilus) - Open terminal and run
./TournamentAssistantCore-linux
. If you saved the executable somewhere else you will have to either specify the path to it./path/to/TournamentAssistantCore-linux
or cd into the directory and then run./TournamentAssistantCore-linux
.
Do not doubleclick the executable, it will run headless and you won't be able to turn it off without killing the process in the terminal or rebooting.
in this example I have TournamentAssistantCore-linux in a subfolder in my home directory
-
Now press
ctrl + c
to close TournamentAssistantCore-linux and use your text/code editor of choice to edit theserverConfig.json
configuration file. (In the screenshots I am using VS Code) -
In this file, add your server address. It will need to be a domain name, direct IP addresses are not supported. Don't forget to remove the brackets.
-
You can also add a server name and password.
-
After you finish configuration, save the file, open terminal and run
./TournamentAssistantCore-linux
again. -
If the address got verified and port got opened, congratulations, you have just created your own server.
-
If the address got verified but port could not be opened, you will need to open the selected port in your router settings manually.
-
If the address failed to verify and port got opened successfully and you made sure that there aren't any spelling mistakes or that the domain is pointed at the correct IP (keep in mind that DNS entries take up to an hour to be created/changed) seek help on discord.