As an admin I want there to be a definable app.port setting so the app can work.
The new companion app set to launch to main tomorrow need a new command line argument to function successfully: +app.port. I hardcoded the default value into the command line and this functioned to allow me to pair my server. Previously with no +app.port defined it did not.
https://wiki.facepunch.com/rust/rust-companion-server
The only requirement for the companion server to work is to make the app.port TCP port accessible over the internet. Port forward, open it, add firewall rules for it.
The default port is the game port + 67, or the RCon port + 67, whichever is the larger number. If you haven't changed any ports that means it will be 28082. This port must be 27000 or greater for Rust+ to connect to it.
Issue-Label Bot is automatically applying the label type: feature request to this issue, with a confidence of 0.87. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Most helpful comment
Issue-Label Bot is automatically applying the label
type: feature requestto this issue, with a confidence of 0.87. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!Links: app homepage, dashboard and code for this bot.