<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Install fails (unauthorized: authentication required)]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I'm running into an authentication error while installing Cloudron:</p>
<pre><code>molivier@ubuntu:~/Downloads$ sudo ./cloudron-setup

##############################################
         Cloudron Setup (latest)
##############################################

 Follow setup logs in a second terminal with:
 $ tail -f /var/log/cloudron-setup.log

 Join us at https://forum.cloudron.io for any questions.

=&gt; Updating apt and installing script dependencies
=&gt; Checking version
=&gt; Downloading version 6.1.2 ...
=&gt; Installing base dependencies and downloading docker images (this takes some time) ...Init script failed. See /var/log/cloudron-setup.log for details
</code></pre>
<p dir="auto">Log:</p>
<pre><code>echo -e "\tPulling docker images: ${images}"
        Pulling docker images: cloudron/base:2.0.0@sha256:f9fea80513aa7c92fe2e7bf3978b54c8ac5222f47a9a32a7f8833edf0eb5a4f4 cloudron/turn:1.2.0@sha256:4359aae80050a92bae3be30600fb93ef4dbaec6dc9254bda353c0&gt;
for image in ${images}; do
    docker pull "${image}"
    docker pull "${image%@sha256:*}" # this will tag the image for readability
done
Error response from daemon: unauthorized: authentication required
</code></pre>
<p dir="auto">Seems like the init script runs into an authentication error here, but I can't seem to find out which docker image is throwing authentication errors <a href="https://git.cloudron.io/cloudron/box/blob/5a7e636f2d5fee2c3c5bec166e61ab4bcaa41531/baseimage/initializeBaseUbuntuImage.sh#L89" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.cloudron.io/cloudron/box/blob/5a7e636f2d5fee2c3c5bec166e61ab4bcaa41531/baseimage/initializeBaseUbuntuImage.sh#L89</a></p>
<p dir="auto">Am I doing something wrong?</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.cloudron.io/topic/4351/install-fails-unauthorized-authentication-required</link><generator>RSS for Node</generator><lastBuildDate>Sat, 14 Mar 2026 09:41:47 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/4351.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 03 Feb 2021 18:10:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Install fails (unauthorized: authentication required) on Wed, 03 Feb 2021 19:36:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> it's been solved. I did a <code>docker logout</code> and tried again. Got the error again but this time the error was a bit more detailed. Tried it again and it worked.</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.cloudron.io/post/24821</link><guid isPermaLink="true">https://forum.cloudron.io/post/24821</guid><dc:creator><![CDATA[mmolivier]]></dc:creator><pubDate>Wed, 03 Feb 2021 19:36:56 GMT</pubDate></item><item><title><![CDATA[Reply to Install fails (unauthorized: authentication required) on Wed, 03 Feb 2021 19:25:03 GMT]]></title><description><![CDATA[<p dir="auto">It seems to work fine with sudo as well.</p>
<pre><code>girish@ubuntu-s-1vcpu-2gb-nyc1-01:~$ sudo ./cloudron-setup 

##############################################
         Cloudron Setup (latest)
##############################################

 Follow setup logs in a second terminal with:
 $ tail -f /var/log/cloudron-setup.log

 Join us at https://forum.cloudron.io for any questions.

=&gt; Updating apt and installing script dependencies
=&gt; Checking version
=&gt; Downloading version 6.1.2 ...
=&gt; Installing base dependencies and downloading docker images (this takes some time) ...
=&gt; Installing version 6.1.2 (this takes some time) ...
=&gt; Waiting for cloudron to be ready (this takes some time) ....

After reboot, visit https://68.183.97.196 and accept the self-signed certificate to finish setup.
</code></pre>
]]></description><link>https://forum.cloudron.io/post/24819</link><guid isPermaLink="true">https://forum.cloudron.io/post/24819</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 03 Feb 2021 19:25:03 GMT</pubDate></item><item><title><![CDATA[Reply to Install fails (unauthorized: authentication required) on Wed, 03 Feb 2021 19:03:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmolivier" aria-label="Profile: mmolivier">@<bdi>mmolivier</bdi></a> Were you logged into docker by any chance before you ran the installation script? Can you do <code>sudo docker logout</code> and then just rerun the script again? Another thing to quickly try is to run the script as root user instead of via sudo.</p>
<p dir="auto">(I just ran the install script here as root user and it did work just fine now. I am trying via sudo in the meantime).</p>
]]></description><link>https://forum.cloudron.io/post/24815</link><guid isPermaLink="true">https://forum.cloudron.io/post/24815</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 03 Feb 2021 19:03:04 GMT</pubDate></item></channel></rss>