Skip to main content

Serve App Installation Guide


Install Unifi Controller On Proxmox Container Ubuntu 24.04.3

1. Make sure the ca-certificates package is installed apt-get update; apt-get install ca-certifi...

Installing CyberPanel on Proxmox Container Ubuntu 22.04

The CyberPanel installation process is straightforward and can be completed by following the prov...

Install Uptime Kuma on Ubuntu with Node.js and Nginx

One of the first steps is to install Node.js on Ubuntu but before you do so make sure your server...

Install Cacti on Proxmox Container Ubuntu 24.04

Here’s a clean step-by-step guide for Cacti installation on Ubuntu 24.04 inside your Proxmox CT ...

Installing Odoo 19 using Packaged installers on Ubuntu 24.04

Odoo provides packaged installers for Debian-based Linux distributions (Debian, Ubuntu, etc.), RP...

Install Transmission with Webui & Create Directory Indexing Ubuntu 24.04

sudo apt update sudo apt install -y transmission-daemon transmission-cli transmission-common St...

Install Moodle In Ubuntu 24.04 & Access from local ip (http,https) and domain

Prepare Your Container, do update & upgrade: apt update && apt upgrade -y apt install -y unzip ...

Install ERPNext 15 on Ubuntu 24.04 Proxmox CT

Prerequisites The below prerequisites are advised in order to get an optimal functionality of ER...

FFmpeg + NGINX HTTPS HLS Streaming Server Ubuntu 24.04

In this tutorial, we build a lightweight streaming server on Ubuntu 24.04 that takes RTSP video f...

Enable HTTPS LibreNMS Ubuntu 24.04

Create self-signed SSL certificate sudo mkdir -p /etc/nginx/ssl sudo openssl req -x509 -nodes -...