BeamMP / BeamMP-Server

Server for the multiplayer mod BeamMP for BeamNG.drive
https://beammp.com
GNU Affero General Public License v3.0
132 stars 54 forks source link

Grab Server Port from a different variable #242

Closed Mack29446 closed 6 months ago

Mack29446 commented 10 months ago

Pterodactyl is awkward, and only exposes the server port on ENV setting SERVER_PORT - could the server be configured to read from this instead of BEAMMP_PORT?

Alternatively, allow the port to be set via an argument when running the server, for example: ./BeamMP-Server --port 30814

Acceptance Criteria