Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 848 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 848 Bytes

mc-rcon-client

Installation

To install the client on LINUX, run cmake . -D CMAKE_BUILD_TYPE=Release && sudo make install from within the root folder of the repository.

To install the client on Windows, put the .exe in a folder of your choosing and run it from there.

Using the client

To use the Minecraft RCON Client, follow the steps below for your operating system:

Windows

  1. Download the executable from the new releases page
  2. Run the executable (You might need to allow it in your firewall rules if prompted)
  3. Follow the prompts in the client to connect to your server

Linux

  1. Download the binary from the new releases page and move it to a folder of your choosing
  2. Run ./MC_RCON_Client from within the folder
  3. Follow the prompts in the client to connect to your server

Author

Tijmen Verhoef