Skip to main content
vee
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

vee dashboard

Start a web dashboard serving a live HTML view and JSON API for all VMs. VM state is polled every 2 seconds.

vee dashboard

Flags

FlagDefaultDescription
--addr127.0.0.1:7777Address to listen on

Examples

# Default: http://127.0.0.1:7777
vee dashboard

# Expose on the LAN
vee dashboard --addr 0.0.0.0:7777

The dashboard has no built-in authentication. Bind it to 127.0.0.1 (the default), or put it behind a reverse proxy with auth before exposing it beyond localhost.