Any 'how to' on hosting headless on raspberry pi at home (or EC2 running ubuntu)?
-
Hi
I am trying to figure out how I would be able to create a dedicated server running a game for my group. I can either host on raspberry pi 4 at home (I have done various dedicated servers for other games before) or I have access to some EC2s running ubuntu.Any top-level guide would be greatly appreciated!
I see these files in the release on GitHub:
that hints at something like that, but I can't find any instructions.
thank you!
-
'triplea-game-headless' is the file you want. Unzip it, run it as a java program. There is '.bat' and '.sh' file that will launch the game and do that. Modify the parameters in those files.
Once you have it running, just install as a service. There is the systemctl TripleA uses buried in 'infrastructure/roles' folder somewhere (look for the bot roles & related files)
-
-
Got it, thank you!