Skip to main content

Installing Rakaard 2

This guide describes how to install Rakaard 2 on Windows and Linux systems. Follow the section for the relevant operating system.

Before you begin

Make sure you have downloaded the latest installer or archive from the official Rakaard release page.

Windows Installation​

Rakaard 2 for Windows uses a guided installer. Launch the installer and follow the displayed steps.

Steps​

0/60%

Verify the installation​

Open PowerShell or Command Prompt and run:

rakaard version

You should see the current Rakaard CLI version and the running engine version.

Installation complete

Rakaard is installed and running as a background service. The rakaard CLI is now available from any terminal window.

SmartScreen warning

Windows may display a "Windows protected your PC" screen the first time you run the installer. This is normal for newly-signed installers. Click More info then Run anyway to proceed.

Linux Installation​

On Linux, Rakaard is distributed as a compressed archive that contains an installation script.

Steps​

0/50%

Full command sequence​

Run the following commands in a terminal:

tar -xzf rakaard-2.0.0-linux-amd64-rpm.tar.gz
cd rakaard-2.0.0-linux-amd64-rpm/
./install.sh

The install script will:

  • Copy binaries into /usr/local/bin
  • Register the Rakaard engine as a systemd service
  • Start the service automatically

Verify the installation​

rakaard version

You should see the current Rakaard CLI version and the running engine version.

Check service status

You can inspect the Rakaard engine service any time with:

systemctl status rakaard
Permissions

The install script may prompt for sudo since it needs to place files in system directories and register a systemd service.

After Installation​

After installation, continue to the Quick Start guide to establish the first server connection.

What is next?
  • Run rakaard shell to enter the interactive Rakaard shell.
  • Use servers to see your configured servers.
  • Use connect rakaard to connect to the public Rakaard coordinator.

Troubleshooting​

Installation failed on Windows
Installation failed on Linux