Skip to content
Skip to content

VPS Management

Your dedicated VPS is the backbone of your ClawHQ deployment. This page covers everything you need to know about controlling, monitoring, and maintaining your server.

Start, Stop, and Restart Controls

The VPS control panel provides three primary actions for managing your server's lifecycle:

  • Start — Powers on your VPS and brings all services online. All deployed agents and connected channels resume operation automatically.
  • Stop — Gracefully shuts down your VPS. All active conversations are terminated, agents go offline, and channels disconnect. Use this only when you need to take your instance fully offline.
  • Restart — Performs a graceful stop followed by an immediate start. This is useful for applying configuration changes or clearing transient issues.

Each action displays a confirmation dialog before executing. The current VPS state is shown as a colored badge: Running (green), Stopped (red), or Restarting (yellow).

Warning: Stopping your VPS will immediately interrupt all active conversations. End users connected via channels will receive no response until the VPS is started again.

Hostname and IP Display

The top of the VPS page displays your instance's hostname (e.g., yourname.clawhq.tech) and its public IP address. You can click either value to copy it to your clipboard. The hostname is the primary URL used to access your OpenClaw dashboard and API endpoints.

Custom Domain Management

ClawHQ allows you to connect up to three custom domains to your VPS. This lets your end users interact with your agents through a branded URL instead of the default.clawhq.tech subdomain.

The process for adding a custom domain is as follows:

  1. Add Domain — Enter your custom domain name (e.g., ai.yourcompany.com) in the domain management panel.
  2. Configure DNS — ClawHQ displays the DNS records you need to create at your domain registrar. Typically, this is a CNAME record pointing to your .clawhq.tech hostname, or an A record pointing to your VPS IP address.
  3. Verify DNS — Click the "Verify" button to confirm that DNS propagation has completed and the records resolve correctly.
  4. SSL Provisioning — Once DNS is verified, ClawHQ automatically provisions an SSL certificate for your custom domain. This process takes approximately 1-2 minutes.
Tip: DNS propagation can take anywhere from a few minutes to 48 hours depending on your registrar and DNS provider. If verification fails, wait 15 minutes and try again.

SSL Certificate Management

Every ClawHQ VPS comes with automatic SSL certificate management. The SSL panel displays the following information for each active certificate:

  • Certificate validity — Whether the certificate is currently valid and trusted.
  • Expiry countdown — The number of days remaining until the certificate expires.
  • Auto-renew status — Indicates whether automatic renewal is enabled (on by default).
  • Manual renew — A button to trigger an immediate certificate renewal if needed.

Certificates are renewed automatically 30 days before expiration. If auto-renewal fails for any reason, you will receive a notification and can trigger a manual renewal from this panel.

Service Status Panel

The service status panel monitors four core services running on your VPS. Each service displays its current status, uptime duration, and a restart button for individual service recovery:

  • OpenClaw Gateway — The core AI gateway that routes conversations to your deployed agents. This is the most critical service.
  • Web Server (HTTPS) — The HTTPS server that handles incoming web traffic, API requests, and the OpenClaw dashboard interface.
  • Embeddings Service — The embeddings service used by the knowledge base for semantic search and document retrieval.
  • Data API — The internal data API that powers analytics, logging, and inter-service communication.

Service status is checked every 60 seconds. A green dot indicates the service is running, yellow indicates it is starting or restarting, and red indicates it is down or unresponsive.

Warning: Restarting the OpenClaw Gateway will temporarily disconnect all active conversations. Only restart individual services if you are troubleshooting a specific issue. For general maintenance, use the full VPS restart instead.

Scheduled Restart

You can configure automatic scheduled restarts to keep your VPS running smoothly. Scheduled restarts help clear accumulated memory usage and ensure all services are in a clean state.

Configuration options include:

  • Frequency — Weekly restarts on a day of your choosing.
  • Restart scope — Choose between an OpenClaw-only restart (restarts just the gateway and agent services) or a full VPS reboot (restarts the entire server including the operating system).
  • Day and time — Select the day of the week and time of day (in your local timezone) for the restart to occur. Choose a low-traffic window to minimize disruption.
Tip: An OpenClaw-only restart is faster (under 10 seconds of downtime) and sufficient for most maintenance needs. Reserve the full reboot option for situations where you suspect an OS-level issue.

Resource Display Card

The resource card shows a summary of your VPS hardware allocation and current usage across four dimensions:

  • CPU — Number of virtual cores allocated and current utilization percentage.
  • RAM — Total memory allocated and current usage in GB.
  • Storage — Total disk space and current usage in GB.
  • Bandwidth — Monthly bandwidth allocation and usage to date.

Monitoring Dashboard

The monitoring dashboard provides a detailed, real-time view of your VPS performance through four gauge cards:

  • CPU % — Current processor utilization across all cores.
  • RAM % — Current memory consumption as a percentage of total available RAM.
  • Disk % — Storage utilization as a percentage of total disk capacity.
  • Network — Current inbound and outbound network throughput.

Each gauge card uses color-coded thresholds: green for 0-69% (normal), yellow for 70-89% (elevated), and red for 90-100% (critical). Historical data is available as time-series charts with 1-hour, 6-hour, 24-hour, and 7-day views.

Logs Viewer

The integrated logs viewer streams real-time output from your VPS services. You can filter logs by service (Gateway, Web Server, Embeddings, Data API), by severity level (info, warning, error), and search for specific text patterns. Logs are retained for 7 days and can be exported as plain text files.

Dashboard Password Management

Your OpenClaw dashboard is protected by HTTP basic authentication. The password management section lets you view your current dashboard username and change your dashboard password. Password changes take effect immediately — you will need to re-authenticate on your next visit to the OpenClaw dashboard.

Tip: The dashboard password is separate from your ClawHQ account password. Changing one does not affect the other. Use a strong, unique password for each.

Related Documentation

  • Dashboard Overview — Return to the main dashboard documentation.
  • Agents — Deploy and manage agents on your VPS.
  • AI Models — Configure the AI model running on your VPS.
  • Chat — Test your deployment through the built-in chat interface.