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
  • Expired domain, can not access my cloudron instance

    Solved domains
    3
    0 Votes
    3 Posts
    457 Views
    D
    @girish I was a little impatient, it's back. Thanks
  • Problem with automatic backup

    Solved backups cifs
    8
    1
    0 Votes
    8 Posts
    1k Views
    archosA
    @girish So the problem was really with the encryption. Now the backup goes through Rsync without problems. Thank you very much for your help, I think the thread is solved
  • Backup failure: "error stat'ing" [...] "ENOENT"

    backups
    2
    0 Votes
    2 Posts
    311 Views
    girishG
    @d19dotca yeah, when files move around, the modules we use for file listing is not very good at handling things. I suspect it will work fine again/tonight. I am reworking the backups code to use a different module since we have had issues with apps like owncast as well which move around files a lot.
  • Upload cloudron mysqldump from backup

    troubleshoot mysql
    5
    3
    0 Votes
    5 Posts
    761 Views
    girishG
    @natzilla Ah ok, I think I will improve the docs to say how to exactly recover if mysql is not even running. The troubleshooting guide assumes mysql is running but corrupt.
  • "Starting services, this can take a while" on v7.3.4 update

    Solved
    12
    2
    0 Votes
    12 Posts
    699 Views
    P
    I got this one on of my cloudron installs and I just rebooted the server and that solved it. Seems like something just needed to get "unstuck", but the issue was that the services were not starting properly.
  • Some problems with API - PUT user in groups

    Solved api
    5
    0 Votes
    5 Posts
    630 Views
    brainsailerB
    @girish said in Some problems with API - PUT user in groups: {"groupIds":["gid-3e96c503-d30f-4db8-aa37-ecaf98fa33fa"]} Thank you, works fine. It was a spelling-error in the "content-type" .
  • After IP Change No Access to Dashboard or Apps

    Solved
    10
    0 Votes
    10 Posts
    2k Views
    O
    Hi @girish. Thanks for your quick response. I use a manual domain, so it seams I have to update IP's manually. To bad but thanks.
  • Cloudron 7.3.2: "Analyze Disk" doesn't do anything

    Solved disk usage graphs
    16
    1 Votes
    16 Posts
    2k Views
    jdaviescoatesJ
    @girish said in Cloudron 7.3.2: "Analyze Disk" doesn't do anything: The code is not handling CIFS/SSHFS volumes correctly. was not, is now?
  • Fix for kernel bug in Ubuntu 20.04 causing various issues

    Solved
    44
    10 Votes
    44 Posts
    6k Views
    jdaviescoatesJ
    @odie said in Fix for kernel bug in Ubuntu 20.04 causing various issues: n the quoted line, there should be quotes around the "Advanced options..." line. @girish sounds like that needs to go in your reverse instructions in the post at the top - your commands there don't have the quotes.
  • name resolution issues on fresh install

    Solved dns aws ec2
    8
    0 Votes
    8 Posts
    1k Views
    girishG
    @prusaman If the instance has no IPv4, how do you ssh in ? Via a jump host?
  • Cloudron update from 7.2.5 to 7.3.4 not working

    Solved setup grub update
    4
    0 Votes
    4 Posts
    452 Views
    M
    @girish I didn't install anything, but I might have upgraded from 18 to 20 at some point as well as @Neluser did. dpkg --configure -a resulted in dpkg: error: dpkg frontend lock is locked by another process, so I restarted the machine after all and updating worked fine. Before that I killed the dpkg process and tried to run it, which resulted in that: dpkg --configure -a Setting up grub-efi-amd64-signed (1.173.2~20.04.1+2.04-1ubuntu47.4) ... debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable dpkg: error processing package grub-efi-amd64-signed (--configure): installed grub-efi-amd64-signed package post-installation script subprocess returned error exit status 1 dpkg: dependency problems prevent processing triggers for shim-signed: shim-signed depends on grub-efi-amd64-signed | grub-efi-arm64-signed; however: Package grub-efi-amd64-signed is not configured yet. Package grub-efi-arm64-signed is not installed. dpkg: error processing package shim-signed (--configure): dependency problems - leaving triggers unprocessed Errors were encountered while processing: grub-efi-amd64-signed shim-signed Either way, solved not in the most elegant way, but solved
  • Docker service failed after docker-compose install

    Solved docker
    6
    0 Votes
    6 Posts
    3k Views
    nebulonN
    @johannesjom generally it is not supported to install other things via apt manually. There are some warnings about this when you SSH into your server, but we can't quite prevent users who have root access to their own server to install things or also change essential config files. So not sure what we can do here besides warning the user.
  • Services Crash

    Solved services unbound
    8
    0 Votes
    8 Posts
    1k Views
    nebulonN
    @bcdodgeme this usually only happens when the server runs out of disk space.
  • cloudron not working after update

    Solved updates
    3
    0 Votes
    3 Posts
    557 Views
    girishG
    The issue here was that unbound was not working. Because of that, all the docker image updates are failing like so: 2022-12-06T03:38:02.801Z box:shell startGraphite exec: docker run --restart=always -d --name="graphite" --hostname graphite --net cloudron --net-alias graphite --log-driver syslog --log-opt syslog-address=udp://127.0.0.1:2514 --log-opt syslog-format=rfc5424 --log-opt tag=graphite -m 429916160 --memory-swap 536870912 --dns 172.18.0.1 --dns-search=. -p 127.0.0.1:2003:2003 -v "/home/yellowtent/platformdata/graphite:/var/lib/graphite" --label isCloudronManaged=true --read-only -v /tmp -v /run "cloudron/graphite:3.2.0@sha256:182e5cae69fbddc703cb9f91be909452065c7ae159e9836cc88317c7a00f0e62" Box GET /api/v1/appstore/apps?repository=core 424 Failed Dependency getaddrinfo EAI_AGAIN api.cloudron.io 10.852 ms - 89 2022-12-06T03:38:03.581Z box:shell startGraphite (stdout): null 2022-12-06T03:38:03.581Z box:shell startGraphite (stderr): Unable to find image 'cloudron/graphite:3.2.0@sha256:182e5cae69fbddc703cb9f91be909452065c7ae159e9836cc88317c7a00f0e62' locally docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io on 127.0.0.1:53: server misbehaving. See 'docker run --help'. It was hard to figure why unbound is not working, all queries fail with ESERVFAIL (VM, Hyper-V, router, many things here). It's some networking related issue hard to diagnose without getting a full hand on the setup. The workaround was to add a file called /etc/unbound/unbound.conf.d/forward-everything.conf with the following: forward-zone: name: "." forward-addr: 1.1.1.1 forward-addr: 8.8.8.8 Then, systemctl restart unbound . After that, host cloudron.io 127.0.0.1 should work. Finally, systemctl restart box will then bring up all the containers again.
  • Delete Local Backups

    Solved backups cleanup-backups
    11
    1 Votes
    11 Posts
    2k Views
    jdaviescoatesJ
    @girish said in Delete Local Backups: Documented at https://docs.cloudron.io/backups/#old-local-backups small typo there s/snapshots/snapshot
  • MySQL failing to start

    Moved Unsolved mysql services
    2
    1
    0 Votes
    2 Posts
    324 Views
    RazielKanosR
    @UDGC What happens when you hit "Restart"?
  • New Cloudron install. No Signup with cloudron.io page

    Unsolved installation
    8
    0 Votes
    8 Posts
    613 Views
    B
    @bbking did not make any changes but now I getting error code ssl_Error_no_Cypher_Overlap. The message reads Secure Connection Failed. Cannot communicate securely with peer: no common encryption algorithm(s).
  • Can't manage existing email address since v7.3.4 update

    Unsolved mail
    11
    1 Votes
    11 Posts
    1k Views
    subvenS
    @msbt said in Can't manage existing email address since v7.3.4 update: for debugging, lmk if needed Not needed. Just takes a really long time to fetch for domains with bigger maildata.
  • Switch Premium Plan from one Subscription to another

    Solved subscription
    5
    0 Votes
    5 Posts
    672 Views
    D
    @girish thank you
  • 0 Votes
    3 Posts
    396 Views
    girishG
    Not sure I completely understood your questions... but just add the DNS for my.cloud.host.name to point to the server and you should be able to access the dashboard from there. Is this a VPS or some home server? The deceptive warning is probably not related to all this.