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


Skip to content
  • Setting up Cloudron again as Server Crashed - queryNs ESERVFAIL

    Solved Support
    4
    1 Votes
    4 Posts
    50 Views
    S

    never mind, I fixed the issue with the IP. I went into GoDaddy and noticed the IP was different, so I changed it back, restarted unbound service and now my dashboard is loading with my domain. Now to restoring all of the apps with my backups.

  • Unbound Service not working

    Solved Support
    11
    0 Votes
    11 Posts
    119 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!

  • unbound-anchor not found in Ubuntu 24.04

    Solved Support
    12
    0 Votes
    12 Posts
    374 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.

  • 2 Votes
    9 Posts
    153 Views
    girishG

    This was because the upgade to mysql didn't complete. apt --fix-broken install completes the upgrade. I guess ubuntu upgrade was somewhat midway? I think https://docs.cloudron.io/guides/upgrade-ubuntu-20/#post-upgrade (though the server was already in Ubuntu 22). After that the update worked.

  • Couple of apps in "Not Responding" status

    Solved Support
    3
    1 Votes
    3 Posts
    241 Views
    jagadeesh-s2104J

    @girish Thank you!

    I restarted ubound and it's all good now. Thank you!

  • 1 Votes
    3 Posts
    271 Views
    G

    @girish Thanks you for your quick answer. Works great now.

  • Container can not connect to Internet

    Solved Support
    5
    0 Votes
    5 Posts
    363 Views
    girishG

    @fisi I think @nebulon responded to your ticket from support. If this is the same support ticket, the reason is that your server has 2 NICs and connected to the internal and external network. This is not a problem but the routes are set up incorrectly in ubuntu. The default route is going via the internal gateway. I think you have to adjust the netplan to fix the routing situation .

    (I hope I am replying about the correct tickte ๐Ÿ™‚ ! )

  • 1 Votes
    2 Posts
    148 Views
    nebulonN

    Looks like the DNS resolution is failing. Can you explain your environment and check if you can resolve any host from the system via SSH? Is the unbound service working?

  • App update failed due to temporary problem

    Solved Support
    5
    0 Votes
    5 Posts
    458 Views
    girishG

    Not sure if relevant to your situation, but to bypass specific DNS entries you can also do:

    local-zone: example.com typetransparent local-data: "my.example.com A 172.18.0.1"
  • System not working for the app store

    Solved Support
    2
    1 Votes
    2 Posts
    174 Views
    girishG

    Right, you need to figure why unbound is not starting. The logs are in journalctl -u unbound -fa . Note that if unbound doesn't work, DNS doesnt work properly on the server and makes this quite unstable (as you experienced already).

  • DNS resolving problem

    Solved Support
    8
    1 Votes
    8 Posts
    739 Views
    nichu42N

    @nichu42 said in DNS resolving problem:

    I've tried to modify the forward-all.conf like this

    forward-tls-upstream: yes forward-addr: 91.239.100.100@853#anycast.uncensoreddns.org forward-addr: 1.1.1.1@853#cloudflare-dns.com

    but it didn't work (SERVFAIL).

    Answer to myself (in case someone else ever needs this):

    It is necessary to also add the following to the conf file:

    server: tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt

    so the validity of the certificates can be verified.
    After that, you can add TLS upstream servers as mentioned in my previous post. I've decided for anycast.uncensoreddns.org and dns.quad9.net now.

  • 0 Votes
    11 Posts
    1k Views
    R

    @nebulon said in Cloudron dashboard not loading after reboot after NextCloud "not responding":

    Most likely you are hitting an unbound issue then. Checkout the unbound section at https://docs.cloudron.io/troubleshooting/

    Unbound solved my issues, thank you! ๐Ÿ™‚

  • Installing Cloudron, Unbound exited with error

    Solved Support
    6
    0 Votes
    6 Posts
    829 Views
    girishG

    OK, I have fixed the unbound issue with IPv6. It's an upstream bug but I have made a workaround for the moment. Fix will be part of 7.3.5 (released next week).

  • Services Crash

    Solved Support
    8
    0 Votes
    8 Posts
    682 Views
    nebulonN

    @bcdodgeme this usually only happens when the server runs out of disk space.

  • Cloudron Apps Name Server

    Solved Support
    8
    0 Votes
    8 Posts
    600 Views
    andreasduerenA

    @girish Yes, looks like it

  • no name resolution in all apps

    Solved Support
    4
    0 Votes
    4 Posts
    384 Views
    D

    @girish Thank you - now its working again.

  • 0 Votes
    9 Posts
    1k Views
    robiR

    @ajtatum Congrats on the success and all the learning! ๐Ÿ˜Ž

  • [FAILED] Failed to start Unbound DNS Resolver.

    Solved Support
    4
    0 Votes
    4 Posts
    1k Views
    nottheendN

    @nebulon really love you guys for never failing to provide a helpful response, you even have this "rare case" covered in the docs

  • I believe I'm having issues with DNS

    Support
    9
    0 Votes
    9 Posts
    880 Views
    girishG

    @Mastadamus From the earlier screenshot you posted, the issue seems to be "Could not establish chain of trust". So, I would investigate that angle (which is DNSSEC related)

  • Can't login to account on transfered install

    Solved Support
    6
    0 Votes
    6 Posts
    711 Views
    ianhyzyI

    @girish I think it was ultimately a disk space issue - I restarted unbound and that seemed to do the trick. I have to move servers again because of a Vultr restriction (block storage not in the zone I had the VM in) that's unrelated to Cloudron so I'll see what happens. Thanks guys!