Translations:Server Configuration/53/en

From ACC Wiki (Unofficial)
Revision as of 11:09, 13 November 2019 by FuzzyBot (talk | contribs) (Importing a new version from external source)
Jump to navigation Jump to search
File Content Property Description

{
"udpPort": 9201,
"tcpPort": 9201,
"maxConnections": 30,
"lanDiscovery": 1,
"registerToLobby": 1,
"configVersion": 1
}

tcpPort ACC clients will use this port to establish a connection to the server
udpPort Connected clients will use this Port to stream the car positions and is used for the ping test. In case you never see your server getting a ping value, this indicates that the udpPort is not accessible
registerToLobby
  • 0 = this server won’t register to the backend. the server is declared Private Multiplayer. Is useful for LAN sessions.
  • 1 = this server register to the backend. the server is declared Public Multiplayer.
maxConnections The maximum amount of connections a server will accept at a time. If you own the hardware server, you can just set any high number you want. If you rented a 16 or 24 slot server, your Hosting Provider probably has set this here and doesn’t give you write-access to this configuration file. Check also:
lanDiscovery Defines if the server will listen to LAN discovery requests. Can be turned off for dedicated servers.
configVersion ...