Website for browsing and managing multiple OpenRCT2 servers
As currently written, this project pretty much needs to exist in Docker.
First and foremost, each server will need the remote control plugin. Follow the instruction in the readme.
If you want screenshots with archived parks, you'll also need rct-screenshotter.
The config file is fairly self-explanatory. The privateport
should not be publically accessible as it allows for control over the servers. screenshotter
can be set to null
to disable screenshots.
The servers
property is an array of parks, each with the following properties:
Property | Description |
---|---|
name |
The name to display on the site and to use in filenames of archived parks |
group |
Put servers into groups so that actions can be performed on all servers in a particular group |
gamemode |
A description of what mode the server is running in |
hostname |
The hostname of the OpenRCT2 server |
dir |
Location of this server's config OpenRCT2 directory |
Consider examining the example config file and docker-compose.