RustMinerSystem

RustMinerSystem CLI

RustMinerSystem CLI is now integrated into the main RustMinerSystem install script for users who do not want to use the web management dashboard. Run the same Linux install command, then choose the CLI tool option from the script menu.

Command-line tool download

Enable CLI mode with the same install script

RustMinerSystem CLI is installed through the main install script. Deploy RustMinerSystem first, then choose the command-line tool menu item. The script downloads the CLI, creates the rustminer launcher, and switches the system into CLI mode with web access disabled.

One command opens the install menu

The CLI uses the same main script as RustMinerSystem. Run the command as root on a Linux server, choose the language, then continue from the menu.

RustMinerSystem / CLI install command
bash <(curl -s -L https://github.com/EvilGenius-dot/RustMinerSystem/raw/main/install.sh)

If RustMinerSystem is not installed yet, choose 1 to install the main program first. Then choose 22 to install the CLI tool. Before installing the CLI, the script asks you to disable web access and then switches the service to CLI mode.

CLI-related script menu items

The same installer manages the main program, web access, runtime status, and CLI tool lifecycle.

  • 22Install the command-line tool and create the /usr/local/bin/rustminer launcher.
  • 23Uninstall the CLI tool and remove script-managed rustminer launcher and CLI files.
  • 10/11Enable or disable web access. CLI mode requires web access to be disabled.
  • 21View RustMinerSystem runtime, port, CLI tool, and path information.

Common commands after installation

The install script downloads RustMinerSystemCLI-0.1.0 and creates the rustminer command. Run it with no arguments to open the CLI, or pass an action to control the main service.

$ rustminer$ rustminer start$ rustminer stop$ rustminer restart

Terminal entry

Run rustminer with no arguments to open the CLI tool, ideal for operators who manage statistics and actions from a server terminal.

Web access disabled

During CLI installation, the script sets ENABLE_WEB_UI to 0, reducing dashboard exposure and moving statistics access to the CLI.

Service control

Use rustminer start, rustminer stop, and rustminer restart to start, stop, or restart RustMinerSystem for basic operations.

Ecosystem support

Infrastructure for downloads and deployment

RustMinerSystem works with cloud services, network infrastructure, and code hosting platforms to support reliable downloads, deployments, and global access.