Monal Cloud is operated by Pahadi Research, LLC of Washington (US).

CLI

Manage your cloud from the terminal

The monal CLI is a single binary that gives you full control over every cloud service — compute, networking, DNS, databases, and more — from your terminal.

Quick install

curl -fsSL https://pahadi.cloud/cli/install.sh | bash
Download install.sh
1

Install

Run the one-line installer. Supports macOS (Apple Silicon & Intel) and Linux (x86_64 & ARM64). No Python or pip required.

curl -fsSL https://pahadi.cloud/cli/install.sh | bash
2

Log in

Authenticate with your Account ID, email, and password. If your account has MFA enabled, you will be prompted for a code.

monal login
3

Start managing resources

Run any resource command. Use --help on any noun to see available actions.

monal vm list
monal volume list
monal dns list
monal lb list

Command reference

All commands accept --help for full options.

monal loginAuthenticate and store session
monal logoutRemove stored session
monal switch-cloud monalSwitch to monal.cloud environment
monal switch-cloud pahadiSwitch to pahadi.cloud environment
monal vm listList compute instances
monal vm show <id>Show instance details
monal volume listList block storage volumes
monal image listList available images
monal network listList networks
monal dns listList DNS zones
monal dns record-list <zone>List records in a zone
monal lb listList load balancers
monal database listList database instances
monal cluster listList Kubernetes clusters
monal secret listList secrets (Barbican)
monal stack listList orchestration stacks
monal container listList object storage containers