{"id":94577,"date":"2023-02-09T15:12:02","date_gmt":"2023-02-09T14:12:02","guid":{"rendered":"https:\/\/nextcloud.com\/?p=94577"},"modified":"2023-02-16T17:07:13","modified_gmt":"2023-02-16T16:07:13","slug":"how-to-install-the-nextcloud-all-in-one-on-linux","status":"publish","type":"post","link":"https:\/\/staging.nextcloud.com\/fr\/blog\/how-to-install-the-nextcloud-all-in-one-on-linux\/","title":{"rendered":"How to Install the Nextcloud All-in-One on Linux"},"content":{"rendered":"\n<p>Are you a Linux user looking to install the Nextcloud All-in-One, or AIO, Docker image? In this blog, we walk you through the steps, just like we did in our last <a href=\"https:\/\/nextcloud.com\/blog\/your-guide-to-the-nextcloud-all-in-one-on-windows-10-11\/\" target=\"_blank\" rel=\"noreferrer noopener\">AIO Guide for Windows 10 &amp; 11<\/a>! \ud83c\udf89<\/p>\n\n\n\n<p>Nextcloud All-in-One is a Docker-based project which allows to install just one container that does the heavy lifting of creating and managing all containers needed for a full-blown Nextcloud installation. Nextcloud AIO not only provides easy deployment and maintenance of many Nextcloud features included, but you can also expect a user friendly interface, stress-free updates and a more simplistic approach for getting most features to work out-of-the-box.<\/p>\n\n\n\n<p>Nextcloud AIO includes:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Nextcloud<\/li>\n\n\n\n<li>Nextcloud Office<\/li>\n\n\n\n<li>High performance backend for Nextcloud Files<\/li>\n\n\n\n<li>High performance backend for Nextcloud Talk<\/li>\n\n\n\n<li>Backup solution (based on&nbsp;<a href=\"https:\/\/github.com\/borgbackup\/borg#what-is-borgbackup\">BorgBackup<\/a>)<\/li>\n\n\n\n<li>Imaginary (for previews of heic, tiff and webp)<\/li>\n\n\n\n<li>ClamAV (Antivirus backend for Nextcloud)<\/li>\n\n\n\n<li>Fulltextsearch<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-pullquote\"><blockquote><p>\u00ab\u00a0With using Nextcloud All-in-One compared to the other installation methods, I found the performance is substantially better, especially on an office server.\u00a0\u00bb<\/p><cite>&#8211; Brandon Hopkins (TechHut)<\/cite><\/blockquote><\/figure>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex\"><\/div>\n\n\n\n<p>Read on for a clear and easy to follow <strong>step-by-step guide<\/strong> for how to set up an AIO for a Linux PC sucessfully.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Guide for AIO on Linux<\/h2>\n\n\n\n<p>The following instructions are valid for a Linux PC (e.g. with Ubuntu 22.04 LTS) with at least 4GB of RAM and 2 cores.<\/p>\n\n\n\n<p>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 as it will not work with that either.<\/p>\n\n\n\n<p>In addition, please note that the instructions are for a setup without 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, refer <a href=\"https:\/\/github.com\/nextcloud\/all-in-one\/blob\/main\/reverse-proxy.md\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"install-docker\">Install Docker<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Install Docker on your Linux installation by following the <a href=\"https:\/\/docs.docker.com\/engine\/install\/#server.\" target=\"_blank\" rel=\"noreferrer noopener\">official documentation<\/a>. The easiest way is installing it by <strong>using the convenience script<\/strong>:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -fsSL get.docker.com | sudo sh<\/code><\/pre>\n\n\n\n<p>2. If you need Ipv6 support, you should enable it by following the guide <a href=\"https:\/\/docs.docker.com\/config\/daemon\/ipv6\/\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Install AIO<\/h2>\n\n\n\n<p>3. Now, open the Terminal and start AIO with this command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># For Linux and without a web server or reverse proxy (like Apache, Nginx and else) already in place:\nsudo docker run \\\n--sig-proxy=false \\\n--name nextcloud-aio-mastercontainer \\\n--restart always \\\n--publish 80:80 \\\n--publish 8080:8080 \\\n--publish 8443:8443 \\\n--volume nextcloud_aio_mastercontainer:\/mnt\/docker-aio-config \\\n--volume \/var\/run\/docker.sock:\/var\/run\/docker.sock:ro \\\nnextcloud\/all-in-one:latest<\/code><\/pre>\n\n\n\n<p>Note: You may be interested in adjusting Nextcloud&rsquo;s datadir to store the files in a different location than the default docker volume. See <a href=\"https:\/\/github.com\/nextcloud\/all-in-one#how-to-change-the-default-location-of-nextclouds-datadir\">this documentation<\/a> on how to do it.<\/p>\n\n\n\n<p>4. Next, you can open the AIO interface on <code>https:\/\/localhost:8080<\/code> or <code>https:\/\/the.servers.ip.address:8080<\/code>. You need to accept the self-signed certificate, afterwards you should see this:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux.png\"><img decoding=\"async\" width=\"2736\" height=\"1824\" src=\"https:\/\/nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux.png\" alt=\"Nextcloud AIO setup screen\" class=\"wp-image-94581\" srcset=\"https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux.png 2736w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux-300x200.png 300w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux-864x576.png 864w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux-768x512.png 768w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux-1536x1024.png 1536w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux-2048x1365.png 2048w\" sizes=\"(max-width: 2736px) 100vw, 2736px\" \/><\/a><\/figure>\n\n\n\n<p>Alternatively, if port 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 <code>https:\/\/your-domain.com:8443<\/code>.<\/p>\n\n\n\n<p>5. Click on &lsquo;Open Nextcloud AIO login&rsquo; and paste in your password:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_2.png\"><img decoding=\"async\" width=\"2736\" height=\"1824\" src=\"https:\/\/nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_2.png\" alt=\"Nextcloud AIO login screen\" class=\"wp-image-94586\" srcset=\"https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_2.png 2736w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_2-300x200.png 300w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_2-864x576.png 864w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_2-768x512.png 768w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_2-1536x1024.png 1536w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_2-2048x1365.png 2048w\" sizes=\"(max-width: 2736px) 100vw, 2736px\" \/><\/a><\/figure>\n\n\n\n<p>6. Then, you should see the AIO interface:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_3.png\"><img decoding=\"async\" width=\"2736\" height=\"1824\" src=\"https:\/\/nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_3.png\" alt=\"Nextcloud AIO interface screen\" class=\"wp-image-94591\" srcset=\"https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_3.png 2736w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_3-300x200.png 300w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_3-864x576.png 864w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_3-768x512.png 768w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_3-1536x1024.png 1536w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_3-2048x1365.png 2048w\" sizes=\"(max-width: 2736px) 100vw, 2736px\" \/><\/a><\/figure>\n\n\n\n<p>7. Next, type in your public domain that you you&rsquo;ve got before doing this guide. The interface should help you figuring out which are 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.<\/p>\n\n\n\n<p>8. After you&rsquo;ve set it up correctly, it should allow you to pass to the next step where you can configure wanted optional add-ons and the timezone and click on <strong>Start containers<\/strong> in order to download and start them.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_4.png\"><img decoding=\"async\" width=\"1824\" height=\"2736\" src=\"https:\/\/nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_4.png\" alt=\"Nextcloud AIO optional add-ons screen\" class=\"wp-image-94597\" srcset=\"https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_4.png 1824w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_4-200x300.png 200w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_4-384x576.png 384w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_4-768x1152.png 768w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_4-1024x1536.png 1024w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_4-1365x2048.png 1365w\" sizes=\"(max-width: 1824px) 100vw, 1824px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p>9. At this point, you should see a spinner that will take a while depending on your internet speed ~ around 10min or more.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_5.png\"><img decoding=\"async\" width=\"2736\" height=\"1824\" src=\"https:\/\/nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_5.png\" alt=\"Nextcloud AIO spinner on screen\" class=\"wp-image-94602\" srcset=\"https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_5.png 2736w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_5-300x200.png 300w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_5-864x576.png 864w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_5-768x512.png 768w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_5-1536x1024.png 1536w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_5-2048x1365.png 2048w\" sizes=\"(max-width: 2736px) 100vw, 2736px\" \/><\/a><\/figure>\n\n\n\n<p>10. When all containers are downloaded and started, you will see this screen which shows the containers still starting which will do the first installation for you:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_6.png\"><img decoding=\"async\" width=\"2736\" height=\"1824\" src=\"https:\/\/nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_6.png\" alt=\"Nextcloud AIO screen showing containers installing\" class=\"wp-image-94609\" srcset=\"https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_6.png 2736w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_6-300x200.png 300w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_6-864x576.png 864w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_6-768x512.png 768w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_6-1536x1024.png 1536w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_6-2048x1365.png 2048w\" sizes=\"(max-width: 2736px) 100vw, 2736px\" \/><\/a><\/figure>\n\n\n\n<p>11. When everything is done, you should see this screen:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_7.png\"><img decoding=\"async\" width=\"2736\" height=\"1824\" src=\"https:\/\/nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_7.png\" alt=\"Nextcloud AIO screen showing that the setup is complete\" class=\"wp-image-94615\" srcset=\"https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_7.png 2736w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_7-300x200.png 300w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_7-864x576.png 864w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_7-768x512.png 768w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_7-1536x1024.png 1536w, https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux_7-2048x1365.png 2048w\" sizes=\"(max-width: 2736px) 100vw, 2736px\" \/><\/a><\/figure>\n\n\n\n<p>12. Finally you can now open your new Nextcloud instance and log in with the given admin credentials.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>That&rsquo;s it! Everything is set and ready for production! \u2728<\/p>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Similar posts:<\/h2>\n\n\n\n<p><a href=\"https:\/\/nextcloud.com\/blog\/your-guide-to-the-nextcloud-all-in-one-on-windows-10-11\/\" target=\"_blank\" rel=\"noreferrer noopener\">Your Guide to the Nextcloud All-in-One on Windows 10 &amp; 11!<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p><em>This AIO manual was created by&nbsp;<a href=\"https:\/\/nextcloud.com\/team\/\" target=\"_blank\" rel=\"noreferrer noopener\">team member<\/a>&nbsp;Simon.<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Are you a Linux user looking to install the Nextcloud All-in-One, or AIO, Docker image? In this blog, we walk you through the steps, just like we did in our last AIO Guide for Windows 10 &amp; 11! \ud83c\udf89 Nextcloud All-in-One is a Docker-based project which allows to install just one container that does the [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":94581,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[11,6,12,243],"tags":[],"class_list":["post-94577","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-community","category-general","category-uncategorized-2"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Install the Nextcloud All-in-One on Linux - Nextcloud<\/title>\n<meta name=\"description\" content=\"Are you a Linux user looking to install the Nextcloud All-in-One, or AIO, Docker image? In this blog, we walk you through the steps!\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install the Nextcloud All-in-One on Linux - Nextcloud\" \/>\n<meta property=\"og:description\" content=\"Are you a Linux user looking to install the Nextcloud All-in-One, or AIO, Docker image? In this blog, we walk you through the steps!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/staging.nextcloud.com\/fr\/blog\/how-to-install-the-nextcloud-all-in-one-on-linux\/\" \/>\n<meta property=\"og:site_name\" content=\"Nextcloud\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Nextclouders\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-02-09T14:12:02+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-02-16T16:07:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2736\" \/>\n\t<meta property=\"og:image:height\" content=\"1824\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Mikaela Schneider\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@nextclouders\" \/>\n<meta name=\"twitter:site\" content=\"@nextclouders\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mikaela Schneider\" \/>\n\t<meta name=\"twitter:label2\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/staging.nextcloud.com\/fr\/blog\/how-to-install-the-nextcloud-all-in-one-on-linux\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/staging.nextcloud.com\/fr\/blog\/how-to-install-the-nextcloud-all-in-one-on-linux\/\"},\"author\":{\"name\":\"Mikaela Schneider\",\"@id\":\"https:\/\/staging.nextcloud.com\/fr\/#\/schema\/person\/8b00c7d4313f1ecb465e6785204ffb4b\"},\"headline\":\"How to Install the Nextcloud All-in-One on Linux\",\"datePublished\":\"2023-02-09T14:12:02+00:00\",\"dateModified\":\"2023-02-16T16:07:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/staging.nextcloud.com\/fr\/blog\/how-to-install-the-nextcloud-all-in-one-on-linux\/\"},\"wordCount\":649,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/staging.nextcloud.com\/fr\/#organization\"},\"image\":{\"@id\":\"https:\/\/staging.nextcloud.com\/fr\/blog\/how-to-install-the-nextcloud-all-in-one-on-linux\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux.png\",\"articleSection\":[\"Blog\",\"Community\",\"General\",\"Uncategorized\"],\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/staging.nextcloud.com\/fr\/blog\/how-to-install-the-nextcloud-all-in-one-on-linux\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/staging.nextcloud.com\/fr\/blog\/how-to-install-the-nextcloud-all-in-one-on-linux\/\",\"url\":\"https:\/\/staging.nextcloud.com\/fr\/blog\/how-to-install-the-nextcloud-all-in-one-on-linux\/\",\"name\":\"How to Install the Nextcloud All-in-One on Linux - Nextcloud\",\"isPartOf\":{\"@id\":\"https:\/\/staging.nextcloud.com\/fr\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/staging.nextcloud.com\/fr\/blog\/how-to-install-the-nextcloud-all-in-one-on-linux\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/staging.nextcloud.com\/fr\/blog\/how-to-install-the-nextcloud-all-in-one-on-linux\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux.png\",\"datePublished\":\"2023-02-09T14:12:02+00:00\",\"dateModified\":\"2023-02-16T16:07:13+00:00\",\"description\":\"Are you a Linux user looking to install the Nextcloud All-in-One, or AIO, Docker image? In this blog, we walk you through the steps!\",\"breadcrumb\":{\"@id\":\"https:\/\/staging.nextcloud.com\/fr\/blog\/how-to-install-the-nextcloud-all-in-one-on-linux\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/staging.nextcloud.com\/fr\/blog\/how-to-install-the-nextcloud-all-in-one-on-linux\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/staging.nextcloud.com\/fr\/blog\/how-to-install-the-nextcloud-all-in-one-on-linux\/#primaryimage\",\"url\":\"https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux.png\",\"contentUrl\":\"https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux.png\",\"width\":2736,\"height\":1824},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/staging.nextcloud.com\/fr\/blog\/how-to-install-the-nextcloud-all-in-one-on-linux\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/staging.nextcloud.com\/fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install the Nextcloud All-in-One on Linux\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/staging.nextcloud.com\/fr\/#website\",\"url\":\"https:\/\/staging.nextcloud.com\/fr\/\",\"name\":\"Nextcloud\",\"description\":\"Regain control over your data\",\"publisher\":{\"@id\":\"https:\/\/staging.nextcloud.com\/fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/staging.nextcloud.com\/fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/staging.nextcloud.com\/fr\/#organization\",\"name\":\"Nextcloud\",\"url\":\"https:\/\/staging.nextcloud.com\/fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/staging.nextcloud.com\/fr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/staging.nextcloud.com\/c\/uploads\/2022\/10\/nextcloud-logo-blue-transparent.svg\",\"contentUrl\":\"https:\/\/staging.nextcloud.com\/c\/uploads\/2022\/10\/nextcloud-logo-blue-transparent.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"Nextcloud\"},\"image\":{\"@id\":\"https:\/\/staging.nextcloud.com\/fr\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Nextclouders\/\",\"https:\/\/x.com\/nextclouders\",\"https:\/\/www.linkedin.com\/company\/10827569\/\",\"https:\/\/youtube.com\/nextcloud\",\"https:\/\/www.instagram.com\/nextclouders\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/staging.nextcloud.com\/fr\/#\/schema\/person\/8b00c7d4313f1ecb465e6785204ffb4b\",\"name\":\"Mikaela Schneider\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/staging.nextcloud.com\/fr\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9b0e9ca5948ab0ab4c0732dd1e79442d7b531e574a27757a9fbc4fad5f732b0f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9b0e9ca5948ab0ab4c0732dd1e79442d7b531e574a27757a9fbc4fad5f732b0f?s=96&d=mm&r=g\",\"caption\":\"Mikaela Schneider\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install the Nextcloud All-in-One on Linux - Nextcloud","description":"Are you a Linux user looking to install the Nextcloud All-in-One, or AIO, Docker image? In this blog, we walk you through the steps!","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"fr_FR","og_type":"article","og_title":"How to Install the Nextcloud All-in-One on Linux - Nextcloud","og_description":"Are you a Linux user looking to install the Nextcloud All-in-One, or AIO, Docker image? In this blog, we walk you through the steps!","og_url":"https:\/\/staging.nextcloud.com\/fr\/blog\/how-to-install-the-nextcloud-all-in-one-on-linux\/","og_site_name":"Nextcloud","article_publisher":"https:\/\/www.facebook.com\/Nextclouders\/","article_published_time":"2023-02-09T14:12:02+00:00","article_modified_time":"2023-02-16T16:07:13+00:00","og_image":[{"width":2736,"height":1824,"url":"https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux.png","type":"image\/png"}],"author":"Mikaela Schneider","twitter_card":"summary_large_image","twitter_creator":"@nextclouders","twitter_site":"@nextclouders","twitter_misc":{"\u00c9crit par":"Mikaela Schneider","Dur\u00e9e de lecture estim\u00e9e":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/staging.nextcloud.com\/fr\/blog\/how-to-install-the-nextcloud-all-in-one-on-linux\/#article","isPartOf":{"@id":"https:\/\/staging.nextcloud.com\/fr\/blog\/how-to-install-the-nextcloud-all-in-one-on-linux\/"},"author":{"name":"Mikaela Schneider","@id":"https:\/\/staging.nextcloud.com\/fr\/#\/schema\/person\/8b00c7d4313f1ecb465e6785204ffb4b"},"headline":"How to Install the Nextcloud All-in-One on Linux","datePublished":"2023-02-09T14:12:02+00:00","dateModified":"2023-02-16T16:07:13+00:00","mainEntityOfPage":{"@id":"https:\/\/staging.nextcloud.com\/fr\/blog\/how-to-install-the-nextcloud-all-in-one-on-linux\/"},"wordCount":649,"commentCount":0,"publisher":{"@id":"https:\/\/staging.nextcloud.com\/fr\/#organization"},"image":{"@id":"https:\/\/staging.nextcloud.com\/fr\/blog\/how-to-install-the-nextcloud-all-in-one-on-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux.png","articleSection":["Blog","Community","General","Uncategorized"],"inLanguage":"fr-FR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/staging.nextcloud.com\/fr\/blog\/how-to-install-the-nextcloud-all-in-one-on-linux\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/staging.nextcloud.com\/fr\/blog\/how-to-install-the-nextcloud-all-in-one-on-linux\/","url":"https:\/\/staging.nextcloud.com\/fr\/blog\/how-to-install-the-nextcloud-all-in-one-on-linux\/","name":"How to Install the Nextcloud All-in-One on Linux - Nextcloud","isPartOf":{"@id":"https:\/\/staging.nextcloud.com\/fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/staging.nextcloud.com\/fr\/blog\/how-to-install-the-nextcloud-all-in-one-on-linux\/#primaryimage"},"image":{"@id":"https:\/\/staging.nextcloud.com\/fr\/blog\/how-to-install-the-nextcloud-all-in-one-on-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux.png","datePublished":"2023-02-09T14:12:02+00:00","dateModified":"2023-02-16T16:07:13+00:00","description":"Are you a Linux user looking to install the Nextcloud All-in-One, or AIO, Docker image? In this blog, we walk you through the steps!","breadcrumb":{"@id":"https:\/\/staging.nextcloud.com\/fr\/blog\/how-to-install-the-nextcloud-all-in-one-on-linux\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/staging.nextcloud.com\/fr\/blog\/how-to-install-the-nextcloud-all-in-one-on-linux\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/staging.nextcloud.com\/fr\/blog\/how-to-install-the-nextcloud-all-in-one-on-linux\/#primaryimage","url":"https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux.png","contentUrl":"https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux.png","width":2736,"height":1824},{"@type":"BreadcrumbList","@id":"https:\/\/staging.nextcloud.com\/fr\/blog\/how-to-install-the-nextcloud-all-in-one-on-linux\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/staging.nextcloud.com\/fr\/"},{"@type":"ListItem","position":2,"name":"How to Install the Nextcloud All-in-One on Linux"}]},{"@type":"WebSite","@id":"https:\/\/staging.nextcloud.com\/fr\/#website","url":"https:\/\/staging.nextcloud.com\/fr\/","name":"Nextcloud","description":"Regain control over your data","publisher":{"@id":"https:\/\/staging.nextcloud.com\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/staging.nextcloud.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/staging.nextcloud.com\/fr\/#organization","name":"Nextcloud","url":"https:\/\/staging.nextcloud.com\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/staging.nextcloud.com\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/staging.nextcloud.com\/c\/uploads\/2022\/10\/nextcloud-logo-blue-transparent.svg","contentUrl":"https:\/\/staging.nextcloud.com\/c\/uploads\/2022\/10\/nextcloud-logo-blue-transparent.svg","width":"1024","height":"1024","caption":"Nextcloud"},"image":{"@id":"https:\/\/staging.nextcloud.com\/fr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Nextclouders\/","https:\/\/x.com\/nextclouders","https:\/\/www.linkedin.com\/company\/10827569\/","https:\/\/youtube.com\/nextcloud","https:\/\/www.instagram.com\/nextclouders\/"]},{"@type":"Person","@id":"https:\/\/staging.nextcloud.com\/fr\/#\/schema\/person\/8b00c7d4313f1ecb465e6785204ffb4b","name":"Mikaela Schneider","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/staging.nextcloud.com\/fr\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9b0e9ca5948ab0ab4c0732dd1e79442d7b531e574a27757a9fbc4fad5f732b0f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9b0e9ca5948ab0ab4c0732dd1e79442d7b531e574a27757a9fbc4fad5f732b0f?s=96&d=mm&r=g","caption":"Mikaela Schneider"}}]}},"featured_media_url":"https:\/\/staging.nextcloud.com\/wp-content\/uploads\/2023\/02\/AIO-Linux.png","_links":{"self":[{"href":"https:\/\/staging.nextcloud.com\/fr\/wp-json\/wp\/v2\/posts\/94577","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.nextcloud.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/staging.nextcloud.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/staging.nextcloud.com\/fr\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/staging.nextcloud.com\/fr\/wp-json\/wp\/v2\/comments?post=94577"}],"version-history":[{"count":30,"href":"https:\/\/staging.nextcloud.com\/fr\/wp-json\/wp\/v2\/posts\/94577\/revisions"}],"predecessor-version":[{"id":98401,"href":"https:\/\/staging.nextcloud.com\/fr\/wp-json\/wp\/v2\/posts\/94577\/revisions\/98401"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/staging.nextcloud.com\/fr\/wp-json\/wp\/v2\/media\/94581"}],"wp:attachment":[{"href":"https:\/\/staging.nextcloud.com\/fr\/wp-json\/wp\/v2\/media?parent=94577"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/staging.nextcloud.com\/fr\/wp-json\/wp\/v2\/categories?post=94577"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/staging.nextcloud.com\/fr\/wp-json\/wp\/v2\/tags?post=94577"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}