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.0k Posts
  • Cloudron install fails on Netcup

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    girishG
    @ReadyTransport4 Glad you got it working
  • Problems with Cloudron on multiple servers

    Solved
    3
    0 Votes
    3 Posts
    941 Views
    girishG
    @redponey Did your problem get sorted out?
  • Empty weekly digest emails

    Solved email notifications
    4
    0 Votes
    4 Posts
    586 Views
    girishG
    Fixed it for next release.
  • How to change cloudron DNS settings without the web panel?

    Solved domains
    6
    0 Votes
    6 Posts
    1k Views
    U
    From what you wrote, are you running the server behind your home server in a NAT by any chance? Yes indeed. @uiharu Does host cloudflare.com 127.0.0.1 work? I'll update later
  • failed initial cloudron install/setup on digitalocean

    Solved install
    3
    0 Votes
    3 Posts
    622 Views
    R
    @girish Thanks!
  • How to use cloudron without a domain name or opening ports?

    Solved install
    2
    0 Votes
    2 Posts
    2k Views
    girishG
    @relink Cloudron does not work without a domain name. Many features like DNS integration, certificate management, reverse proxy setup etc all require a domain name. Maybe you can try a setup like this: Pick an imaginary domain name like relink.home Choose the noop (only for development) DNS provider. In Advanced section, choose Self signed certificates In your router/DNS, just add entries for *.relink.home and relink.home to the server's IP. Alternately, add those entires to the /etc/hosts of your PC. You should then be able to reach, my.relink.home and install apps.
  • unable to change own Cloudron password

    Solved dashboard
    2
    0 Votes
    2 Posts
    490 Views
    girishG
    @supervacuo Thanks for the report. I have fixed it for the next patch release. The max password length in the backend is 256 but the UI had a bug limiting it to 30.
  • Custom links in my. domain.com

    Solved dashboard
    3
    0 Votes
    3 Posts
    820 Views
    M
    You could use my yourls-repo (https://forum.cloudron.io/topic/1115/yourls-org-link-shortener-custom-app-request), add ldapauth to apache for your cloudron users and create links to your forms with yourls. If people click them, they have to auth via apache first and get forwarded after. This wouldn't be a link protection, but it would be a start
  • /var/lib/docker/overlay2 getting full

    Solved storage
    6
    0 Votes
    6 Posts
    3k Views
    R
    @nebulon Okay. Thanks for clarification!
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    5 Views
  • Solution to SMTP/IMAP login issues with 3.5

    Solved email
    2
    3 Votes
    2 Posts
    449 Views
    girishG
    Sogo login issues Some users have reported issues with logging into SOGo even when using the Cloudron email after the update. This is most likely because you are using an older version of SOGo. The old SOGo app was deprecated ~6 months ago as part of the 2.3 release and is not supported. Please move to the new SOGo immediately. Install the latest version of the SOGo app (from the appstore) in another location/subdomain. You should see your email when logging in with email now. If you use calendar/contacts in old SOGo, you can migrate it to the new SOGo using the guide at https://cloudron.io/blog/2018-12-05-carddav-caldav-migration.html If everything is satisfactory, you can just uninstall the old SOGo.
  • Cannot remove domain on 3.4.3

    Solved domains
    4
    0 Votes
    4 Posts
    959 Views
    girishG
    Had this issue on support couple of times already: https://git.cloudron.io/cloudron/box/issues/610
  • storage error

    Solved storage
    8
    0 Votes
    8 Posts
    2k Views
    girishG
    This was resolved offline - most issues where related to unbound (the internal DNS server) being down. Fixed by System -> restart unbound.
  • Issue with mails / unable to edit and create new mailboxes

    Solved email
    3
    2
    0 Votes
    3 Posts
    832 Views
    girishG
    This was a bug in our UI code. This is fixed in 3.5
  • Cloudron hangs in Domain Setup

    Solved install update
    2
    0 Votes
    2 Posts
    811 Views
    girishG
    @amg It seems there are multiple issues here: Restore via CLI not working. Can you tell me more what the error is? Where are you seeing 'Already Setup'? Is this when installing Cloudron? (But the post starts with 'after update' to 3.4) Please give us more information to help you out.
  • Issues on server migration

    Solved install restore
    2
    1 Votes
    2 Posts
    766 Views
    girishG
    @CarbonBee Did I understand correctly that the DNS of cloudron A and Cloudron B are different above? If so, the behavior is expected (not saying it is correct or even good). Currently, there is no easy way to easily 'migrate' domains - it is only easy to migrate a Cloudron from one server to another provided that all the DNS remains the same. Can you explain your use case a bit more so we can try to come up with a solution together? I guess you are trying to test your backups? How can we make this work when Cloudron has multiple domains? Once you restore to another server, Cloudron will do the DNS setup of apps automatically and it will end up re-configuring the DNS of the apps to point to this new server.
  • Cloudron installation behind NAT with multiple public IPs

    Solved install
    2
    0 Votes
    2 Posts
    999 Views
    girishG
    @robw Sorry for the delayed response, we are just coming back from vacation and catching up on support tickets. If I understand correctly, the Cloudron server has a different outbound IP than the one it detects. We have a custom endpoint (https://api.cloudron.io/api/v1/helper/public_ip) which helps us detect the IP of a server but I guess this detection goes wrong because of your setup. To fix/workaround this: In the domain setup wizard, you can simply choose "no-op" as the DNS provider. With this provider, all DNS checks are disabled and as long as the domain somehow is able to resolve and reach your cloudron, it should all work. Another thing is that port 80 needs to be reachable as well for Let's Encrypt to work. If this is not possible, you can select 'Self Signed Certs' in the Advanced section of the domain UI.
  • Unknown LDAP problem

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    BounzB
    Thank you, @gofaniyi and @girish! Now everything works.
  • Cloudron upgrade not working

    Solved update
    2
    0 Votes
    2 Posts
    668 Views
    girishG
    I will mark this as solved since it was fixed with the update (3.4.3).
  • Automatic update to Ubuntu 18.04

    Solved update
    3
    0 Votes
    3 Posts
    878 Views
    G
    Great, thanks!