惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Blog — PlanetScale
Blog — PlanetScale
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Vercel News
Vercel News
B
Blog
腾讯CDC
P
Proofpoint News Feed
Google DeepMind News
Google DeepMind News
N
Netflix TechBlog - Medium
L
LangChain Blog
F
Fortinet All Blogs
T
The Blog of Author Tim Ferriss
人人都是产品经理
人人都是产品经理
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
I
InfoQ
IT之家
IT之家
酷 壳 – CoolShell
酷 壳 – CoolShell
aimingoo的专栏
aimingoo的专栏
D
DataBreaches.Net
Stack Overflow Blog
Stack Overflow Blog
The Cloudflare Blog
Last Week in AI
Last Week in AI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 三生石上(FineUI控件)
T
Tailwind CSS Blog

Nextcloud

Collabora: Landlock adds a third, tougher sandbox tier - Nextcloud September maintenance updates before Nextcloud Hub 26 Summer, EOL for Nextcloud Hub 26 Autumn - Nextcloud Workshops at the Nextcloud Community Conference 2026 - Nextcloud How to set up UnifiedPush on Android for Nextcloud Talk - Nextcloud Anna Larch on community management and DevRel in the age of AI PRs - Nextcloud Nextcloud Hub: The European alternative to Microsoft 365 and Google Workspace - Nextcloud Nextcloud earns ANSSI CSPN and BSI IT-Grundschutz certifications - Nextcloud Academy of Civic Organizations builds a secure workspace | Nextcloud August maintenance updates for Nextcloud Hub - Nextcloud Join the Nextcloud development sprints: a week of hands-on collaboration - Nextcloud How to volunteer at the Nextcloud Community Conference 2026 - Nextcloud Nextcloud passes DPIA by SURF & Privacy Company - Nextcloud Prof. Dr. Johanna Pirker on AI, open source, and sovereignty - Nextcloud Do I belong at the Nextcloud Community Conference 2026? - Nextcloud July maintenance updates: Nextcloud Hub 25 Autumn, 26 Winter & 26 Spring - Nextcloud Nextcloud Office: deciding between Euro-Office, Collabora, and Thinkfree Office - Nextcloud Nextcloud Community Awards 2026 Building a sovereign AI stack: What it actually takes - Nextcloud Nextcloud AIO introduces automatic domain and DNS setup - Nextcloud Nextcloud ISV Partner Program: connecting app developers with enterprises How to install Euro-Office in Nextcloud June maintenance updates for Nextcloud Hub 25 Autumn, 26 Winter & 26 Spring - Nextcloud Nextcloud Summit 2026: Celebrating the people and companies who made it happen - Nextcloud Nextcloud Deck: the kanban board & Gantt chart app for teams - Nextcloud Bringing digital sovereignty to university IT: Interview with Michael Redinger, University of Innsbruck - Nextcloud Your Guide to Nextcloud All-in-One on Windows 10 & 11 - Nextcloud Nextcloud Summit 2026: Digital sovereignty comes of age Nextcloud Awards 2026: celebrating ISKA Nürnberg and FREIRAD Nextcloud Hub 26 Spring: Built together, designed for the future Out-of-band updates for Nextcloud Hub 25 Autumn & 26 Winter
How to install the Nextcloud All-in-One on Linux - Nextcloud
Mikaela Schneider · 2026-06-15 · via Nextcloud

Are you a Linux user looking to install the Nextcloud All-in-One (AIO) Docker image? In this blog, we walk you through the steps, just like we did in our AIO Guide for Windows 10 & 11.

What is Nextcloud All-in-One?

Nextcloud All-in-One is a Docker-based project that allows you to install just one container that does the heavy lifting of creating and managing all containers needed for a complete Nextcloud installation. It provides easy deployment and maintenance of Nextcloud’s features, a user-friendly interface, stress-free updates, and a straightforward approach for getting everything to work out of the box.

Nextcloud AIO includes:

With using Nextcloud All-in-One compared to the other installation methods, I found the performance is substantially better, especially on an office server.

Brandon Hopkins
Founder at TechHut Media

Brandon Hopkins TechHut Media profile pic

Read on for a clear and easy-to-follow step-by-step guide for how to set up Nextcloud AIO for a Linux PC.

Guide for AIO on Linux

The following instructions are valid for a Linux PC (e.g., with Ubuntu 22.04 LTS) with at least 4GB of RAM and two cores.

You will need to obtain a public domain and be able to open ports for the guide to work properly. Make sure that you are not behind CGNAT.

Please note that the instructions are for a setup without a web server or reverse proxy (like Apache, nginx, etc.) already being in place. If you want to run it behind a web server or reverse proxy, check the corresponding documentation page.

Install Docker

  1. Install Docker on your Linux system by following the instructions in the Docker documentation. The easiest way is to install it with the convenience script:
curl -fsSL https://get.docker.com | sudo sh

2. If you need IPv6 support, follow the instructions for how to enable IPv6 for Docker.

Install AIO

3. Now, open the terminal and start AIO with this command:

# For Linux and without a web server or reverse proxy (like Apache, Nginx and else) already in place:
sudo docker run \
--sig-proxy=false \
--name nextcloud-aio-mastercontainer \
--restart always \
--publish 80:80 \
--publish 8080:8080 \
--publish 8443:8443 \
--volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config \
--volume /var/run/docker.sock:/var/run/docker.sock:ro \
ghcr.io/nextcloud-releases/all-in-one:latest

Note: If you’d like to store the files in a different location than the default Docker volume, pleaser refer to the instructions on how to change the default location of Nextcloud’s Datadir.

4. Next, you can open the AIO interface on https://localhost:8080 or https://the.servers.ip.address:8080.

Why you should use an IP address

It’s important to always use an IP address if you access this port, and not a domain. Otherwise, you risk that HSTS might block access to it later.

You need to accept the self-signed certificate. Then you should see this:

Screenshot of Nextcloud AIO setup screen

Alternatively, if ports 80 and 8443 should be opened in your firewall/router and a domain is configured to point to your server, you can reach the AIO interface with a valid certificate using https://your-domain.com:8443.

5. Click on “Open Nextcloud AIO login” and paste your password:

Screenshot of Nextcloud AIO login with passphrase screen

6. Then, you should see the AIO interface:

Screenshot of Nextcloud AIO new instance screen

7. Next, type in your public domain that you’ve got before following this guide. The interface should help you figure out the exact steps. (Set up DDNS for your domain to point to your public IP, port-forward at least ports 443/tcp, 3478/udp, and 3478/tcp to your Linux machine.)

8. After you’ve set it up correctly, it should allow you to pass to the next step, where you can configure the wanted optional add-ons and the timezone, and click on “Start containers” to download and start them.

Screenshot of Nextcloud AIO download and start containers screen

9. At this point, you should see a spinner that will take a while depending on your internet speed. It should take around 10 minutes or more.

Screenshot of Nextcloud AIO loading containers screen

10. When all containers are downloaded and started, you will see this screen showing the containers still starting, which will do the first installation for you:

Screenshot of Nextcloud AIO containers and optional containers screen

11. When everything is done, you should see this screen:

Screenshot of Nextcloud AIO containers and backup and restore screen

12. Finally, you can now open your new Nextcloud instance and log in with the given admin credentials.

That’s it! Everything is set and ready for production.

Discover more about Nextcloud All-in-One and its many options

This Nextcloud AIO manual was developed by Simon Lindner, Software Engineer at Nextcloud.
You can check out our podcast interview with Simon, in which he explains more about his interest in making Nextcloud and open source software accessible to everyone.

Make sure to read our guide on how to set up Community Containers, developed by the Nextcloud community, for your Nextcloud instance. With these useful features, including Caddy, Fail2ban, and Pi-hole, you can enhance your Nextcloud AIO in a couple of clicks.

If you’re a Windows user and would like to access the power of Nextcloud AIO, check out our Guide to Nextcloud All-in-One on Windows 10 & 11.

Want to experience what digital sovereignty looks like?

Join the Nextcloud Special Event, featuring the release of Nextcloud Hub 26 Winter, on 18 February and see how easy it can be regain data control.

Get your online seat now!