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.3k Topics 23.2k Posts
  • 1 Votes
    2 Posts
    241 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?
  • Cloudron VPS shut down

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    nichu42N
    It was indeed a mishap in my provider's area of responsibility. Thanks again for pointing me in the right direction.
  • Backup fails Error finding empty dirs: spawnSync /bin/sh ENOBUFS

    Solved backups rsync
    7
    0 Votes
    7 Posts
    1k Views
    girishG
    thanks, fixed in https://git.cloudron.io/cloudron/box/-/commit/1d1a7af48ebd41fa9a54f73c124a708c226e38e8
  • 1 Votes
    10 Posts
    2k Views
    osoboO
    @girish Yes Everything is back to normal. Thanks a lot !!!
  • Problem with domain setup and Bunny.net

    Solved bunny dns domain setup access tokens
    4
    1
    1 Votes
    4 Posts
    808 Views
    girishG
    @matix131997 This was a bug in the UI code (setupdns view code). Fixed in https://git.cloudron.io/cloudron/box/-/commit/003bc457bf95a5b555a83d76b36199f3acec8ece As a workaround: Setup the DNS as manual or wildcard for a start Then, after you setup admin etc, go to Domains View and change it to Bunny. This view does not have this bug.
  • SFTP Public Key?

    Solved sftp
    11
    1
    1 Votes
    11 Posts
    3k Views
    T
    @subven so what kind of volume is it for paperless? Sorry really would love to know, also having a ads-1700W
  • Security bug that allow unauthorized access

    Locked Solved security password
    7
    0 Votes
    7 Posts
    1k Views
    girishG
    On second thoughts, I will mark this issue as 'resolved' here. If you can send us a detailed report to security@cloudron.io , would be much appreciated. edit: i actually see that you already reported this there. Thanks, let's follow up there.
  • Is Cloudron AMI No Longer in AWS?

    Moved Solved aws marketplace
    7
    1 Votes
    7 Posts
    1k Views
    girishG
    Back again now - https://aws.amazon.com/marketplace/pp/prodview-aep3gt5elubci
  • How to free up disk space? Docker-volumes

    Solved
    3
    1 Votes
    3 Posts
    796 Views
    M
    You need to remove some log files and also unused kernels apt-get remove `dpkg --list 'linux-image*' |grep ^ii | awk '{print $2}'\ | grep -v \`uname -r\`` source: https://docs.cloudron.io/troubleshooting/ and: Use ncdu to browse every container My results: Gained 1gb of storage by deleting /usr/local/share/.cache/yarn/ on a container volume Gained 500mb of storage by deleting Anaconda distribution package cache within a container volume source: https://forum.cloudron.io/topic/4604/disk-space-should-never-bring-a-whole-server-down/46?_=1708028984619
  • All backups disappeared from "Listing"

    Solved backups
    13
    0 Votes
    13 Posts
    2k Views
    P
    @nebulon Ok, I'll proceed with this suggestion.
  • Install Plugins in Roundcube

    3
    0 Votes
    3 Posts
    584 Views
    nebulonN
    Which plugin are you referring to and can you maybe paste some errors if any?
  • Backblaze backup error

    Solved
    4
    0 Votes
    4 Posts
    580 Views
    robiR
    @saint Excellent, thanks for letting us know. Sequencing matters!
  • PTR record reports being set wrong

    Solved ptr dns
    20
    1 Votes
    20 Posts
    3k Views
    A
    it just went away, i think the router had a DNS cache thats flushed now. It's no longer being set as the DNS server via DHCP, so I think its resolved.
  • Cannot login to Cloudron.io

    Solved appstore
    5
    1 Votes
    5 Posts
    450 Views
    nebulonN
    Just to clarify, the account on your server itself, where Cloudron is installed, is NOT the same as the appstore account from cloudron.io
  • 0 Votes
    10 Posts
    2k Views
    R
    Thank you, it helped
  • Backup fails due to long runtime - backup hangs

    22
    1 Votes
    22 Posts
    2k Views
    nebulonN
    There is no resume logic currently. Have you tried to tweak the part-size, concurrency and memory limit for the backup in the advanced backup settings?
  • cloudron.io login issues

    Solved
    6
    0 Votes
    6 Posts
    306 Views
    Jan MacenkaJ
    Yes, problem solveld. Thank you!
  • SPF DNS record (TXT) did not match.

    Solved email mail relay
    2
    1 Votes
    2 Posts
    370 Views
    girishG
    @aqeelzakir-com said in SPF DNS record (TXT) did not match.: Relay error: Connect to port25check.cloudron.io timed out. Check if port 25 (outbound) is blocked Email Status is checked every 30 minutes. See the troubleshooting docs for more information. See https://docs.cloudron.io/email/#outbound-ports . Basically, your server is unable to send mail because outbound port 25 is blocked. You have to either get it unblocked by talking to your VPS provider or you can set up a relay. Expected: v=spf1 a:my.example.company include:_spf.google.com ~all Actual: v=spf1 include:_spf.google.com ~all If you are going to use a relay, the error above will go away automatically. Otherwise , you have to add a:my.example.company into the SPF record in the DNS.
  • 0 Votes
    4 Posts
    754 Views
    D
    Hi @girish, hi @nebulon. Many thanks for perfect explanation, hope to have got that. Have now configured as explained above and apex domain does now also produces perfectly valid cert signed by LE. Many thanks also for impressingly quick response during weekend - appreciated.
  • Install script fails - maybe nameserver/dns

    Solved install homeserver qemu vpn
    10
    1 Votes
    10 Posts
    2k Views
    O
    I wanted to let you know how I got everything to work, it might help other users. The initial issue was about DNS resolution. The quick fix is indeed to use the forward-everything option in unboud but with the previously used dns server. To find that value you just need to do a resolvectl and look at the value of the Current dns servers. In my case it was 10.0.2.3 (the one that was linked to my vpn on the host machine of the server). That is enough to fix the installation script losing internet. For the Configuration error: Domain resolves to ["XXX.XXX.XXX.XXX"] instead of IPv4 XX.XX.XX.XX the quick fix in my case (home server not directly exposed to the internet) was to install an openvpn server on the vps server (https://www.cyberciti.biz/faq/ubuntu-22-04-lts-set-up-openvpn-server-in-5-minutes/) and an openvpn client on my home server so that my home server gets the vps's IP address. In this setup you I also need a reverse proxy to expose the 80 and 443 ports from the home server to the vps.