Support Guides

Advanced

Technical articles aimed at experienced users, developers, or VPS/dedicated server customers.

How to install Ghost on CloudPanel

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…

Install n8n on a VPS

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…

Build an automated mail responder with n8n

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…

How to install OpenClaw on a VPS with Docker

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…

How to install Strapi on CloudPanel

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…

Managing your VPS with Claude Code

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…

Install n8n on cPanel shared hosting

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…

How to install Ghost on cPanel using Node.js

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…

How to build a headless CMS with Strapi and Astro

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…

How to install Docker Compose on Linux

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…