Support Guides
Technical articles aimed at experienced users, developers, or VPS/dedicated server customers.
Ghost is a Node.js-based publishing platform that runs well on CloudPanel’s Node.js site management. Rather than a generic installation, CloudPanel handles Nginx, SSL and process management for you, so the Ghost CLI setup is scoped to the database and…
Running n8n on your own VPS gives you full control over your automation workflows, data and configuration. This guide covers installing n8n globally via npm, setting key environment variables and starting your instance so you can access the editor from a…
Manually replying to routine enquiries takes time away from higher-value work. By connecting an IMAP inbox to an AI pipeline in n8n, you can automatically read incoming emails, classify them, generate a professional reply and send it, all without human…
OpenClaw needs a persistent, always-on environment to stay connected to your messaging platforms and AI provider. Running it inside a Docker container on a VPS gives you isolated storage, automatic restarts on failure and a repeatable setup you can rebuild at…
Strapi is an open-source headless CMS built on Node.js that lets you create content APIs and manage structured content from a browser-based admin panel. This guide covers installing Strapi on a CloudPanel VPS, from setting up Node.js through to accessing the…
Claude Code is Anthropic’s AI coding assistant a CLI tool that runs in your terminal, reads your actual files and executes commands on your behalf. Rather than searching for answers and manually piecing together fixes, you describe a problem in plain…
n8n is an open-source workflow automation platform you host yourself, giving you full control over your data and workflows without per-task pricing. Installing it on cPanel shared hosting is possible, but the environment has real constraints: CloudLinux…
Ghost is a Node.js-based publishing platform that runs on shared hosting through cPanel’s Node.js App selector. This guide walks you through creating a Node.js application environment, installing Ghost via the command line and configuring it to serve…
Traditional content management systems like WordPress bundle your content, templates and frontend code into a single application. This creates performance bottlenecks and limits how you can deliver content across different platforms. You will build a headless…
Docker Compose allows you to define and run multi-container applications using a single YAML file. Instead of managing containers individually, you describe your entire application stack in docker-compose.yml and launch everything with one command. You will…