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
  • 1 Votes
    4 Posts
    1k Views
    nebulonN
    We had quite a few similar issues with namecheap in the last week on support. Check if your domain really only has no other DNS records reported via host <yourdomain> if there are multiple records reported, you have to ask namecheap support about this.
  • Backups are failing

    Solved backups error vultr
    11
    0 Votes
    11 Posts
    3k Views
    L
    Thank you, Girish, for diagnosing and solving this bug so quickly! Backups are working again. If somebody else has this issue and needs to do the patch, you would go to the operating system for your server and find the file there and edit it. Cloudron also have a support tool inside Cloudron which enables you to temporarily grant ssh access to your server, which would let Cloudron's brilliant team patch it for you.
  • My Mastodon backups are failing now, nevermind not even pretending to be successful!

    Solved
    21
    0 Votes
    21 Posts
    3k Views
    girishG
    Please follow this thread at https://forum.cloudron.io/topic/10266/backups-are-failing
  • Add Payment method.

    Solved subscription billing
    6
    1
    2 Votes
    6 Posts
    1k Views
    necrevistonnezrN
    What‘s your browser? Is there an Adblocker (via DNS or VPN)?
  • Errors and warnings when installing Cloudron CLI

    2
    0 Votes
    2 Posts
    423 Views
    girishG
    Looks like you are using node 12, you need node 18. The security warning can be ignored . They are mostly useless. Automatic security alerts gone wrong.
  • Backup settings are not applied correctly

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    jeauJ
    @nebulon you're right. Here are the contents of the last file in this directory: 2023-10-24T03:43:21 ==> installer: Updating from 7.4.3 to 7.5.2 2023-10-24T03:43:21 ==> installer: This Cloudron version requires atleast Ubuntu 20.04. Please upgrade following https://docs.cloudron.io/guides/upgrade-ubuntu-20/ /home/yellowtent/platformdata/logs/updater/cloudron-updater-2023-10-24_03-43-21.log (END) I've disabled automatic updates. And I'm quickly going to upgrade to Ubuntu 20.04.
  • Failing to install Node

    Solved installation
    5
    1
    0 Votes
    5 Posts
    891 Views
    nebulonN
    This is strange if nothing else happens, the code running there is https://git.cloudron.io/cloudron/box/-/blob/master/scripts/installer.sh?ref_type=heads#L126 so its not doing much but downloading nodejs and some extra filesystem things. Can you curl or curl -sL https://nodejs.org/dist/v18.16.0/node-v18.16.0-linux-x64.tar.gz ?
  • Cloudron Backups Bug

    4
    6
    0 Votes
    4 Posts
    931 Views
    jdaviescoatesJ
    @privsec said in Cloudron Backups Bug: Doesnt Cloudron remove the backups that are no longer visible on the cloudron dashboard? I'm not sure what makes a backup visible there or not tbh. All my backups are displayed, I think. @privsec said in Cloudron Backups Bug: Whats the purpose of Cleanup backups button in cloudron? I think it just gets rid of backups that fall out of the retention policy. Have a read of the docs https://docs.cloudron.io/backups/#cleanup-backups As it says there, it runs every night anyway. But if you e.g. change your retention policy to 1 week and hit the Cleanup backups button then I guess loads of your backups stored in IDrive would presumably be removed (all those that are older than a week ago, aside from some special cases, e.g. previous versions of apps are kept for 3 weeks in case a update broke something but it took a while to realise) The real question is why I have you chosen the 1 month retention policy if you don't want to keep 1 month's worth of backups?
  • I want to have a script send an email via Cloudron

    Solved
    4
    1 Votes
    4 Posts
    909 Views
    girishG
    @81ewlska you can send a mail like this: Get mail server container IP - docker inspect --format='{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' mail Get relay auth token - docker inspect -f '{{range $index, $value := .Config.Env}}{{if eq (index (split $value "=") 0) "CLOUDRON_RELAY_TOKEN" }}{{range $i, $part := (split $value "=")}}{{if gt $i 1}}{{print "="}}{{end}}{{if gt $i 0}}{{print $part}}{{end}}{{end}}{{end}}{{end}}' mail . Don't ask me how this works, I stole it from Stack overflow But essentially, CLOUDRON_RELAY_TOKEN is an environment variable in the container. You can also get this from docker inspect mail | grep CLOUDRON_RELAY_TOKEN and do some string manipulation. Then, send mail (example.com below is your primary domain): swaks --server <mail_server_ip> --port 2525 --from no-reply@example.com --to test@cloudron.io \ --body "Test mail from Cloudron" \ --auth-user no-reply@example.com --auth-password <relay_token> Note: above only works from the server itself. You cannot send mails from outside the server using a token.
  • after reboot ethernet driver missing ?

    Solved networking linux kernel
    4
    1 Votes
    4 Posts
    1k Views
    A
    Cheers, yes I've added the r8125 module to that now. I'll see what happens next time I need to restart. I haven't had to either, must be my cheap hardware choices biting me in the ass.
  • My.Domain.com Stuck on setupdns.html

    Solved
    4
    1 Votes
    4 Posts
    696 Views
    girishG
    @savagemic ok, so this has to do with Cloudron box code not starting up and not to do with installation. Can you please check /home/yellowtent/platformdata/logs/box.log ? The start up is getting stuck somewhere. If you can write to us on support@cloudron.io we can debug this quickly.
  • Namecheap API and Home server with Public IP HELP

    Solved domains namecheap
    11
    0 Votes
    11 Posts
    3k Views
    girishG
    @Advika58 Are you a bot?
  • Correct entry for CAA record in DNS Panel?

    Solved certificates
    5
    1 Votes
    5 Posts
    1k Views
    C
    good question...I had yunohost before...they did recommend to install the CAA record. I think, that is the reason.
  • LDAP authentication for Macintosh

    10
    0 Votes
    10 Posts
    2k Views
    girishG
    @andreasdueren said in LDAP authentification for Macintosh: But when the IP is not whitelisted, it just keeps going and is not getting closed. So strange. The behavior should be the exact opposite! Not sure what to suggest anymore, maybe you can write to support@cloudron.io and we can try to debug.
  • Errors after VPS upgrade

    Solved restore
    2
    0 Votes
    2 Posts
    498 Views
    archosA
    So I've tried several times to restore the apps and everything is fine.
  • External MySQL

    Solved mysql
    7
    0 Votes
    7 Posts
    2k Views
    nebulonN
    By now the internal IP for mysql is hardcoded to 172.18.30.1 so this command is not required anymore: https://docs.cloudron.io/guides/connect-mysql/#internal-ip-address
  • Cannot install current cloudron

    Solved installation avx
    2
    1 Votes
    2 Posts
    575 Views
    girishG
    @dsnradio at this point, no. You can maybe try the previous version of Cloudron. You can run the setup script as cloudron-setup --version 7.5.2. But please be aware that you cannot upgrade.
  • 1 Votes
    9 Posts
    2k Views
    8
    There were a bunch of dangling images. Deleted those. Update failed because you no longer use AWS (....lol), but after https://forum.cloudron.io/post/59939 Update is complete. Well, 5 or 10 updates. Hey, everything kept working for years...! Surfer installed successfully. Thank you for your help! Note to anyone doing this in the future: the updates will result in a lot of backups (which can be removed via the web interface or at /var/backups) and a bunch of dangling or unused docker images which can be removed with docker system prune or docker system prune -a
  • Can't get a new certificate

    Solved certificates
    9
    1 Votes
    9 Posts
    2k Views
    girishG
    @userino you should also put that in /etc/sysctl.conf to make the setting persistent across reboots.
  • trying to install a shared ssl certificate on my web server

    certificates
    12
    0 Votes
    12 Posts
    3k Views
    adisonA
    @girish yeah, i did that.