<?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[Multiple sessions in Cloudron CLI]]></title><description><![CDATA[<p dir="auto">I manage a bunch of Cloudrons. Sometimes via the CLI. Therefore, logging in into each Cloudron instance (thus logging out) from the others is annoying. Can you make it so that one can be logged in to all of them at the same time?</p>
]]></description><link>https://forum.cloudron.io/topic/2171/multiple-sessions-in-cloudron-cli</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 23:08:26 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/2171.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 19 Feb 2020 07:35:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Multiple sessions in Cloudron CLI on Fri, 13 Mar 2020 11:56:40 GMT]]></title><description><![CDATA[<p dir="auto">What if I want to keep each build service associated to each Cloudron instance respectively?</p>
]]></description><link>https://forum.cloudron.io/post/6468</link><guid isPermaLink="true">https://forum.cloudron.io/post/6468</guid><dc:creator><![CDATA[yusf]]></dc:creator><pubDate>Fri, 13 Mar 2020 11:56:40 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple sessions in Cloudron CLI on Fri, 28 Feb 2020 15:23:48 GMT]]></title><description><![CDATA[<p dir="auto">This is fixed now with cloudron cli version 4.1.6</p>
]]></description><link>https://forum.cloudron.io/post/6244</link><guid isPermaLink="true">https://forum.cloudron.io/post/6244</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Fri, 28 Feb 2020 15:23:48 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple sessions in Cloudron CLI on Sat, 22 Feb 2020 16:50:06 GMT]]></title><description><![CDATA[<p dir="auto">If you don't mind this work around:</p>
<pre><code class="language-bash">sudo adduser cloudron1 ## or whatever name you want
sudo adduser cloudron2 ## or whatever name you want
sudo adduser cloudron3 ## or whatever name you want

sudo -u cloudron1 /bin/bash cloudron login ## Setup session 1 time
sudo -u cloudron1 /bin/bash cloudron &lt;do stuff&gt;

sudo -u cloudron2 /bin/bash cloudron login ## Setup session 1 time
sudo -u cloudron2 /bin/bash cloudron &lt;do stuff&gt;

sudo -u cloudron3 /bin/bash cloudron login ## Setup session 1 time
sudo -u cloudron3 /bin/bash cloudron &lt;do stuff&gt;
</code></pre>
<p dir="auto">This should keep the sessions separate, some extra typing involved but it might do the trick for you? That way you only login once.</p>
]]></description><link>https://forum.cloudron.io/post/6128</link><guid isPermaLink="true">https://forum.cloudron.io/post/6128</guid><dc:creator><![CDATA[murgero]]></dc:creator><pubDate>Sat, 22 Feb 2020 16:50:06 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple sessions in Cloudron CLI on Fri, 21 Feb 2020 08:10:47 GMT]]></title><description><![CDATA[<p dir="auto">that stopped working a while ago, maybe with the introduction of the 2FA cli?</p>
]]></description><link>https://forum.cloudron.io/post/6117</link><guid isPermaLink="true">https://forum.cloudron.io/post/6117</guid><dc:creator><![CDATA[msbt]]></dc:creator><pubDate>Fri, 21 Feb 2020 08:10:47 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple sessions in Cloudron CLI on Thu, 20 Feb 2020 17:16:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> Isn't that how it works now already? I thought we stash all the login tokens in <code>~/.cloudron.json</code> ?</p>
]]></description><link>https://forum.cloudron.io/post/6115</link><guid isPermaLink="true">https://forum.cloudron.io/post/6115</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 20 Feb 2020 17:16:34 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple sessions in Cloudron CLI on Thu, 20 Feb 2020 12:03:00 GMT]]></title><description><![CDATA[<p dir="auto">I would actually rather prefer active login sessions like you have with other such tools like <code>docker login</code> where you switch between them, but if the token is still valid you don't have to explicitly login. The <code>--cloudron</code> arg is quite some overhead to pass all the time.</p>
]]></description><link>https://forum.cloudron.io/post/6114</link><guid isPermaLink="true">https://forum.cloudron.io/post/6114</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Thu, 20 Feb 2020 12:03:00 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple sessions in Cloudron CLI on Thu, 20 Feb 2020 07:52:55 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> This is what I had in mind. Required when multiple sessions are present, otherwise not?</p>
]]></description><link>https://forum.cloudron.io/post/6111</link><guid isPermaLink="true">https://forum.cloudron.io/post/6111</guid><dc:creator><![CDATA[yusf]]></dc:creator><pubDate>Thu, 20 Feb 2020 07:52:55 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple sessions in Cloudron CLI on Wed, 19 Feb 2020 16:03:22 GMT]]></title><description><![CDATA[<p dir="auto">Are we thinking of adding a global <code>--cloudron &lt;my.example.com&gt;</code> argument ?</p>
]]></description><link>https://forum.cloudron.io/post/6104</link><guid isPermaLink="true">https://forum.cloudron.io/post/6104</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 19 Feb 2020 16:03:22 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple sessions in Cloudron CLI on Wed, 19 Feb 2020 10:24:14 GMT]]></title><description><![CDATA[<p dir="auto">We actually had this some time back, but thought this was only a use-case internal to us. I miss it as well, I will see how we can bring that back in some way.</p>
]]></description><link>https://forum.cloudron.io/post/6101</link><guid isPermaLink="true">https://forum.cloudron.io/post/6101</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Wed, 19 Feb 2020 10:24:14 GMT</pubDate></item></channel></rss>