RconCli is a command-line tool that allows users to interact with game servers that have RCON enabled. In this guide, we will walk you through the process of installing RconCli on EndeavourOS Latest, a popular Arch-based Linux distribution.
Before starting the installation process, it's important to ensure that you have the following:
The first step is to install the dependencies required for building RconCli. Open a terminal window and enter the following command:
sudo pacman -S git go
Next, we will clone the RconCli repository from GitHub. Enter the following command in the terminal:
git clone https://github.com/gorcon/rcon-cli.git
After cloning the repository, move into the project directory using the command below:
cd rcon-cli
Now, let's build RconCli with the below command:
make
After RconCli has been built successfully, we can now install it with the following command:
sudo make install
Finally, let's verify that RconCli has been installed successfully by checking its version with the following command:
rcon-cli --version
The output should display the version of RconCli that you installed.
Congratulations! You have successfully installed RconCli on EndeavourOS Latest. You can now use it to interact with game servers that have RCON enabled.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!