Install
Turn a fresh VPS into an autonomous Lumic node with one command.
ssh root@server 'curl -fsSL https://lumic.cc/install.sh | sh'Install Lumic on plain Linux, then manage the host through its UI, CLI, or structured MCP capabilities.
ssh root@server 'curl -fsSL https://lumic.cc/install.sh | sh' Lumic Control Center
│
┌──────┼──────┐
│ │ │
CLI UI MCP
│ │ │
└──────┼──────┘
│
Linux VPSTurn a fresh VPS into an autonomous Lumic node with one command.
ssh root@server 'curl -fsSL https://lumic.cc/install.sh | sh'On your local computer, register the VPS with your coding agent. When you provision a dedicated MCP key, the installer prints the exact command to run locally.
codex mcp add lumic-server -- ssh -T -i ~/.ssh/lumic-server root@serverThe UI already runs on the VPS. On your local computer, open an SSH tunnel and keep it running, then visit http://127.0.0.1:8080 in your browser.
ssh -N -L 8080:127.0.0.1:8080 root@serverInspect this Lumic node and repository. Plan the required runtime, services, web routing, TLS, workers, and Git deployment. Apply the approved plan, verify health, and report what changed.
The agent supplies the reasoning. Lumic supplies host evidence, plans, policy, safe operations, and an audit trail.
MCP documentation →api deployment completed
certificate renewed
postgres backup completed
Manage static and PHP releases, WordPress, repository intent, health checks, workers, schedules, TLS, and rollback.
Install and operate databases, caches, queues, search, storage, observability, web, and Git-forge services.
Use typed operations for packages, systemd, users, firewall, storage, processes, logs, diagnostics, and backups.
Browse implemented applications, services, infrastructure, automation, deployment, and agent capabilities.
Explore features →Gated nightly builds deliver new capabilities and fixes continuously. Follow each operator-visible update in the changelog.