Usage
uc machine list
Output
The command displays a table with the following columns:- NAME - Machine name
- STATE - Current state (Active, Joining, etc.)
- ADDRESS - Machine’s internal network address (CIDR)
- PUBLIC IP - Public IP address for ingress (or
-if none) - WIREGUARD ENDPOINTS - WireGuard endpoint addresses for peer connections
- MACHINE ID - Unique machine identifier
Examples
List all machines
Understanding the Output
Machine State
- Active - Machine is running and part of the cluster
- Joining - Machine is in the process of joining the cluster
- Left - Machine has left the cluster
Network Address
The internal cluster network address assigned to the machine. Containers on this machine will receive IP addresses from this subnet.Public IP
The public IP address used for ingress traffic. Shows- if the machine has no public IP configured (internal-only machine).
WireGuard Endpoints
The IP and port combinations that other machines use to establish WireGuard VPN connections to this machine. A machine can have multiple endpoints for different network interfaces.Related Commands
uc machine init- Initialize a new clusteruc machine add- Add a machine to the clusteruc machine update- Update machine configurationuc machine rm- Remove a machineuc ps- List containers running on machines
