NextcloudPi
Keep your data close
Your online services at home
NextcloudPi runs in a variety of system.
Read more..
Easy to set up for non technical users
Question based wizard provides automatic setup.
Manage your backups
Schedule backups, create snapshots and create security copies of your data both locally or remotely.
Automatic security updates
Your system will be secure and up to date without user intervention.
Security features
Firewall, WAF, Fail2Ban, A+ Grade in SSL Labs and more
SAMBA/NFS
Direct access to your files in the local network.
Documentation
Community
Updates
Code
NextcloudPi is a Nextcloud instance that is preinstalled, preconfigured and includes a management interface with all the tools you need to self host your private data in a single package. This is an official open source community project that aims at making it easier for everyone to have control over their own data. NextcloudPi is free, thriving only by your help, feedback and support.
Supported Systems
Debian 11 Bullseye (all architectures)
Install on any Debian supported architecture in one line.
Note: This assumes a clean Debian installation, there is currently no rollback method.
# curl -sSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install.sh | bash
Virtual Machine
Compatible with libvirt, VirtualBox, VMWare & Parallels.
LXD Container image
Run NextcloudPi in any system that supports LXC containers.
LXD Documentation
# Download the image form https://github.com/nextcloud/nextcloudpi/releases e.g.: wget -O - https://github.com/nextcloud/nextcloudpi/releases/download/v1.51.0/NextCloudPi_LXD_v1.51.0.tar.gz # Import the image, replace the X's with the version numbers lxc image import "NextcloudPi_LXD_vX.XX.X.tar.gz" --alias "ncp/vX.XX.X" # Create and start a container from the image lxc launch "ncp/vX.XX.X" ncp
For Proxmox installation please use the helper script made by tteck
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/nextcloudpi-v5.sh)"
Raspberry Pi (all models)
The most popular board around! You can convert it into your home cloud now. There are Berryboot images available in order to run NextcloudPi directly from an external hard drive.
Odroid HC2 / HC1 / XU4
This board is much more powerful than the Raspberry Pi and it is specially designed to be used as a NAS.
Odroid HC4
The latest iteration of the Odroid NAS oriented boards, in a more modern 64bit version.
Odroid C2
Odroid low cost competitor for the Raspberry Pi, 64 bit SBC with GbE.
Odroid C4
ODROID-C4 is a new generation single board computer that is more energy efficient and faster performing than ODROID-C2
Rock64
This board is much more powerful than the Raspberry Pi and it is specially designed to be used as a NAS, for a similar price.
RockPro64
Featuring six cores and 4GiB of fast memory, Gigabit Ethernet,USB3 and more, the RockPro64 is the latest from Pine64 and makes an attractive new hardware option for NextcloudPi
Banana Pi
SATA port and Gigabit Ethernet make the Banana Pi a popular low cost NAS solution.
Armbian
Images for any Armbian supported board can be generated easily. If you own a board this is a great way to help!
Installation
Debian
You can install NextcloudPi in any Debian Bullseye system, by using the curl installer.
Instead of piping to bash, you can inspect the code and launch it manually.
SBC
There are preinstalled SD card images for the Raspberry Pi and other Single Board Computers.