RockyCPanel Rocky

Quickstart

Tested against current repository structure: `panel/` and `connector-go/`.

Prerequisites

Run Panel

cd /path/to/cpanel/panel
npm install
npm run upgrade-db
npm run create-user
npm run dev

Production mode:

npm start

Run Connector-Go

cd /path/to/cpanel/connector-go
go mod tidy
go build -o connector-go ./
CONNECTOR_CONFIG=./config.json VOLUMES_PATH=/var/lib/cpanel/volumes ./connector-go

First Validation

If you are new to Linux configuration, run this page first; the next basic step is PM2 process setup, then Cloudflare Tunnel if you need a public domain.