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.2k Topics 22.5k Posts
  • IPv6-only install on server (Hetzner)

    Solved installation ipv6
    5
    1
    1 Votes
    5 Posts
    727 Views
    girishG
    I remember now. We have this issue with the DNS server (unbound) we use which doesn't work properly with just IPv6 with our configuration. We are working on getting away from unbound altogether because of various other issues, so will get to do this after that.
  • TLS Cert Issue

    Solved
    6
    1 Votes
    6 Posts
    760 Views
    S
    I apologize, I've been really busy. Ended up just being a combination of me setting conflicting DNS records and issues with Let's Encrypt ACME verification. I fixed both and everything is working properly now.
  • Nextcloud and volumes: Backup

    Solved aws cloudron nextcloud backup volume
    3
    1
    1 Votes
    3 Posts
    563 Views
    nottheendN
    Great! Thank you so much for the detailed and helpful answer
  • Updates not found on the instance ?

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

    Solved backup restore
    22
    0 Votes
    22 Posts
    2k Views
    girishG
    @andreasdueren yes, usually that means the passphrase is wrong.
  • 1 Votes
    5 Posts
    527 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
    436 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
    2k 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
    640 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
    3k 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
    149 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
    237 Views
    jagadeesh-s2104J
    @girish Thank you, Girish! After I updated the node, this error went away.
  • 1 Votes
    2 Posts
    278 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
    410 Views
    nebulonN
    Ah great you managed to get this going!
  • Cloudron unresponsive, cannot ssh

    Solved ssh hetzner fsck
    4
    1
    2 Votes
    4 Posts
    318 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
    677 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
    1k 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
    514 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
    673 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
    378 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.