Skip to content

Command reference

This page is the alphabetical reference for every olares-cli command that runs on the Olares host. Use it to look up syntax, options, and examples for a specific command. For commands that run on behalf of a logged-in user or inside an Olares app, see Use with AI agents.

Applies to Olares 1.12.X

Use this version of the reference if your Olares version is 1.12.X.

Root privileges required

Most olares-cli commands require root. Use the root user or prepend commands with sudo.

Using olares-cli with WSL

If you installed Olares using the WSL (Windows Subsystem for Linux) method, run olares-cli inside the WSL environment. From PowerShell:

powershell
wsl -d Ubuntu

Syntax

The Olares CLI uses the following syntax:

olares-cli command [subcommand] [argument] [options]

where

  • command: Specifies the main operation you want to perform. For example, olares-cli install.
  • subcommand: Further specifies the task for commands that support additional operations. For example, wizard or component.
  • argument: Specifies the target resource or input data for the command, typically an ID, name, or file path. For example, in olares-cli user activate <Olares ID> [options], <Olares ID> is the argument.
  • options: Optional arguments that modify the behavior of the command. Options include flags and options with arguments.

Olares CLI allows you to temporarily override certain Olares default settings. Each option applies only to the command in which it is used.

For example, if you use the --base-dir option with olares-cli download wizard, it will only affect the wizard downloading process and will not change the base directory for other commands, such as during the "install" phase.

To get detailed help for any command, run olares-cli help.

Available CLI commands

OperationSyntaxDescription
backupsolares-cli backups <subcommand> [options]Manages backup-related operations.
change-ipolares-cli change-ip [options]Changes the IP address of the Olares OS.
diskolares-cli disk <subcommand>Manages storage resources in the Olares system.
downloadolares-cli download <subcommand> [options]Downloads specific resources.
gpuolares-cli gpu <subcommand> [options]Manages GPU-related operations.
infoolares-cli info [options]Displays general information about the downloaded Olares OS.
installolares-cli install [options]Deploys system-level and user-level components of Olares.
logsolares-cli logs [options]Collects logs from Olares system components for debugging and troubleshooting.
nodeolares-cli node <subcommand> [options]Manages node-related operations.
osinfoolares-cli osinfo <subcommand> [options]Displays general information about the operating system of the current device.
precheckolares-cli precheck [options]Verifies whether the system environment meets all requirements for Olares installation.
prepareolares-cli prepare [options]Prepares the environment for the installation process, including setting up essential services and configurations of Olares.
releaseolares-cli release [options]Packages Olares installation resources for distribution or deployment.
startolares-cli start [options]Starts Olares services and components.
statusolares-cli status [options]Queries the local olaresd daemon and prints the current Olares system status.
stopolares-cli stop [options]Stops Olares services and components.
uninstallolares-cli uninstall [options]Uninstalls Olares completely, or roll back the installation to a specific phase.
upgradeolares-cli upgrade <subcommand> [options]Upgrades Olares and checks upgrade readiness and compatibility.
userolares-cli user <subcommand> [options]Manages users in the Olares system