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
  • queryNs ENODATA

    Solved certificates domains
    3
    0 Votes
    3 Posts
    1k Views
    C
    Thanks for the reply, @girish. Doing a host -t NS lead me to find that the NS records were not added in DigitalOcean. Adding them in fixed the problem.
  • Data security in the Nextcloud App with access to the Ubuntu server

    3
    1 Votes
    3 Posts
    800 Views
    nebulonN
    An important first line of defense here is to prohibit SSH login via password, but using keys instead. You can read up on how to do this for your Cloudron instance at https://cloudron.io/documentation/security/#securing-ssh-access This page also contains further information about how to harden your setup, so it might be worth it to read the whole document.
  • Disk graphs not loading for external disk mounts.

    Solved graphs
    11
    1
    0 Votes
    11 Posts
    2k Views
    girishG
    @ruihildt The issue in your case was different. There were so many apps that the query parameter limit was getting exceeded. This is fixed in next release. @necrevistonnezr this is most likely your issue as well!
  • rsync backup to minio fails

    Solved backups
    4
    0 Votes
    4 Posts
    1k Views
    girishG
    @stantropics One thing worth looking into is https://cloudron.io/documentation/apps/nextcloud/#managing-deleted-files (especially, those deleted nextcloud files hang around indefinitely).
  • SSH client from inside app container

    Solved docker container
    5
    0 Votes
    5 Posts
    1k Views
    yusfY
    It proved a decent strategy given I get 50MB/s in a direct server-to-server transfer instead of caching it on my computer at a speed of 3MB/s.
  • Moving Servers - Cloudron IP Change

    Solved backups migration restore
    5
    0 Votes
    5 Posts
    2k Views
    girishG
    @echokos Right as @NCKNE suggested, you can enable the dynamic dns option under Domains view before migration and take a backup after you enabled it. With that the DNS records will be automatically updated post migration. After migration, you can turn off that option since the IP won't change anyways.
  • Is it OK to change root password?

    Solved security ssh
    6
    0 Votes
    6 Posts
    1k Views
    jdaviescoatesJ
    @dieter if you add an ssh key whilst buying the Hetzner server then they don't even create a root pw
  • Backup upload errors

    backups scaleway
    3
    0 Votes
    3 Posts
    805 Views
    girishG
    @timmeh let us know if @NCKNE's workaround works or not.
  • Cant Install my Cloudron

    Solved
    3
    0 Votes
    3 Posts
    711 Views
    girishG
    I wonder why it's trying to install from jessie-backports ? Is this a fresh ubuntu install or did you try to install something else prior to Cloudron?
  • Re-install app that is not part of a backup

    Solved backups certificates
    3
    0 Votes
    3 Posts
    655 Views
    S
    @girish thanks for the info!
  • Is data stored in a Custom Data Directory included in Cloudron backups?

    Solved backups
    6
    1 Votes
    6 Posts
    1k Views
    jdaviescoatesJ
    @beenmeckel said in Is data stored in a Custom Data Directory included in Cloudron backups?: So I feel fine about getting set up with Nextcloud on a server I'm renting from Hertzner. I'm just stressing about how much of the time it is likely to crash or go wrong I've got all my Cloudron stuff running on Hetzner and so far nothing had ever crashed nor gone wrong. Also the data on their volumes is triple replicated too. But yes, also looking into how to backup me backups elsewhere too...
  • SSL does not work normally

    Solved certificates cloudflare
    7
    1
    0 Votes
    7 Posts
    1k Views
    girishG
    @bangden07 Ah, that's a smart work around! I just noticed that you had SSL issues on the root domain. The wildcard cert only covers subdomains i.e *.foo.com but not foo.com. Cloudron still has to get normal certs for foo.com. I guess after a week, you can remove the cloudflare proxy.
  • The signature in versions.json.sig could not verified

    Solved update
    7
    1
    0 Votes
    7 Posts
    389 Views
    J
    Solution : In my case, /home/yellowtent was owned by root, gpg was trying to create "~/.gpg". My fix : "chown yellowtent:yellowtent /home/yellowtent/"
  • v5.x Management of more than 25 email boxes broken

    Solved mail dashboard
    4
    0 Votes
    4 Posts
    732 Views
    jimcavoliJ
    Upgrade went well - all good on v5.1.3 now
  • Error getting IP of mail service

    Solved mail
    7
    0 Votes
    7 Posts
    2k Views
    girishG
    OK, I will try to reproduce it locally and reach out if required. Thanks!
  • Broken Login Screen: As of 5.0.6

    Solved cloudflare dashboard
    3
    0 Votes
    3 Posts
    387 Views
    affinityA
    THANK YOU. I use Cloudflare as my DNS provider. Looks like they have some sort of caching feature called Cloudflare Rocketloader which caused this conflict. I Turned it off and it worked now. Much appreciated! @nebulon https://community.cloudflare.com/t/how-can-i-remove-the-rocket-loader-script-from-the-header-tag-on-my-website/4229
  • import backup and uninstall fail

    backups
    6
    0 Votes
    6 Posts
    1k Views
    girishG
    The issue here was that @minhbaop imported a box backup (i.e a backup with box_ prefix) into an app. Cloudron clearly has a bug that importing an unknown format makes it put the app in some indeterminate state. We will get this fixed in some future release.
  • Cannot GET /api/v1/session/login

    Solved dashboard
    3
    0 Votes
    3 Posts
    365 Views
    M
    Hi, After reboot my vps, all seem work now. thanks for ur reply.
  • server down: apps not restarting

    Locked Solved
    15
    0 Votes
    15 Posts
    3k Views
    C
    kudos to @girish he found the real pbl. (out of i-nodes) within minutes. from there, we could nail down the cause, by following this: https://unix.stackexchange.com/questions/26598/how-can-i-increase-the-number-of-inodes-in-an-ext4-filesystem TL,DR: one cannot raise i-nodes after fs creation. normally, a tar from rootfs, reformat the rootfs, and restore would be necessary. but to find out, who is consuming all the inodes, one can do the following: try du -s --inodes * 2>/dev/null |sort -g then cd into the last dir in output and repeat. Full Disclosure: not all OS's support --inodes flag for du command (my Mac OS does not) but many Linux OS's do. one has to cd into the dir with the most i-nodes, recursively going down the tree and finally find the dir with the biggest i-node consumption. in this case, as girish had mentioned, it was caused by not right configured nullmailer, writing tons of error-msg to /var/spool/nullmailer/failed useing 4.4M i-nodes… deleting that dir eased the situation ad hoc. rebooting the server and restart all failed apps (GUI & CLI) fixed it. thanks for all your help
  • Diff in memory use graphs

    graphs
    3
    2
    0 Votes
    3 Posts
    644 Views
    nebulonN
    Agree, the memory graphs are quite rudimentary at this point. We will rework them to be more useful and correct at some point.