Install Nextcloud (your own cloud)

Nextcloud is open-source software for your personal cloud. Files, photos, calendar, contacts and more — fully under your control.

Time: 30–60 minutes (one-time)
Cost: €0 (on existing hardware) or €50–€100 (small VPS)

Option 1 – Fastest start: Nextcloud on a Raspberry Pi

You already have a Pi with Umbrel or YunoHost?
→ Go to the App Store (Umbrel) or Apps (YunoHost) → search for “Nextcloud” → install with one click. Wait 5–10 minutes.

Good providers (2026):

Choose a “Nextcloud ready” image or install via Snap.

Option 3 – Manual installation (full control)

Requirements: Ubuntu 24.04, at least 2 GB RAM, domain name recommended.

  1. Update the system
    sudo apt update && sudo apt upgrade -y

  2. Install packages
    sudo apt install apache2 mariadb-server php php-mysql php-gd php-curl php-mbstring php-xml php-zip php-intl php-bcmath php-gmp unzip wget -y

  3. Create database
    sudo mysql -u root -e "CREATE DATABASE nextcloud;"
    sudo mysql -u root -e "CREATE USER 'nextcloud'@'localhost' IDENTIFIED BY 'strongpassword';"
    sudo mysql -u root -e "GRANT ALL PRIVILEGES ON nextcloud.* TO 'nextcloud'@'localhost';"
    sudo mysql -u root -e "FLUSH PRIVILEGES;"

  4. Download Nextcloud
    cd /var/www
    sudo wget https://download.nextcloud.com/server/releases/latest.zip
    sudo unzip latest.zip
    sudo mv nextcloud html
    sudo chown -R www-data:www-data html

  5. Configure Apache + HTTPS
    Follow the standard Apache + Let’s Encrypt guide and complete the installation in the browser.

After installation

Your photos, documents and memories are now truly yours.

⚠️ Disclaimer

Alle guides worden door de community voorgesteld en door het OIM-coreteam gecontroleerd voordat ze live gaan.

Toch blijft het uitvoeren van technische stappen jouw eigen verantwoordelijkheid.
Het Open Internet Manifest is niet aansprakelijk voor schade, dataverlies of andere problemen die kunnen ontstaan door het volgen van een guide.

💸 Support the Open Internet Manifest ❤️

This manifest only exists thanks to your donations.
Every satoshi or monero helps enormously (servers, domains, development).

Donate anonymously in crypto

Cryptocurrency QR-code (click to enlarge) Address (click to copy)
Bitcoin (BTC) Bitcoin QR bc1qn0wpgqc9g22hpcyeu8687tdv3gg83rnvksrydm
Monero (XMR) Monero QR 85J34VDW5wSJG6yuWXyYzB4ScedX7k4FJZktSk1VMo2uRHFWoPjB9cXKGiEkvw1SvoQrMXdxwnrVPZVzJx9MrPe4HoPYbFu

Monero tip: with Cake Wallet or the official GUI every donor automatically gets a unique subaddress → maximum privacy.

Thank you so much for your support — you keep this project alive! 🚀

🔒 Verify integrity of this page (SHA256)

How to verify?

  1. Copy the page text with the button below
  2. Go to an online SHA256 tool, e.g. this one
  3. Paste the text and calculate the hash
  4. Paste the hash below and click "Verify"

Verify with SHA256 hash

🗣️ Join the discussion about this page
Open Element and join the conversation
Tip: type the thesis number or topic as your first message