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.6k Posts
  • Setting up Cloudron again as Server Crashed - queryNs ESERVFAIL

    Solved dns unbound
    4
    1
    1 Votes
    4 Posts
    639 Views
    S
    never mind, I fixed the issue with the IP. I went into GoDaddy and noticed the IP was different, so I changed it back, restarted unbound service and now my dashboard is loading with my domain. Now to restoring all of the apps with my backups.
  • not handling backup recovery errors well

    3
    0 Votes
    3 Posts
    389 Views
    potemkin_aiP
    another issue: mail server doesn't re-register itself on the new IP
  • 1 Votes
    8 Posts
    584 Views
    nebulonN
    I guess that is solved via https://forum.cloudron.io/post/95877
  • Can't upgrade past 7.7.2 (oops.. already on 24.04...)

    Solved
    5
    0 Votes
    5 Posts
    395 Views
    nebulonN
    Glad it worked out in the end. Not sure why collectd would cause some fuzz here, but those dist-upgrades are quite complex with ubuntu...
  • Issues with Forwarding Emails from Cloudron to Google Workspace

    3
    1
    0 Votes
    3 Posts
    416 Views
    vadimV
    The problem is only when email is forwarded by Cloudron. If it is sent directly to Gmail there is no any problem.
  • Unable to access dashboard after creating sub-subdomain

    Solved dashboard cloudflare certificates
    10
    2 Votes
    10 Posts
    2k Views
    B
    Disabling Cloudflare seemed to work. Thanks.
  • Back up eventually fails

    Solved backups
    13
    1 Votes
    13 Posts
    978 Views
    nebulonN
    You should be able to download the whole task logs from the logviewer, which should give you more context which app was currently backed up.
  • Recovery emails

    Solved email mailbox restore
    4
    1 Votes
    4 Posts
    712 Views
    mdc773M
    nice i eventually figure it out thanks
  • Unable to detect IPv6. API server (ipv6.api.cloudron.io) unreachable

    Solved network ipv6
    7
    2
    1 Votes
    7 Posts
    1k Views
    J
    @Bedrijfstak14 in v8, the IPv6 defaults to auto-detected. Probably best to choose this explicitly based on your setup.
  • issues due to change of nodejs version

    Solved troubleshoot nodejs
    3
    1 Votes
    3 Posts
    461 Views
    E
    indeed, uninstall nodejs entirely. apt remove nodejs. Then, you will find Cloudron's nodejs in /usr/local/node-14.15.4 . Just ln -sf /usr/local/node-14.15.4/bin/node /usr/bin/node. Then, if node --version gives the correct output, do systemctl restart box . did the trick. You folks rock, thanks!!!
  • "Failed to parse origin for CORS" when trying to add a Payment method

    Solved cors
    3
    1 Votes
    3 Posts
    422 Views
    E
    I'd agree, it's only that we have have that other issue going on and I wanted the "full disclosure" But sure enough, switching to a different browser help. FYI the issue was on Safari (MacOS Sonoma, latest) For here: CLOSE
  • Matrix Synapse is crashing and rebooting

    Solved
    14
    0 Votes
    14 Posts
    2k Views
    jfrereJ
    Yes, 1 hour of investigation for that... sorry for the inconvenience.
  • Using app proxy with pgadmin

    Solved support app proxy
    11
    0 Votes
    11 Posts
    3k Views
    C
    I've tried to use pgadmin and jupyter notebook under App Proxy today and I can confirm that the issue still exists, since /login/ locations are required by both apps but are also reserved for cloudron. Pretty annoying ! @joseph : this is not solved, can you unmark it?
  • Changing DNS provider and email with minimal downtime.

    Solved domains cloudflare
    3
    0 Votes
    3 Posts
    686 Views
    girishG
    @salmonetc said in Changing DNS provider and email with minimal downtime.: I started trying to "add" the domain. However, I get the following error: Zone not found: 200 {"result":[],"result_info":{"page":1,"per_page":20,"total_pages":0,"count":0,"total_count":0},"success":true,"errors":[],"messages":[]} Have you added domain.com into cloudflare ? When you create a token also make sure that you add the domain in the Zone Resources list. See https://docs.cloudron.io/domains/#cloudflare-dns
  • Cloudron Restore - Incorrect Header Check

    Solved
    5
    1
    1 Votes
    5 Posts
    687 Views
    S
    Yeah, I think that was the problem. I have no idea what password was used because I tried quite a few of them! I ended up just biting the bullet and taking another backup with the proper password. It seems like it's working. Thanks for your help.
  • Cannot upgrade to Premium

    Solved subscription appstore
    5
    1 Votes
    5 Posts
    779 Views
    K
    Thanks @girish , I've sent an email to the address you provided. I can see all the apps.
  • GET GROUP truncated

    Solved api groups
    19
    0 Votes
    19 Posts
    3k Views
    D
    Thank you!
  • How to get PostgreSQL for Directus?

    Solved
    5
    0 Votes
    5 Posts
    713 Views
    nebulonN
    Maybe this was not clear from the start, on Cloudron all apps are pre-setup with databases already. The databases are also managed by the platform instead of the apps to allow proper backup points amongst other things.
  • fwd to a 2nd server

    Solved app proxy
    3
    1 Votes
    3 Posts
    527 Views
    N
    Thanks sorry did not see that
  • 1 Votes
    3 Posts
    456 Views
    J
    This is not possible in Cloudron's Web Terminal . A slightly different approach is to just use a custom cron - https://docs.cloudron.io/apps/#cron . cron will run in the "background" and not attached to a terminal. Cron jobs logs are also sent to the App logs.