Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Site refusing to connect

    Solved Support
    13
    1 Votes
    13 Posts
    198 Views
    J

    @berryd great you sorted it out!

  • Cant login to my cloudron.

    Solved Support
    2
    1 Votes
    2 Posts
    43 Views
    J

    @jtippetts atleast the dashboard seems up now. Not sure why the machine shutdown itself though.

  • Cloudron dash is stuck in reconnecting loop

    Solved Support
    27
    1 Votes
    27 Posts
    491 Views
    J

    @mpeterson0418 I found that the root file system was either corrupt or "reset" . I don't know and unable to guess what happened to the disk (maybe power outage?), but I can explain what I did to recover.

    I found host MySQL to be empty. The box database had tables but was empty. The fact that it had tables meant that migration scripts were run on this . Maybe /home/yellowtent/box/setup/start.sh was run at some point on an empty (i.e no tables even) database.

    Usually, the last well known mysql dump is located /home/yellowtent/boxdata/box/box.mysqldump . One can also find the same inside the latest backup (inside the box.tar.gz) . To "restore", mysql -uroot -ppassword < /home/yellowtent/boxdata/box/box.mysqldump

    Then I found, docker won't start. In Cloudron, containers are throw away infrastructure since data is stored outside the containers. I tried cloudron-support --recreate-docker but this did not work. On investigating further, it seems /var/lib/containerd was also corrupt . Corrupt here means no docker commands work. So, I removed that directory as well. After that, cloudron-support --recreate-docker worked.

    The best way to migrate in Cloudron is not to do the above but instead just restore from backups. See https://docs.cloudron.io/backups/#move-cloudron-to-another-server .

  • 1 Votes
    18 Posts
    223 Views
    coniunctioC

    @joseph Thank you and yes, did all those, and was in communication with tech support. The issue is actually mysteriously resolved and I'm just trying to figure out what happened so I can share that in this thread and hopefully avoid repeating this issue in the future.

  • Port opening question

    Solved Support
    3
    1 Votes
    3 Posts
    265 Views
    A

    you can check it your self with GRC shields up
    https://www.grc.com/x/ne.dll?bh0bkyd2

  • mysql won't start upon cloudron upgrade

    Solved Support
    7
    1 Votes
    7 Posts
    561 Views
    8

    Thank you @girish , this worked.

    For those coming through in the future note that cloudron-support may ask you to reboot and run again, keep an eye out for it.

  • Can uninstall or install apps. Can't upload files

    Solved Support
    11
    1 Votes
    11 Posts
    773 Views
    V

    I didn't uncover the cause, but I believe it was related to the VM running out of disk space. I wound up reinstalling.

    I let a large upload job run unattended and wound up completely filling the drive on the VM running Cloudron. I then cleared about 100 GB, rebooted for good measure, resized the partition using parted, expanded the filesystem, rebooted again, and let it run normally for a few days. That's when I noticed I couldn't install any new apps. I suspect that either the partition / filesystem resize or the disk being full broke something internally.

    In hindsight I wish I had taken the time to dig into the logs a little more and see what was happening. But this is likely a direct result of my unusual environment fault.

  • 1 Votes
    10 Posts
    828 Views
    osoboO

    @girish Yes 🙂 Everything is back to normal. Thanks a lot !!!

  • MongoDB does not start

    Solved Support
    12
    1 Votes
    12 Posts
    960 Views
    J

    Thank you very much @girish, you rock!

  • How to troubleshoot networking?

    Solved Support
    3
    0 Votes
    3 Posts
    295 Views
    dsp76D

    Yes you are right, the host has it installed. I tried it from a terminal within one of our apps. There it probably would be overkill.

  • 1 Votes
    9 Posts
    499 Views
    girishG

    The issue here was DNS related. my.domain.com was not pointing to the public IP.

  • 1 Votes
    21 Posts
    981 Views
    A

    Yes I think so can confirm it works thank you.
    image.png

  • Not Able to access the the cloudron dashboard

    Solved Support
    9
    0 Votes
    9 Posts
    503 Views
    scookeS

    @girish Are you saying that the user manually updated the node version, which I assume is the one that Cloudron that installed, and it installed that version so that it works, but then had this issue because they did something that they aren't advised to do (which is manually update)???

    It might be worthwhile to highlight the fact (on the homepage or in the install instructions) that Cloudron manages the VPS for the user so that new users don't keep doing this, _running apt-get update on their own!

  • 1 Votes
    4 Posts
    467 Views
    girishG

    @cleveradmin OK, I reread your original post and understood now. You are offering your setup as a way to understand how to recover MySQL which is in some indeterminate state. In general, we don't attempt to recover databases unless it's super crucial. It's almost always just easy to recover from a backup and we also don't support setups with no backup.

    (IMO, MySQL recovery is very complicated and kind of arcane. Fixing one issue leads to another and it can take days really. So, not worth the effort.)

  • I cant acess my cloudron through the domain

    Solved Support
    2
    0 Votes
    2 Posts
    258 Views
    girishG

    @DAMO11-coder see https://docs.cloudron.io/troubleshooting/#expired-domain

  • 0 Votes
    7 Posts
    4k Views
    girishG

    @Nozy said in Error: listen EADDRNOTAVAIL: address not available 172.18.0.1:3003:

    the gm docker still is not remove

    If you click on the app icon, it will show you the error as to why it's not uninstalling.

  • Cloudron is Offline. Reconnecting...

    Moved Support
    4
    0 Votes
    4 Posts
    412 Views
    girishG

    @jjhill Can you check if nginx is running ? See https://docs.cloudron.io/troubleshooting/

  • Forgot primary domain

    Solved Support
    4
    0 Votes
    4 Posts
    423 Views
    A

    Hi, brilliant - that was the solution

    thank you so much
    kr, Andreas

    @girish said in Forgot primary domain:

    cloudron-support --admin-login

  • 0 Votes
    9 Posts
    784 Views
    robiR

    @jdaviescoates you could set up a cron that gets usage info, and prints out a webpage you can monitor with Kuma for a keyword. When a threshold is met, you add/remove the keyword and fire off an alert via TG.

    Similar for monitoring something with change detection app or n8n workflow.