Server admin port
OpenTTD's Wiki
Development
Server admin port
View Page
View History
Login
Source
The port the admin interface of an OpenTTD server is listening on. Please note that OpenTTD will not start a listener on this port when [[en/Archive/Manual/Settings/Admin password]] is not set. The interface this port will be listened on can be defined with the [[en/Archive/Manual/Settings/Server bind ip|server_bind_addresses]] setting. If this is not set it will listen on localhost by default. More information on the admin interface can be found here: https://github.com/OpenTTD/OpenTTD/blob/master/docs/admin_network.md == Libraries == * [https://github.com/Xaroth/libottdadmin2 libottdadmin2] - A python library for connecting to the Admin port * [https://dev.openttdcoop.org/projects/joan joan] - A Java library for connecting to the Admin port * [https://github.com/garveen/phpottdadmin phpottdadmin] - A PHP library for connecting to the Admin port * [https://github.com/avdg/openttd-js-api openttd-js-api] - A JS library for connecting to the Admin port * [https://github.com/ropenttd/gopenttd gopenttd] - A Go library for communicating with OpenTTD instances, including connecting to the Admin port * [https://github.com/miltschek/OpenTTDAdmin OpenTTDAdmin] - Another Java library for connecting to the Admin port, including a basic sample admin tool integrated with [https://slack.com/ Slack] and [https://ip-api.com/ IP Geolocation API] == Scripts == * [https://dev.openttdcoop.org/projects/soap soap] - Spybot plugin for connecting OpenTTD with IRC using the Admin port * [https://www.tt-forums.net/viewtopic.php?f=65&t=68828 ServerGS] - A Game Script that give Admin port clients access to the [http://nogo.openttd.org/api/ Game Script API]. * [http://www.x-base.org/openttd/xshunter.html xShunter] - an experimental console interface. == Config == '''Valid options:''' [Valid [https://en.wikipedia.org/wiki/Port_(computer_networking) port] number 0-65535] '''Default:''' 3977 Example with default port set: <pre> [network] server_admin_port = 3977 </pre> <small><<Back to the [[en/Archive/Manual/Settings/Openttd.cfg]]</small>
Templates
No templates used
Used on pages
Admin password
Openttd.cfg
Openttd.cfg (hu)
Openttd.cfg (pl)
Server