Lumic Control Center
LUMIC CONTROL CENTER · 1.0

Your MCP server
for hosting.

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 VPS
01

Install

Turn a fresh VPS into an autonomous Lumic node with one command.

$ssh root@server 'curl -fsSL https://lumic.cc/install.sh | sh'
02

Connect MCP

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@server
Read the MCP setup guide →
03

Open the UI

The 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@server
Read the operator UI guide →
THE BEST PART

Give Codex a VPS task, not an SSH session.

>

Inspect 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 →
prod-01Ubuntu · x86_64
● HEALTHY
APPLICATIONS4
SERVICES6
DATABASES2
DEPLOYMENTS1 active

api deployment completed

certificate renewed

postgres backup completed

APPLICATIONS

Deployable software

Manage static and PHP releases, WordPress, repository intent, health checks, workers, schedules, TLS, and rollback.

SERVICES

Native managed services

Install and operate databases, caches, queues, search, storage, observability, web, and Git-forge services.

HOST

Linux operations

Use typed operations for packages, systemd, users, firewall, storage, processes, logs, diagnostics, and backups.

EXPLORE

See what Lumic supports

Browse implemented applications, services, infrastructure, automation, deployment, and agent capabilities.

Explore features →
LUMIC NIGHTLY

Gets better every night.

Gated nightly builds deliver new capabilities and fixes continuously. Follow each operator-visible update in the changelog.