<?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[sudo: unable to resolve host Cloudron: Name or service not known]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I wanted to remove the manual backups. I logged into the server using SSH using my server's login details and tried to remove the backup files following this: <a href="https://docs.cloudron.io/backups/#cleanup-backups" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/backups/#cleanup-backups</a></p>
<p dir="auto"><code>rm -rf</code> showed <code>Permission denied</code>, then I used <code>sudo</code> and then it said this:</p>
<p dir="auto"><code>sudo: unable to resolve host Cloudron: Name or service not known</code></p>
<p dir="auto">I ran <code>sudo nano /etc/hosts</code> which showed this:</p>
<pre><code>127.0.0.1 localhost

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
</code></pre>
<p dir="auto">Should I make changes to this file? Or does Cloudron create separate SSH credentials?</p>
<p dir="auto">Please guide me.</p>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.cloudron.io/topic/11841/sudo-unable-to-resolve-host-cloudron-name-or-service-not-known</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 07:55:49 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/11841.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 31 May 2024 09:57:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to sudo: unable to resolve host Cloudron: Name or service not known on Sat, 01 Jun 2024 04:14:43 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> got it, thanks <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=223f9defb2f" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>https://forum.cloudron.io/post/89324</link><guid isPermaLink="true">https://forum.cloudron.io/post/89324</guid><dc:creator><![CDATA[Ritesh]]></dc:creator><pubDate>Sat, 01 Jun 2024 04:14:43 GMT</pubDate></item><item><title><![CDATA[Reply to sudo: unable to resolve host Cloudron: Name or service not known on Fri, 31 May 2024 12:49:49 GMT]]></title><description><![CDATA[<p dir="auto">This is because the hostname <code>Cloudron</code> is not in <code>/etc/hosts</code> . You can change the hostname to something meaningful (to you) and add an entry in /etc/hosts as well. That way the warning will go away.</p>
<p dir="auto">For example, add something like below :</p>
<pre><code>127.0.1.1	myservername
</code></pre>
]]></description><link>https://forum.cloudron.io/post/89296</link><guid isPermaLink="true">https://forum.cloudron.io/post/89296</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Fri, 31 May 2024 12:49:49 GMT</pubDate></item></channel></rss>