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.2k Posts
  • Import 5gb sql file into MYSQL database

    Solved mysql import traccar
    21
    1 Votes
    21 Posts
    4k Views
    girishG
    This was sorted out in support.
  • Install Cloudron, it failed due Collectd not in repo....

    Solved install
    18
    1
    0 Votes
    18 Posts
    3k Views
    rmdesR
    @nebulon I hit many road blocks indeed, but managed to move quite well forward now i'm at the part of the npm rebuild and I can't do the db-migrate because I don't see any npm install being done that provides db-migrate within nodes_modules/.bin folder I have documented the changes I had to do in the different install files to get it working, i can share this to the support email if you're interested
  • General backup error from one custom app

    Solved backups
    12
    1 Votes
    12 Posts
    2k Views
    J
    @nebulon I don't really know the S3 system they used
  • Did the API urls change? Suddenly get 400 bad request errors

    Solved api
    3
    0 Votes
    3 Posts
    396 Views
    necrevistonnezrN
    Thanks for the hint - trying that I got a more meaningful error notice. It was one of the ipdeny urls (IPv6 list for North Korea) that resulted in an empty HTML file, throwing off the ipfile format.
  • 1 Votes
    2 Posts
    199 Views
    girishG
    @im-fabian does using the psql command directly work? That will help us debug if this is mistake in postgres credentials or some pgadmin issue.
  • cloudron ip address does not work when I try to search it up on the web

    Solved installation
    2
    1 Votes
    2 Posts
    296 Views
    girishG
    @Vortexapps this seems to be VM/deployment related. You have to tell us more about your setup / network for us to help further. nginx is running as you see in the troubleshooting output, so you have to check why it's not reachable by ip on port 443.
  • App Link Bug

    Solved applink
    7
    2 Votes
    7 Posts
    1k Views
    girishG
    @Dave-Swift 7.7.2 is in the CI. So, in a day or two.
  • Restore custom app from backup on new server

    Solved import
    5
    1 Votes
    5 Posts
    911 Views
    girishG
    @ekevu123 good idea!
  • BoxError: ER_BAD_FIELD_ERROR: Unknown column 'language' in 'field list'

    Solved
    4
    1 Votes
    4 Posts
    365 Views
    rmdesR
    @girish Yup I posted it here, really for search results in case other people come up with the same issue ! it can be marked as solved !
  • IPv6-only install on server (Hetzner)

    Solved installation ipv6
    5
    1
    1 Votes
    5 Posts
    916 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
    989 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
    714 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
    507 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
    731 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
    546 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
    884 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
    4k 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
    222 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.