I have been working on some tools to communicate with a Renegade/mod FDS box. On the one hand, I worked on an Android app that allows you to send FDS commands to a game server and get the response. Besides that, the logs that the box create for bot regulators (tt scripts) can also be displayed at the screen. On the other hand, I worked on the same tool but as a web app, where you can do the same through a web browser.
For this tools to work the ports must be open in the game server, what could be a security breach with a not properly configured firewall or deactivated. After working on this tools I realized that the port that is used for the bot logs is freely accepting FDS commands, not sure if this was done on purpose. Why tools like brenbot are not communicating this way with the box, which would be more efficient and at the same time safe as the bot is usually working locally? Remote admin port needs no further configuration because messages are encoded, but anyway it would be a good idea blocking not allowed connections.