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.0k Topics 20.4k Posts
  • Unbound Service not working

    Solved
    11
    0 Votes
    11 Posts
    276 Views
    S

    Hi @girish,

    I did that step and did a server reboot as the systemctl restart unbound did not work and when it came back up, all was good again! Thank you!

  • How to Identify which application is infected from an abuse report.

    Unsolved
    3
    1 Votes
    3 Posts
    81 Views
    J

    All my searches lead to dead ends. Like https://serverfault.com/questions/643616/best-way-to-trace-outgoing-requests-from-a-server and https://www.reddit.com/r/sysadmin/comments/384q3b/my_server_was_just_suspended_because_of_a/ .

    @sp121 do you have a cloud firewall ? One recommendation is to stop all outbound traffic altogether. Most apps don't need to make outbound requests anyway. Slowly start whitelisting outbound traffic. Is this an option?

  • Cert renewing failing

    Solved
    15
    1 Votes
    15 Posts
    861 Views
    C

    @girish said in Cert renewing failing:

    @visuex are you the same as @cpa ?

    Nope, not me!

  • Long running du process keeps my backup disk spinning

    Solved
    11
    2 Votes
    11 Posts
    307 Views
    necrevistonnezrN

    Yeah, I guessed the same after reading the debianforum wiki 🙂

    Results after running it a couple of times:

    sudo hdparm -t /dev/sdb1 /dev/sdb1: Timing buffered disk reads: 192 MB in 3.00 seconds = 63.92 MB/sec Timing buffered disk reads: 200 MB in 3.00 seconds = 66.58 MB/sec Timing buffered disk reads: 224 MB in 3.01 seconds = 74.44 MB/sec Timing buffered disk reads: 236 MB in 3.01 seconds = 78.31 MB/sec Timing buffered disk reads: 248 MB in 3.01 seconds = 82.33 MB/sec Timing buffered disk reads: 234 MB in 3.01 seconds = 77.69 MB/sec
  • Error queryNs ETIMEOUT

    3
    1 Votes
    3 Posts
    90 Views
    J

    I think @nebulon means host -t NS vysvr.org . This should resolve to your nameservers.

  • /var/lib/docker/overlay2 is really huge!

    Solved
    8
    1 Votes
    8 Posts
    350 Views
    J

    I think we have to go back to the original question. What's the original issue? Using tools like df in /var/lib/docker/overlay2 won't work.

  • 1 Votes
    5 Posts
    231 Views
    H

    @joseph , Running 'cloudron-support --recreate-containers' fixed the issue. Thank you.

  • Severe DNS problems (still on 7.7.2)

    Solved
    10
    2 Votes
    10 Posts
    419 Views
    C

    Great! Thank you!

    BTW, it seems in retrospect that the start of the DNS problems coincided with me beginning to use the OpenVPN app. Take that for whatever it's worth.

  • Cloudron can't uninstall apps after access to domain got denied

    Solved
    10
    0 Votes
    10 Posts
    949 Views
    J

    @andreasdueren said in Cloudron can't uninstall apps after access to domain got denied:

    Sep 26 10:49:40 box:dns unregisterLocation: Error unregistering location A. retryable: false. message: Invalid access token statusCode: 403 code:9109

    The directory message is just a warning can be ignored. The above message is the real error. Are you sure you are not using any other domain in the app which in turn uses some DNS provider? Are all the DNS providers manual ?

  • smtp server configuration

    Solved
    5
    1 Votes
    5 Posts
    455 Views
    B

    Yes, you’re correct! If you’ve configured Mailgun as a relay on Cloudron, you should use port 587 with STARTTLS for secure email sending. If you're looking for alternatives, I recommend SMTPget and iDealSMTP. Both offer reliable services and can also be easily configured for your email needs.

  • Can't re-setup email

    Solved
    7
    0 Votes
    7 Posts
    258 Views
    ianhyzyI

    Ok weird, this worked, I backed up apps and updated to Cloudron 8 but it's not working again. that file didn't change. I set it to google's public DNS and it was fine - I reinstalled tailscale and set override DNS to true which I think should fix it and let me keep using TS

  • Enable SSL from Postgres

    Solved
    6
    1 Votes
    6 Posts
    170 Views
    J

    @bennyv53 I recommend using ssh then (SSL support for internal postgres will break Cloudron's setup). Is the concern security related?

  • DNS Stopped Working

    Solved
    4
    0 Votes
    4 Posts
    147 Views
    J

    @b2breporter you can contact us on support@cloudron.io and we can fix it up

  • CLI in apps: files and directory created got root ownership

    Solved
    3
    1 Votes
    3 Posts
    87 Views
    J

    The apps itself run with minimal permissions but the Web Terminal gives you "root" access (this is a limited root and not server root) so that you can creates files as any user since some apps use multiple users. It's also required in situations where you restore/import the app and those files have different permissions than the one app uses.

    But tl;dr this is intended. Use su like @murgero said or you can use gosu <username> <cmd> as well

  • OpendID Connect: openid/session/end endpoint

    Solved
    2
    0 Votes
    2 Posts
    65 Views
    nebulonN

    Good catch, we have to fixup the docs here. The OpenID provider session logout, triggered by the app used to be there, but we found that no app supports this properly so it got removed.

    For nextcloud, we have some changes to soon enable OIDC login by default in the package, so may not be worth it to investigate just now in your case.

  • Guacamole install unable to access

    Solved
    4
    1 Votes
    4 Posts
    169 Views
    J

    @d43m0n1k_sek yes, let us know

  • Upper memory limit for an app maxed at 64 GiB?

    Solved
    4
    0 Votes
    4 Posts
    165 Views
    R

    Thanks guys - I did see that other thread but wasn't sure if it was the same thing. Appreciate the workaround and the fix, and all your hard work always! 🙂

  • unbound-anchor not found in Ubuntu 24.04

    Solved
    12
    0 Votes
    12 Posts
    666 Views
    nichu42N

    Ah, thanks! I was already running 8.0.5, but the upgrade to 8.0.6 got stuck. /home/yellowtent/box/setup/start.sh came up with an unbound error. I was able to start box manually and start all apps, but the backup volume did not mount. After installing unbound-anchor, I was able to run /home/yellowtent/box/setup/start.sh without errors, and now the backup is working again.

  • 1 Votes
    4 Posts
    250 Views
    girishG

    This doesn't affect Cloudron as such but the upcoming mail addon update contains the fix.

  • unzip

    Solved
    4
    0 Votes
    4 Posts
    122 Views
    J

    @mdc773 the directory is /app/data/public in Web Terminal