Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

RCON Server

An asset by [email protected]
The page banner background of a mountain and forest
RCON Server hero image

Quick Information

0 ratings
RCON Server icon image
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
11 months ago
Git URL
Issue URL

RCON server for Godot

Functional, but not perfect

Usage

  1. Create a RconServer node
  2. Set the desired bind-address (default: *, for local-only set to 127.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
  3. Subscribe to its on_command_recieved signal to receive messages
    • The content sent by the clients is the message.body field

This package provides a robust and easy-to-use RCON (Remote Console) server implementation for your Godot Engine projects.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
RCON Server icon image
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
11 months ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers