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.
Option 2 – Nextcloud on a VPS (recommended for beginners)
Good providers (2026):
- Hetzner Cloud – from €5/month
- Contabo – cheap and powerful
- IONOS – German, easy interface
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.
-
Update the system
sudo apt update && sudo apt upgrade -y -
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 -
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;" -
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 -
Configure Apache + HTTPS
Follow the standard Apache + Let’s Encrypt guide and complete the installation in the browser.
After installation
- Mobile: Nextcloud app (Android/iOS)
- Desktop: Nextcloud Desktop Client
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
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?
- Copy the page text with the button below
- Go to an online SHA256 tool, e.g. this one
- Paste the text and calculate the hash
- Paste the hash below and click "Verify"
Verify with SHA256 hash
Open Element and join the conversation
Tip: type the thesis number or topic as your first message