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.1k Posts
  • Reboot Required - Notification

    Solved reboot notification
    13
    2 Votes
    13 Posts
    1k Views
    W
    @scooke I wanted to clarify my concern about this issue. Previously, after a system reboot was completed, the "reboot" button in notification would automatically fade to grey and disable the reboot button. This functionality appears to have changed (button remains clickable and red). The color difference you mentioned wasn't actually my concern. At this point, I understand this is the new expected behavior, so I consider this matter resolved.
  • How to stop apps via SSH command line

    Solved cli apps
    20
    1 Votes
    20 Posts
    2k Views
    bmannB
    Well, apparently the only way to "fix" this, is to docker stop the yellow services Mail / Mongo / Postgres / MySQL and then restart them in the dashboard and they start up succesfully, and then you can start other apps that have been stopped.
  • Redirect IP Address To My Cloudron Subdomain

    Solved custom pages
    8
    1 Votes
    8 Posts
    283 Views
    I
    Thank you the problem is solved.
  • How to set-up Firewall and/or Proxy to protect my Cloudron instance?

    Solved firewall
    7
    1 Votes
    7 Posts
    396 Views
    girishG
    @MiddleEndian said in How to set-up Firewall and/or Proxy to protect my Cloudron instance?: What worries me is that, while having great respect for the Cloudron project and product, maybe just deploying Cloudron "as-is" in a VPS We have plenty of docs and technical notes around this - https://docs.cloudron.io/security/ . If you have specific concerns, please open separate threads and we can discuss.
  • Dashboard offline but apps not under primary domain running

    Solved dashboard troubleshooting
    3
    0 Votes
    3 Posts
    251 Views
    nebulonN
    Glad it worked in the end. Otherwise for reference please follow the instructions at https://docs.cloudron.io/troubleshooting/ to troubleshoot this.
  • queryNs ESERVFAIL example.com - on all domains?

    Solved netcup dns
    6
    1 Votes
    6 Posts
    567 Views
    J
    @jayonrails sounds good. Otherwise, if both commands work and things are still failing, please send a mail to support@cloudron.io to debug this further. Can't see how it fails.
  • Configuring Disk Space on a Dedicated Server

    Solved disk space
    2
    0 Votes
    2 Posts
    224 Views
    I
    My problem is solved now using this command: sudo lvextend -l +100%FREE /dev/mapper/ubuntu--vg-ubuntu--lv sudo resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv Thank you DeepSeek hehe
  • I broke my cloudron

    Solved troubleshooting
    2
    1 Votes
    2 Posts
    212 Views
    A
    oh nevermind. I read the "you can try" instructions in the output sudo ln -sf /usr/local/node-20.18.0/bin/node /usr/bin/node sudo ln -sf /usr/local/node-20.18.0/bin/npm /usr/bin/npm sudo systemctl restart box And that seems to have gotten it going again. /phew
  • queryNs ENODATA <my domain>

    Solved dns no-ip queryns enodata domain setup
    8
    1 Votes
    8 Posts
    3k Views
    J
    As I have a similar and bigger issue, I created a new thread: https://forum.cloudron.io/post/101241
  • Notification settings - App is online?

    Solved notifications
    6
    1
    1 Votes
    6 Posts
    496 Views
    J
    @SansGuidon I think your approach is the best as of right now. We will have to add automatic restart built into Cloudron at some point.
  • Docker Error 500 - Unable to pull image on same instance

    Solved docker hub registry
    21
    0 Votes
    21 Posts
    2k Views
    girishG
    @timconsidine thanks, I have added a validation check now.
  • High memory usage and slow Cloudron after reboot for update

    Solved performance memory
    5
    0 Votes
    5 Posts
    455 Views
    P
    @nebulon Yes, I had a look of Cpu load and it was by msql, but now seems to be ok
  • cannot uninstall custom app

    Solved uninstall
    3
    1 Votes
    3 Posts
    269 Views
    timconsidineT
    @moktan.bj does this not work ? what message do you get if you try ? [image: 1738538867547-screenshot-2025-02-02-at-23.26.06-resized.png]
  • Issue with Cloudflare Domain Installation

    Solved cloudflare domains
    16
    0 Votes
    16 Posts
    2k Views
    girishG
    For those who hit this 8.2.4 is out . It's marked as unstable just to not have everyone update at the same time but it should be stable and has the fix for this issue.
  • 1 Votes
    5 Posts
    520 Views
    andreasduerenA
    @jdaviescoates Yes I had done that a while ago
  • Own SSL Certificate is not Valid

    Solved certificates
    7
    0 Votes
    7 Posts
    546 Views
    G
    Turns out the certificate seller emailed the wrong private key. @joseph thanks for the heads up.
  • 1 Votes
    7 Posts
    389 Views
    fbartelsF
    @humptydumpty said in At home self-hosted Cloudron - migrate to larger main disk. Advice and sanity check my thoughts.: Having a GUI is preferable. I would also have recommended dd Something I havent used in ages, but i think would satisfy the gui criteria is https://clonezilla.org/
  • Custom app database wiped after migration

    Solved restore custom apps
    3
    0 Votes
    3 Posts
    264 Views
    J
    It's fine to keep the post around, helps others in the future @igaudette said in Custom app database wiped after migration: Looks like the backup is not backing up the database of the custom apps, is it possible? FWIW, the backup strategy is the same for custom apps and apps from app store. The only difference is that one uses a customer docker image/registry and the ones from the appstore use a appstore provided docker image/docker hub.
  • 0 Votes
    4 Posts
    1k Views
    R
    The best and easiest way is to use a single larger VPS to handle the different traffic apps. If uptime and stability are more matter in your case then you can run one app per VPS in critical services. Also, you can do a hybrid approach. The hybrid approach contains the separation of resource-heavy apps and low-traffic apps ones together. It can also work well. If you consider the cost then a single VPS is easier to manage and allows flexible resource allocation. But, it creates an issue like one application could impact others. Multiple smaller VPS instances provide better isolation and redundancy to one service that stays online if another fails. I prefer to use a single 4GB vps to a single app mostly. Still, if you want to use one vps for all apps then you have to prefer at least 8GB vps for sure.
  • queryNs ECONNREFUSED for SSL Renewal

    Solved certificates
    5
    1 Votes
    5 Posts
    397 Views
    J
    Can you check if basic DNS resolution works ? See https://docs.cloudron.io/troubleshooting/#dns-resolution . Also, are you hosting at home or some private network (these have complications with loopback checks).