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.6k Posts
  • Are successful/failed login attempts logged anywhere?

    Solved failed logs
    8
    1 Votes
    8 Posts
    239 Views
    M
    awesome as always, much obliged
  • domain name change

    Solved domains
    7
    1 Votes
    7 Posts
    344 Views
    J
    You should do this - https://docs.cloudron.io/troubleshooting/#domain-issues-expiry
  • Clean up external users that have accessed gitea instance

    Solved
    4
    1 Votes
    4 Posts
    215 Views
    infogulchI
    With help from Grok: https://grok.com/share/bGVnYWN5_baedbb67-0507-41f0-b26d-29da9f1b7f94 Exported users to delete with mysql --user=${CLOUDRON_MYSQL_USERNAME} --password=${CLOUDRON_MYSQL_PASSWORD} --host=${CLOUDRON_MYSQL_HOST} ${CLOUDRON_MYSQL_DATABASE} -e "SELECT id FROM user WHERE FROM_UNIXTIME(created_unix) > '2025-03-01'" > /app/data/users-to-delete.txt Deleted the header name with vim Switch to git user sudo -u git bash Run a command to use the cli to purge each user in the list: while read -r id; do /home/git/gitea/gitea -c /run/gitea/app.ini admin user delete --id "$id" --purge; done < /app/data/users-to-delete.txt All bad users cleared but one (not sure why), deleted manually. Done!
  • iDrive E2 Backups Failing More Frequently

    Solved
    16
    1 Votes
    16 Posts
    886 Views
    P
    @d19dotca said in iDrive E2 Backups Failing More Frequently: What I had to do was delete the region hostname and re-enable it, which created my backup buckets somewhere else and allowed me to proceed without issue. The unfortunate part of this though was that it deletes all the files of course in the prior region, so what I did was first download a few important backups from it to my local disk and reloaded afterwards. I had the same rate-limiting issue with IDrive E2, but with a twist: my bucket was originally blazing fast in one region. After I deleted and recreated it (like you did), it became painfully slow—the exact opposite of your experience! I suspect their ‘region reassignment’ doesn’t guarantee consistent performance, maybe due to uneven server loads or hidden throttling. Moral of the story? With IDrive E2, if your bucket works fine, don’t touch it—even if they tempt you with ‘better regions.’
  • Services and all apps down due to cgroups error

    Solved cgroups docker
    16
    1
    1 Votes
    16 Posts
    735 Views
    infogulchI
    Ok if I switch it to "Direct disk" it fails to boot but "GRUB (Legacy)" kernel option seems to boot fine.
  • Email client config when using external SMTP server

    Solved
    5
    0 Votes
    5 Posts
    289 Views
    avatar1024A
    @nebulon wonderful, thank you for the clarification!
  • Trying out minio as a backup destination

    Solved minio backup
    6
    0 Votes
    6 Posts
    421 Views
    A
    Thanks, I don't use cloudflare, but a good thing to be aware of.
  • Connection to Google's doubleclick from cloudron server

    Solved analytics privacy
    3
    1
    2 Votes
    3 Posts
    156 Views
    girishG
    Just tried this on the demo server. https://my.demo.cloudron.io (username/password is cloudron) [image: 1751631070055-fffc8926-44d5-49c4-af87-f77371ab2e98-image-resized.png]
  • Backups before retention policy not being deleted. Bug?

    Solved backups cleanup-backups
    16
    1 Votes
    16 Posts
    3k Views
    jamesJ
    Hello @shrey This is expected. Each Cloudron release and update has to treat every system the same and can not respect changes made by the user. Changes made to the core services need to be managed by the user manually.
  • * 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail)

    Solved email spf
    3
    1 Votes
    3 Posts
    242 Views
    J
    Are you saying you are getting SPF_SOFTFAIL for all your emails? Note that the SPF fail here is for the domain of the incoming mail and not your domain itself.
  • Random tech help concerning block storage, not strictly Cloudron-related

    Solved volumes
    9
    1
    1 Votes
    9 Posts
    1k Views
    scookeS
    I suppose it can be marked as solved, but I still run into questions and small issues.
  • When renewing certificates, IPv6 queried despite being disabled

    Unsolved certificates ipv6
    5
    2 Votes
    5 Posts
    427 Views
    M
    @girish IPv6 is enabled on the server but not "in use", since some domains that are added manually don't have v6 and I don't want to run into troubles. Those are mostly Hetzner Cloud servers.
  • Is it possible to build an app/container that you can just ssh into?

    Solved
    5
    1 Votes
    5 Posts
    299 Views
    DidierMalenfantD
    Thanks! I'm going to play around by modifying an existing app and see how far I get.
  • How to alter root .bashrc

    Solved
    4
    0 Votes
    4 Posts
    267 Views
    C
    I will put in a feature request now and we can discuss further in that thread.
  • 1 Votes
    2 Posts
    206 Views
    D
    this issue has been resolved and the certificates have been renewed and access to the site has been restored. there was an issue with the server dns settings which was causing the certificates to not renew.
  • "Email not configured properly" with PTR4 issue

    Solved ptr ptr records mail
    7
    0 Votes
    7 Posts
    581 Views
    aurelien-cA
    TTL issue ? I mean, this symptom lasted a very long time (a full year I'd say). Not seen since early June though. Maybe the "odd DNS issue" then. I guess this can be closed.
  • 1 Votes
    4 Posts
    503 Views
    jamesJ
    @arnej said in Problem with setting up a VPN tunnel from on premises machine to Cloudron in Cloud: there was a problem with the Cloudron internal firewall. Once he changed the settings there, the connection was established with no problem. Could you please elaborate what the issue was? Do we need to fix something? Also, useful for future readers who have a similar issue. I could bet you know the feeling of searching a solution and just finding a "I solved it, thanks" post somewhere and think yourself AND HOW?.
  • Paiement issue with cloudron

    Solved payments subscription
    2
    0 Votes
    2 Posts
    149 Views
    jamesJ
    Hello @piedacoulisse For all subscription and payment related issues please contact support@cloudron.io directly! This should be resolved rather fast after you wrote the mail.
  • Deactivate incoming mail checks altogether for certain IPs / hosts

    email
    7
    2 Votes
    7 Posts
    922 Views
    jamesJ
    @ccfu I think that would be the best idea.
  • This topic is deleted!

    0
    0 Votes
    0 Posts
    28 Views
    No one has replied