8000 GitHub - Unimat45/Rcon
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Unimat45/Rcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RCON

Table of Contents

What is it ?

This is a minecraft RCON client written in C for managing distant minecraft servers.

How to use it ?

Two clients are available: a Qt interface and a cli application

There are two arguments you can use with the cli:

./rcon -H <host> -p <password>

By default, host is 127.0.0.1 and password is minecraft.

How to build ?

This project is built using cmake. There are two options available to customize the build

-DBUILD_QT=ON
-DBUILD_CLI=ON

On Linux / macOS:

cmake -B build .
make -j$(nproc) -C build

On Windows:

cmake -B build .
cmake --build build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0