This is a minecraft RCON client written in C for managing distant minecraft servers.
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
.
This project is built using cmake
.
There are two options available to customize the build
-DBUILD_QT=ON
-DBUILD_CLI=ON
cmake -B build .
make -j$(nproc) -C build
cmake -B build .
cmake --build build