Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

RCON Server
This package provides a robust and easy-to-use RCON (Remote Console) server implementation for your Godot Engine projects.
Supported Engine Version
4.1
Version String
1.0
License Version
CC0
Support Level
community
Modified Date
2 months ago
Git URL
Issue URL
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
This package provides a robust and easy-to-use RCON (Remote Console) server implementation for your Godot Engine projects.
Reviews
Quick Information

RCON Server
This package provides a robust and easy-to-use RCON (Remote Console) server implementation for your Godot Engine projects.
Supported Engine Version
4.1
Version String
1.0
License Version
CC0
Support Level
community
Modified Date
2 months ago
Git URL
Issue URL