StavenCTLStavenCTL Doc

Overview

Install and manage your StavenCTL Panel with a single command.

StavenCTL Panel

StavenCTL is a self-hosted Linux server management platform that automatically installs and configures the services required to run your hosting panel.

With a single installation command, StavenCTL provisions your server, installs dependencies, configures services, and prepares the system for production.

One Command Installation

curl -fsSL https://install.stavenctl.com/install.sh | sudo bash

What StavenCTL Installs

StavenCTL automatically installs and configures the core components required to operate the panel.

ComponentDescription
NginxHigh-performance web server and reverse proxy.
PostgreSQLPrimary database for panel data.
RedisCache and queue backend.
AgentSystem service responsible for server management.
PanelThe StavenCTL web interface and API.

Initial Setup

After installation, complete the initial configuration.

sudo stavenctl-agent create-admin

Features

  • One-command installation
  • Automatic dependency installation
  • Nginx configuration and management
  • PostgreSQL database setup
  • Redis installation and configuration
  • Server registration
  • Health monitoring
  • Production-ready system services
  • Self-hosted architecture

Next Steps

  1. Install StavenCTL Panel.
  2. Complete the initial configuration.
  3. Create the administrator account.
  4. Register your server.
  5. Access the web panel and begin managing your infrastructure.

On this page