Skip to main content

Posts

Showing posts from May, 2026

Complete Nextcloud Setup on Proxmox LXC with Nginx Proxy Manager

Want your own private cloud similar to Google Drive, OneDrive, or Dropbox? In this guide you'll learn how to deploy Nextcloud inside a Proxmox LXC container, store data on an external HDD, and expose it securely using Nginx Proxy Manager. ✅ Proxmox LXC Installation ✅ External HDD Storage Mount ✅ MariaDB Database Setup ✅ Nginx Proxy Manager Reverse Proxy ✅ Free SSL Certificates ✅ Domain Access from Anywhere Requirements: Proxmox VE Installed Nginx Proxy Manager Running Domain or Dynamic DNS Mounted Storage Drive 🧠 What is Nextcloud? Nextcloud is a self-hosted cloud platform that allows you to store files, sync devices, share documents, manage calendars, contacts, photos and much more. Private cloud storage File synchronization Mobile applications Document collaboration Photo backup WebDAV support ⚡ Step 1 — Create the Proxmox LXC Create a Debian 12 LXC container with: 2 CPU Cores 2-4GB RAM 20GB+ Root Disk Privileged Containe...

Complete Nginx Proxy Manager Setup on Proxmox (LXC + Docker Method)

Want to access your homelab across the world without any limitations of Local Network? Learn how to install and configure Nginx Proxy Manager using: ✅ Proxmox LXC Helper Script ✅ Docker Installation ✅ SSL Reverse Proxy Setup ✅ Beginner Friendly Method 🧠 What is Nginx Proxy Manager? Nginx Proxy Manager is a GUI-based reverse proxy manager that lets you: Route domains to internal services Enable HTTPS easily Create SSL certificates Manage reverse proxies visually Expose homelab apps securely Perfect for: n8n Pterodactyl Jellyfin Nextcloud Homelab dashboards ⚡ Method 1 — Proxmox LXC Setup Run this command inside your Proxmox shell: bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/nginxproxymanager.sh)" 🐳 Method 2 — Docker Installation Step 1 — Update System sudo apt update && sudo apt upgrade -y Step 2 — Install Required Packages sudo apt install -y ca-certifica...