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.5k Posts
  • unable to send email to a Gmail address

    Solved mail gmail
    14
    1 Votes
    14 Posts
    284 Views
    robiR
    @nostrdev So glad you listened when we chatted about that too! Welcome.
  • Unable to load dashboard

    Solved
    7
    3
    1 Votes
    7 Posts
    162 Views
    nebulonN
    Maybe your system/network from where you were trying to access your server had some long DNS cache pointing to the wrong IP. Glad it worked out in the end though.
  • File ownership after migration

    Solved
    3
    1 Votes
    3 Posts
    153 Views
    DidierMalenfantD
    Sweet, thanks. I added it to my start script.
  • Docker volumes are filling up disk

    Solved docker volumes
    23
    1 Votes
    23 Posts
    709 Views
    archosA
    @robi I only added the recommended commands: 0 13,23 * * * rm -rf /app/data/public/wp-content/cache/* > /dev/null 2>&1 0 13,23 * * * rm -rf /tmp/magick-* /tmp/imagick* > /dev/null 2>&1
  • Hetzner Storage Box not working

    Unsolved backup hetzner storagebox
    12
    2
    1 Votes
    12 Posts
    396 Views
    jdaviescoatesJ
    @JueBam Generally what you want to do for mounting Hetzner Storage Boxes using SSHFS is to create (on your local machine) a new SSH key pair with no password for use with it, then upload the public key to Hetzner and the private key to Cloudron. I'd guess not yet having worked that out might be your issue (just because that's what I struggled with myself until I worked it out) See this post for more info: https://forum.cloudron.io/post/96271
  • SFTP to LAMP

    Solved sftp
    7
    1 Votes
    7 Posts
    207 Views
    girishG
    Fixed in https://git.cloudron.io/platform/box/-/commit/e390a56f055a3e71ed324485d7a9ce7e441e1e66
  • 1 Votes
    29 Posts
    1k Views
    robiR
    @girish It's a LAMP app with apache configured to point to another directory.
  • outgoing mail issue and unbound?

    Solved mail
    5
    1 Votes
    5 Posts
    177 Views
    K
    Thank you all! the issue was the unbound service not working and also my email delivery issue too.
  • PRT4 Record keeps failing

    Solved domains dns ptr
    11
    1 Votes
    11 Posts
    653 Views
    S
    @james I could not get it working at all, so I switched to use Sendgrid instead since we have an account and that is working fine. The issue is that I am using Cloudron as a VM inside of Truenas Community 25.04.1 and it is Truenas causing the issue and I would have to make some major changes and I don't want to affect the File Server side by doing this.
  • Cant do anything

    Solved unresponsive
    5
    2 Votes
    5 Posts
    172 Views
    J
    Can you SSH and run cloudron-support --troubleshoot on the server? This should give us an idea of DNS issues etc.
  • ipv6 not working

    Solved ipv6 networking
    3
    1
    1 Votes
    3 Posts
    114 Views
    nebulonN
    Looks like your server has a wrong ipv6 outbound setup. Cloudron does not configure the network interfaces of the server, so this maybe a misconfiguration from your server provider. This happens with some VPS providers sadly still. First step would be to figure out why a plain curl to a ipv6 cannot connect. Your server provider should be able to help you out there. If this can't get to work, you may disable ipv6 in the Cloudron dashboard and also remove the AAAA record again.
  • Moving location of Docker images

    Solved docker storage
    10
    0 Votes
    10 Posts
    990 Views
    KubernetesK
    Just a quick update, since I am using this since March. I didn't had any issues with that kind of storage usage for the Docker during normal operations. As I didn't have an situation with restore or bare metal recovery, I still don't have any experience for these use cases. So far, I am pretty happy to offload the Docker Images to the Hetzner Volume.
  • Not receiving emails

    Solved email
    4
    1 Votes
    4 Posts
    172 Views
    J
    @vjvanjungg not 100% sure but we got a similar report on Support and I replied there. The mail server is not responding after the initial SMTP EHLO. Can you check the raw mail server logs - https://docs.cloudron.io/email/#event-log ?
  • How to connect Cloudron apps to an existing MS-SQL database?

    Solved mysql database
    3
    1 Votes
    3 Posts
    134 Views
    jamesJ
    Closing this topic due to inactivity
  • Porkbun automated DNS change

    Solved domains porkbun
    4
    1 Votes
    4 Posts
    185 Views
    E
    Yeah, I don't have the original, because I repaired this manually already, but that is basically it - the CNAME was a standard of Porkbun pointing to their server. Well, it's solved quickly, albeit manually.
  • Why does the backup process block administrative actions?

    Solved backups
    7
    4 Votes
    7 Posts
    710 Views
    girishG
    This was implemented just last week here - https://git.cloudron.io/platform/box/-/commit/0fa281083e4dbf250b400a1e2f1dcc4ec70ae372
  • Own SSL Certificate is not Valid

    Solved certificates
    9
    0 Votes
    9 Posts
    840 Views
    potemkin_aiP
    Apologies and correction. Cloudron's functionality works just as intended. The problem is in docs in major sites and hence chatGPT as well (which I used to troubleshoot that). All of the docs, except for NameCheap (thanks, guys!) says that the correct way to combine crt files - is just do cat .. > final.crt which lead to one problem: -----END CERTIFICATE----------BEGIN CERTIFICATE----- On the line 37, which, absolutely reasonably, brakes any SSL parser. Correct way to join CRT files is: cat STAR.*.crt > ssl-complete-bundle.crt && echo >> ssl-complete-bundle.crt && cat STAR.*.ca-bundle >> ssl-complete-bundle.crt And you can check if it is valid than with openssl x509 -noout -in ssl-complete-bundle.crt -checkhost test.`basename STAR.*.crt | sed -E 's/^STAR\.([^.]+(\.[^.]+)?)\.crt$/\1/'` Guess, it might make sense to document it.
  • DNS Issues with GoDaddy and Cloudflare hosted at home

    Solved
    7
    1 Votes
    7 Posts
    499 Views
    jamesJ
    Closed due to inactivity
  • Error configuring backup Cloudflare R2 Object Storage

    Solved backup cloudflare r2
    9
    0 Votes
    9 Posts
    598 Views
    jamesJ
    Closed due to inactivity
  • Not all volumes showing in Cloudron's System Info Page

    Unsolved volumes disk-usage
    4
    2
    1 Votes
    4 Posts
    238 Views
    jamesJ
    Did anything change @hakunamatata Also, Cloudron 9 might resolve this.