Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Support

Get help for your Cloudron

3.3k Topics 23.8k Posts
  • Updates not found on the instance ?

    Solved updates
    3
    1 Votes
    3 Posts
    753 Views
    J
    I can confirm.Thank you!
  • Error while recovering backup

    Solved backup restore
    22
    0 Votes
    22 Posts
    3k Views
    girishG
    @andreasdueren yes, usually that means the passphrase is wrong.
  • 1 Votes
    5 Posts
    1k Views
    girishG
    @Dont-Worry the apps run as containers and each container has it's own file system (completely different from the host filesysted). It is a sort of sandboxing for security. What this setup means is that, even if your disc is attached to the machine, the app containers won't see it! It will be available on the host ubuntu itself but not to the apps. Cloudron Volumes is a mechanism to expose these discs on host to the apps. Hope that clarifies! But if I could use it as a classic disc, I should mount it as a Cloudron volume If I understood correctly. Right, and there is no way around not creating a volume.
  • Security update of the machine's Ubuntu

    Solved ubuntu security
    3
    1
    1 Votes
    3 Posts
    762 Views
    girishG
    You can also check apt list --upgradable | grep security if those are actually security updates.
  • Firewall IP blocking: IPv6 not possible

    Solved firewall
    12
    0 Votes
    12 Posts
    3k Views
    micmcM
    @girish said in Firewall IP blocking: IPv6 not possible: I guess this post was before we had IPv6 support. IPv6 is supported in the firewall by now. Indeed
  • Upgraded to 22.04 and 7.7.1 and cifs volumes are not mounting on boot

    Solved cifs volumes
    7
    1 Votes
    7 Posts
    1k Views
    ChristopherMagC
    For anyone coming later, Ubuntu server use's netplan for configuration via files in /etc/netplan and you should not configure networking directly via systemd-networkd .network files. More details here. In my case if I ran sudo cat /etc/netplan/00-installer-config.yaml I got the following: # This is the network config written by 'subiquity' network: ethernets: enp2s0: dhcp4: true optional: true version: 2 The specific issue was that I had optional: true which I had done when I first setup this system as I originally had it setup to use wireless while doing the initial configuration and then switched to hard wired once I deployed it. Changing optional: true to optional: false, then removing the .network file I had put in /etc/systemd/network, and then rebooting I can now see that cat /run/systemd/network/10-netplan-enp2s0.network no longer has RequiredForOnline=no. Apparently the default is to require the network adapter to be in a routable state so now with the correct netplan configuration I get the right generated systemd-networkd configuration which properly waits for the interface to be routable before trying to mount volumes and all volumes mount as expected without intervention. The root cause behind this issue was me making a configuration change I meant to be temporary but then forgot to reverse and then because I didn't understand netplan my troubleshooting was in the wrong places.
  • n8n / Platform Services not starting since v7.7.1 upgrade

    Solved platform upgrade
    26
    0 Votes
    26 Posts
    5k Views
    girishG
    There is a bug in Cloudron that it parses swap info incorrectly when there are no swaps in the system. This is fixed in https://git.cloudron.io/cloudron/box/-/commit/b66e77a2d8930381c95153b041d7c3edd331364a
  • Elasticsearch – What blocks the external connection?

    Solved
    3
    0 Votes
    3 Posts
    289 Views
    im-fabianI
    @nebulon that solves the problem. Thx. I totally get the warning, however: due to budget restraints I have to do it that way.
  • Cloudron CLI installation error

    Solved cli
    3
    1
    1 Votes
    3 Posts
    442 Views
    jagadeesh-s2104J
    @girish Thank you, Girish! After I updated the node, this error went away.
  • 1 Votes
    2 Posts
    485 Views
    girishG
    @susankhanal said in cloudron not accessible using domain name outside the network: doing curl my.domain.com gives HTML lines from inside the network but doing curl outside the network it says unable to connect Before debugging further, I would double check the HTML output. Can you check if that looks like Cloudron dashboard code? Also, is my.domain.com resolving to an internal IP or an external IP? If it is resolving to an external IP, then most likely port forwarding is not working properly in the router.
  • Can't restore Cloudron, nothing seems to happen

    Solved restore
    3
    1 Votes
    3 Posts
    684 Views
    nebulonN
    Ah great you managed to get this going!
  • Cloudron unresponsive, cannot ssh

    Solved ssh hetzner fsck
    4
    1
    2 Votes
    4 Posts
    612 Views
    nebulonN
    Glad it worked out in the end, and thanks for sharing the insights here!
  • App Store down?

    Solved
    5
    1
    0 Votes
    5 Posts
    1k Views
    girishG
    Seems to fine here atleast. And we are not seeing any outages at https://status.cloudron.io/ either . Please re-open this if this is still a problem.
  • Cloudron account seems not to be connected correctly

    Solved cloudflare
    9
    0 Votes
    9 Posts
    2k Views
    O
    Hi, I just wanted to follow up on this. We found the relating issue in this case which resulted in several different problems. In that case, it was bug in a firmware update on a firewall and not related to Cloudron and can be marked as resolved. Thank you anyway for your help.
  • Logging into Cloudron with OpenID Fails After Update to 7.7.0

    Solved
    21
    1 Votes
    21 Posts
    1k Views
    girishG
    @pathab ah nice, great you found the root cause!
  • Does uninstalling an app really remove previous backups?

    Solved
    6
    2
    1 Votes
    6 Posts
    968 Views
    girishG
    @jdaviescoates Good catch! This is a UI bug that it doesn't show deleted apps. The backups are there but the UI is unable to find an app to create a link to and decides to remove it entirely. Fixed in https://git.cloudron.io/cloudron/box/-/commit/49941a34b935c28570514c59598bbf58b93d41a1 . With this, clicking on deleted app will just put you in the eventlog (hopefully that gives some information what that app was).
  • Can I install cloudron on Ubuntu 23.10?

    Solved installation ubuntu
    3
    0 Votes
    3 Posts
    725 Views
    ChristopherMagC
    @girish Thanks for the quick reply, . In case anyone else needs this on 22.04, I followed these steps and was able to get the system to boot with full disk encrypted drive with the private key coming from the tpm and no password needing to be typed. I don't think this uses the same libraries as the new option in 23.10 so I expect that when 24.04 comes out I will do a fresh OS install to use the better supported FDE TPM integration from that version going forward but as a stop gap I am happy with this for now.
  • any way to disable redirecting unused sub domains to Cloudron

    Solved domains
    16
    1 Votes
    16 Posts
    947 Views
    girishG
    @scooke right Also, 'wildcard' provider is just a convenient approach over the 'manual' provider. When you use, 'manual' provider, Cloudron will remind you set up these DNS entries manually (each time you add app or relocate app). With a wildcard, you don't get this reminder since a wildcard was set up.
  • Cloudron not showing correct LVM space

    Solved disk space lvm
    3
    1
    1 Votes
    3 Posts
    772 Views
    CameronEdmondsonC
    Hi @girish that has fixed it thank you for your support Regards Chloe Edmondson They/Them (why pronouns matter)
  • Postgres issue v7.7.0

    Moved Solved
    3
    2 Votes
    3 Posts
    646 Views
    girishG
    @contactlight11 this is fixed now. 7.7.1 coming.