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

3.6k Topics 25.5k Posts

Get help for your Cloudron

  • Volumes not mounted, Error in app

    Solved mounts volumes
    8
    1
    1 Votes
    8 Posts
    267 Views
    jamesJ
    Hello @hpz24 Glad to read this resolved your issue and sorry for the inconvenience.
  • Problem migrating data

    Solved restore migration
    6
    3 Votes
    6 Posts
    195 Views
    J
    That worked, this is solved now. Thank you.
  • Can't run cloudron update for an app in error state

    Solved docker custom image
    15
    1 Votes
    15 Posts
    586 Views
    J
    @rosano some users claimed that this exact same issue was resolved by upgrading to ubuntu 24 . https://forum.cloudron.io/topic/15265/unusable-application
  • Backup crashed

    Solved backups
    5
    1 Votes
    5 Posts
    178 Views
    jdaviescoatesJ
    @subven said: Replace your BIOS battery, go into BIOS and set current time, reboot and you should be fine. This is a dedicated server at Hetzner, not a home server. But the backup ran fine before and since, so I think perhaps I'll just not worry about it for now. The bigger completely unrelated issue would appear to be that when I do an integrity check on my rsync backups to Hetzner Storage Box (as opposed to this tarball to Scaleway buckets backup), they fail... I think I'll start a new thread about that.
  • Small UI bug in ressources section

    Solved dashboard
    2
    3 Votes
    2 Posts
    73 Views
    nebulonN
    Fixed for next release with https://git.cloudron.io/platform/box/-/commit/c9547cbdb8372728efbdcb6424497e0d421c08e8
  • how do I stop a app

    Solved userinterface
    8
    1
    2 Votes
    8 Posts
    308 Views
    timconsidineT
    Simple solution : change 'Uninstall' to 'Manage' or 'Stop/Uninstall' or '....' The column width longest label is 'Access Control' so providing the new label is <= to that, UI works.
  • Cloudron CLI install option results in a 404

    Solved
    3
    1 Votes
    3 Posts
    93 Views
    jamesJ
    @Lanhild said: Updating the Cloudron CLI did the trick. That is correct. The current latest version of the cloudron cli is 8.0.2. Your stated cli version is 6.0.0, two mayor versions behind.
  • Unable to receive email from external mail services

    Solved email
    7
    1 Votes
    7 Posts
    205 Views
    O
    @robi I believe that's because the firewall drops the packages. So Google's servers just don't receive a response (timeout).
  • 1 Votes
    11 Posts
    727 Views
    S
    Got it, yes it was the token, i made a New one (PAT) and it seems that it works Thanks
  • Constant LDAP/OCID errors in Outlook – Timeout or Server Issue?

    Unsolved email ldap timeout
    6
    2 Votes
    6 Posts
    230 Views
    nebulonN
    That is a good hint, so something is not working reliably with the ldap connection then. Can you check on Server A if you hit any rate-limits? You should see them with journalctl -k | grep CLOUDRON_RATELIMIT_LOG on Server A
  • Passkey verification failed on desktop

    Solved passkey
    8
    1 Votes
    8 Posts
    409 Views
    D
    @james @joseph i found a potential issue. this only happen to Windows OS where microsoft ID is not connected and System only works with local account
  • gcs: Old backup not found when updating app

    Solved backups updates
    20
    1 Votes
    20 Posts
    3k Views
    W
    @girish Had the same issue as @frenchybear. GCS fixed worked fine. Thx
  • Unresponsive Server

    Solved
    9
    1
    2 Votes
    9 Posts
    264 Views
    S
    hi, thanks, i found the failure. It occured during a app (talk sfu) update. Before the app is updated the current state is backuped. During this, something happend with the backup disk and the server freezed. this was 2h after a normal backup, were everything was fine. The disk is ok, i checked the intergrety. what i now did is , do toogle the server to a restart when this happens again. I will monitor this and give feedback if this happens again.
  • 0 Votes
    4 Posts
    145 Views
    P
    @riankellyit thanks a lot for your advices, I’ll go to try to better understand, but actually problem seems to be resolved, so as @nebulon, problem seems to be S3 side. Thanks again for your patience and efforts.
  • E-Mail search not working properly

    Solved email search
    6
    1
    2 Votes
    6 Posts
    185 Views
    girishG
    I have put in a fix now to adjust the java heap memory dynamically. Hopefully that works.
  • Broken link to certificates in domain dialog

    Solved domains
    2
    1
    2 Votes
    2 Posts
    62 Views
    nebulonN
    Thanks! Fixed now
  • Hostinger External Email not sending

    Solved hostinger mail relay
    3
    1
    0 Votes
    3 Posts
    136 Views
    J
    @d43m0n1k_sek Should this post be deleted or should we answer this? The original post is still deleted. Should I restore it? edit: i restored it right now, but unclear if I should be deleting the entire topic.
  • 9.1.5 UI bug: cannot scroll notifications on mobile

    Solved mobile bug ux ui
    2
    2
    0 Votes
    2 Posts
    110 Views
    nebulonN
    Dupe of https://forum.cloudron.io/topic/15286/notifications-view-doesn-t-have-a-vertical-scrollbar/2 and already fixed for next release.
  • Can not pull a file via cloudron cli from a app

    Solved cli
    2
    1 Votes
    2 Posts
    103 Views
    nebulonN
    Good find, apparently std*.resume() is not available on recent nodejs versions anymore and was already obsolete. I've published a new cli version now with the fix.
  • Specific API unit not working or docs wrong

    Solved api
    2
    1 Votes
    2 Posts
    98 Views
    nebulonN
    So for services like nginx or so you have to use the services API https://docs.cloudron.io/api/download-service-logs The logs used to served up under the system API namespace but have moved to services some time ago. I will update the docs to not talk about those other services in the systems route.