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.2k Topics 22.5k Posts
  • Backup before upgrade failing.

    Solved backup upgrade error access
    21
    1 Votes
    21 Posts
    880 Views
    girishG
    To follow up, 11GB worked fine too. [image: 1708449838055-61cb612d-e125-405b-94f1-1b7d6598a349-image-resized.png]
  • 1 Votes
    2 Posts
    205 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
    896 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
    970 Views
    girishG
    thanks, fixed in https://git.cloudron.io/cloudron/box/-/commit/1d1a7af48ebd41fa9a54f73c124a708c226e38e8
  • 1 Votes
    10 Posts
    1k 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
    669 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
    972 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
    980 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
    657 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
    494 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
    486 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
    2k 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
    342 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
    1k 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
    213 Views
    Jan MacenkaJ
    Yes, problem solveld. Thank you!
  • SPF DNS record (TXT) did not match.

    Solved email mail relay
    2
    1 Votes
    2 Posts
    300 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
    592 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.