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


Skip to content
  • ipv6 not working

    Solved Support ipv6 networking
    3
    1
    1 Votes
    3 Posts
    108 Views
    nebulonN
    Looks like your server has a wrong ipv6 outbound setup. Cloudron does not configure the network interfaces of the server, so this maybe a misconfiguration from your server provider. This happens with some VPS providers sadly still. First step would be to figure out why a plain curl to a ipv6 cannot connect. Your server provider should be able to help you out there. If this can't get to work, you may disable ipv6 in the Cloudron dashboard and also remove the AAAA record again.
  • Cloudron completely broken after update/reboot

    Unsolved Support ipv6 networking
    4
    0 Votes
    4 Posts
    150 Views
    jamesJ
    The more details the better. This is very uncommon.
  • setup get stuck in waitForDns

    Solved Support dns networking
    2
    1 Votes
    2 Posts
    89 Views
    C
    solved by adjusting existing DNS A Record entry. Changing from aaaa:bbbb:cccc:dddd:: to aaaa:bbbb:cccc:dddd::1
  • 1 Votes
    4 Posts
    438 Views
    jamesJ
    @arnej said in Problem with setting up a VPN tunnel from on premises machine to Cloudron in Cloud: there was a problem with the Cloudron internal firewall. Once he changed the settings there, the connection was established with no problem. Could you please elaborate what the issue was? Do we need to fix something? Also, useful for future readers who have a similar issue. I could bet you know the feeling of searching a solution and just finding a "I solved it, thanks" post somewhere and think yourself AND HOW?.
  • Ipv6 changed, issues I don't understand.

    Solved Support networking ipv6
    3
    2 Votes
    3 Posts
    296 Views
    jdaviescoatesJ
    @BrutalBirdie think you missed Edit2: Yep its works fine now.
  • Need help connecting to Bedrock on LAN

    Solved Minecraft networking
    4
    1
    1 Votes
    4 Posts
    416 Views
    B
    Solution was to connect from iPad to server using the FQDN pointing to the public IP of Cloudron. Unclear why I couldnt connect via private IP, but I was using local DNS pointing the FQDN to the private IP, so I switched that to the public ip. I think that is what fixed it. @girish thanks for the tip on the UDP scan, port was open via UDP on private IP. benneic@MacBookPro ~ % sudo nmap -sU -Pn -p 19132 192.168.1.100 Starting Nmap 7.95 ( https://nmap.org ) at 2025-05-17 08:37 AEST Nmap scan report for # (192.168.1.100) Host is up (0.0025s latency). PORT STATE SERVICE 19132/udp open|filtered unknown Nmap done: 1 IP address (1 host up) scanned in 0.32 seconds
  • 1 Votes
    3 Posts
    189 Views
    J
    @hakh looks like IPv6 connectivity in your server is not working. Does ping6 ipv6.api.cloudron.io work for you?
  • Network Error with Cloudron Apps - Need Help

    Solved Support networking dns
    2
    1 Votes
    2 Posts
    245 Views
    J
    @SamGreenwood I would run the troubleshooting tool for a start - https://docs.cloudron.io/troubleshooting/#troubleshooting-tool
  • Uninstall app (Komga) unsuccessful due to IPv6 error

    Solved Support networking ipv6
    5
    1 Votes
    5 Posts
    572 Views
    perelinP
    Thanks, Looks like IPv6 is not on by default on Hetzner.
  • 0 Votes
    20 Posts
    1k Views
    d19dotcaD
    @girish said in Use floating IP address only for outbound Cloudron Docker container communication: Thanks for sharing! I think if this works. But maybe the systemd service needs to be adjusted to run after cloudron-firewall.service (which also after docker.service) ? Oh that’s interesting, I can definitely make that change then just to be safe. I haven’t noticed any issues so far but I’ll adjust it regardless to test that out. Hoping something like this can be added to Cloudron more formally down the road so we don’t have to manually set these scripts up.
  • All Apps in Error state after updating to v8.0.6

    Solved Support update networking
    4
    1
    2 Votes
    4 Posts
    515 Views
    girishG
    node.js has a "happy eyeballs" quirk. This causes premature network errors when there is no ipv6 and ipv4 is slow. I have fixed this in https://git.cloudron.io/cloudron/box/-/commit/aefa481c43603d284346d58497b6ff5b462efd88
  • mtu

    Moved Solved Nextcloud mtu networking
    21
    1 Votes
    21 Posts
    3k Views
    jamesJ
    Closed due to inactivity
  • Update to 8.0.3 / DNS challenges

    Solved Support networking dns
    1
    3 Votes
    1 Posts
    224 Views
    No one has replied
  • Why removing packages?

    Solved Support update networking
    11
    1 Votes
    11 Posts
    2k Views
    potemkin_aiP
    For the future generations: better do ln -s /usr/bin/resolvectl /usr/local/bin/resolvconf to avoid messing with system's and cloudron settings Or use netplan's WireGuard capabilities.
  • Issues with Appstore, Account and Internal Server Error

    Solved Support networking ipv6
    8
    1 Votes
    8 Posts
    1k 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
  • 1 Votes
    4 Posts
    537 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 networking ipv6
    43
    2 Votes
    43 Posts
    6k 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.
  • ipv6 error

    Solved Support networking ipv6
    5
    1
    1 Votes
    5 Posts
    903 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
    3 Posts
    232 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 networking ipv6
    39
    2
    1 Votes
    39 Posts
    8k 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.