RCON Server
by [email protected]
1
RCON server for Godot
Functional, but not perfect
Usage
- Create a
RconServer
node - Set the desired bind-address (default:
*
, for local-only set to127.0.0.1
), port (default:27015
), and password (optional)- Only the password can be changed after the server started
- Simply destroy the node to stop the server
- Subscribe to its
on_command_recieved
signal to receive messages- The content sent by the clients is the
message.body
field
- The content sent by the clients is the
Download
Version1.0
Download Now
Support
If you need help or have questions about this plugin, please contact the author.
Contact Author