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


Skip to content
  • DNS Error: DNS AAAA Record is not synced yet: ETRYAGAIN

    Solved Support
    16
    1 Votes
    16 Posts
    221 Views
    micmcM

    @girish moreover, the package.json on my WS indicates the version installed as being "version": "5.9.0"so then I still tried from the git directory and I still get:

    No image found, please run `cloudron build` first or use --image

    Now, when I try without the git to the repo then I get:
    App repair error: No CloudronManifest.json found
    Ho my...

  • Issues with Appstore, Account and Internal Server Error

    Solved Support
    8
    1 Votes
    8 Posts
    131 Views
    firmansiF

    Indeed, after sync I enable the IPv6, the app store works just fine as well as the current apps running, i test a few other case this also resolve issues with sometimes the manifest of the updated apps not shown

    From my experience, don't syn the DNS while having the IPv6 Networ Enabled in Cloudron if no AAAA records in apps or domain

    I don't know if it happens to anyone else using the Cloudron version 8.x but since I set my networks both work with IPv4 and 6, and it seems everything works normal

  • Another "stuck on waiting for propagation" post

    Solved Support
    2
    1 Votes
    2 Posts
    44 Views
    J

    @awestenb it means that IPv6 record is not set up. try host -t AAAA my.domain.name . This should be the ipv6 address of you server. If your server does not have IPv6, then in the cloudron setup page -> advanced -> disable ipv6.

  • 1 Votes
    4 Posts
    70 Views
    nebulonN

    Great that you managed to resolve it quickly and thanks for the update here with the solution.

  • All Apps Error Status After Update to 8.0.3

    Solved Support
    43
    2 Votes
    43 Posts
    958 Views
    J

    For anyone else out there that is having trouble, I was able to fix this issue by disabling ipv6 within ubuntu.

    First I did the curl test as mentioned by @nebulon - it worked as expected, but when adding the --ipv6 option it failed.

    When running "ip a" I could see an ipv6 address was present.

    Using the link that @playsia supplied, I carried out the steps described in section 1: Disable IPv6 using Sysctl. I didn't need to modify the /etc/rc.local file.

    Running "ip a" again, there was no more ipv6 addresses shown.

    I only had these issues after upgrading to V8.0.3 and Ubuntu 24.04.1.

  • Error: queryCname ENODATA vps.mathisamkt.com.br

    Solved Support
    2
    0 Votes
    2 Posts
    51 Views
    nebulonN

    This is handled in support by now. The AAAA records for that domain are not set up.

  • ipv6 error

    Solved Support
    5
    1 Votes
    5 Posts
    128 Views
    J

    @mmtrade yeah, that's the problem. IPv6 is not working on the server. Can you also try ping6?

    $ ping6 ipv6.api.cloudron.io PING ipv6.api.cloudron.io (2604:a880:800:10::b66:f001) 56 data bytes 64 bytes from prod.cloudron.io (2604:a880:800:10::b66:f001): icmp_seq=1 ttl=45 time=122 ms 64 bytes from prod.cloudron.io (2604:a880:800:10::b66:f001): icmp_seq=2 ttl=45 time=235 ms
  • 1 Votes
    2 Posts
    22 Views
    N

    Hi All
    Work it out IPV6 on the OS level

    Need to make sure that is off ( will look at how to make sure the OS stop using it )

  • 1 Votes
    3 Posts
    67 Views
    girishG

    Yup, you are right that Cloudron needs IPv4 currently. IPv6 only setup is coming only in Cloudron 8

  • Trouble with IPv6 (was "HELP NEEDED URGENTLY") !!!

    Solved Support
    39
    1 Votes
    39 Posts
    1k Views
    matix131997M

    @mmtrade
    Okay, after a thorough analysis of my account. I have a VPS the cheapest, where I could not change the IP address. It remains technical support to solve this and as you in which you manage the server you have the task of securing the server.

  • Does Cloudron require an IP4?

    Solved Support
    3
    1 Votes
    3 Posts
    144 Views
    girishG

    It is as @humptydumpty said. Cloudron 8 (not yet released) has IPv6 only support.

  • IPv6-only install on server (Hetzner)

    Solved Support
    5
    1 Votes
    5 Posts
    314 Views
    girishG

    I remember now. We have this issue with the DNS server (unbound) we use which doesn't work properly with just IPv6 with our configuration. We are working on getting away from unbound altogether because of various other issues, so will get to do this after that.

  • Automatically sync DNS when enabling IPv6

    Feature Requests
    2
    2 Votes
    2 Posts
    123 Views
    girishG

    @BrutalBirdie said in Automatically sync DNS when enabling IPv6:

    Right now you either have to just wait for it to happen some time

    Actually, it never happens automatically (this might appear to be automatic if you had Dynamic DNS enabled).

  • Possible Let's Encrypt bug

    Solved Support
    6
    1 Votes
    6 Posts
    504 Views
    C

    @girish Thank you. Your solution did the trick.
    But we needed the ipv6 to be functional.
    So what we did to make it work was > reinstall Ubuntu 22.04 LTS OS and didn't install unbound in advance. All is good now.

  • IPv6 disabled by default in Networking?

    Solved Support
    7
    1 Votes
    7 Posts
    618 Views
    girishG

    @ccfu right... if DNS is not mainained by Cloudron, we have to show some message/alert the user. This requires some work, this is why this feature is not done yet šŸ™‚ It seems like quite some work for very little value.

  • After changing my DNS provider, and enabling IPv6

    Solved Support
    3
    1 Votes
    3 Posts
    211 Views
    girishG

    @AartJansen for new apps, AAAA is automatically added. For existing apps, go to Domains -> Sync DNS.

  • IPv6 issue

    Solved Support
    4
    0 Votes
    4 Posts
    291 Views
    girishG

    @AartJansen Ah ok, looks like a limitation of the domain host. You can also just create entries for each (sub)domain you use. If you have an app at foo.domain.com, create an AAAA record for that subdomain. Repeat for every app.

    You should also switch to "manual" instead of "wildcard" DNS provider for this. It will remind you to setup A/AAAA records manually when you install an app.

  • IPv6 in automated DNS propagation

    Solved Support
    5
    1 Votes
    5 Posts
    336 Views
    J

    @girish said in IPv6 in automated DNS propagation:

    After enabling, click the sync DNS button to make it add the AAAA records for existing apps.

    This is what I missed. Thank you so much! Everything works fine now šŸ™‚

  • Proxmox VPS with Ubuntu 22.02

    Unsolved Support
    8
    0 Votes
    8 Posts
    728 Views
    1Psychedelic1

    Thanks for the reply @MooCloud_Matt!

    Proxmox is set to bridge and works with ipv4 without any problem.

    But the problem is probably elsewhere, I tried opening the ipv6 test page on my laptop and it said my provider doesn't support ipv6, which is bullshit. I actually have two public ipv6s assigned from it.

    So I would need to somehow run the installation with only ipv4, is it possible to do that?

    alt text

  • 0 Votes
    5 Posts
    757 Views
    girishG

    You can try ping6 ipv6.api.cloudron.io and see if that works. Without it, IPv6 won't work.