Support Guides

VPS Guides

Guides for Virtual Private Server users, covering control panel installation, CLI usage, and server management.

What is VPS hosting and do you need it?

Choosing the wrong type of hosting is one of the most common reasons websites underperform or become difficult to manage. VPS hosting offers a different level of control and resource allocation compared to shared hosting, but it also comes with different…

How to check system uptime in Linux

Knowing how long your Linux server has been running helps you confirm that a reboot completed successfully, track availability and spot unexpected restarts. Several commands expose this information directly from the terminal, each presenting it in a slightly…

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…

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 Python on Debian 12

Debian 12 ships with Python 3 available through its default repositories, making installation quick and repeatable. Whether you are setting up a development environment on a VPS or preparing a server to run a web application, this guide walks you through…

How to clear cache and free memory in Linux

Linux uses spare RAM to cache recently accessed files, directory paths and file metadata. This speeds up normal operation, but when you are troubleshooting performance, running memory benchmarks or diagnosing an application that is not releasing memory, you…

How to set a static hostname on Linux

Your Linux server’s hostname identifies it on a network and appears in shell prompts, logs and system tools. Without a persistent hostname, any name you set is lost after a reboot, which causes confusion in multi-server environments and breaks tools…

How to hide the Nginx server header on Linux

By default, Nginx includes its version number in the Server response header, making it visible to anyone who inspects your HTTP responses. Removing this information reduces the detail available to anyone scanning your server for known vulnerabilities tied to…

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…