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


Skip to content
  • Install error - ufw

    Solved Support
    2
    1 Votes
    2 Posts
    185 Views
    girishG

    @Olgoonik-IT thanks for reporting, I have fixed this now.

  • 2 Votes
    11 Posts
    668 Views
    murgeroM

    @jodumont If you run the node file for cloudron directly (add it to your PATH) you don't need the set-executionpolicy bit. Node is separate from powershell and as such it can run without that.

  • Can't reach setup IP

    Support
    6
    0 Votes
    6 Posts
    532 Views
    murgeroM

    @ascua If the new instance is in your house then you need to port-forward (or if your router/modem support - DMZ (AKA 1:1 NAT) ) the server.

  • unable to run on ubuntu 20.04

    Solved Support
    8
    0 Votes
    8 Posts
    515 Views
    M

    @girish that's what I meant, the cmd ran always before, but now only in the rare case the directory isn't there

  • 0 Votes
    2 Posts
    269 Views
    fbartelsF

    @korishan said in Cannot Install Cloudron: Package 'mysql-server-5.7' has no installation candidate:

    on a new install of Ubuntu Server 21.04.

    Cloudron only supports running on the LTS releases of Ubuntu, which would mean Ubuntu 20.04 at the time of writing this.

    https://docs.cloudron.io/installation/

  • Port FORWARING for Newbies

    Support
    10
    0 Votes
    10 Posts
    930 Views
    molinaireM

    @brutalbirdie Thank you so much! Ill give it a go. Really appreciate your help. Hopefully the internal IP wont ake me to my router web console & onto the cloudron doman registration page.

  • 0 Votes
    6 Posts
    604 Views
    mehdiM

    @shodanime is this a clean install of Ubuntu? Or do you already have stuff installed on this server? Because Cloudron should be installed on a fresh Ubuntu install.

  • Unable to finish setup in Browser

    Unsolved Support
    7
    0 Votes
    7 Posts
    1k Views
    nebulonN

    @saphirata if your IP of your ISP connection (local ip) keeps changing, then you need to keep the DNS records in-sync. So for your use-case it means you have to keep adjusting the settings in Cloudflare.

    Maybe for a start you could disable Cloudflare proxying and use it normally as a DNS service, then configuring your domain in Cloudron to use our Cloudflare backend and enable https://docs.cloudron.io/networking/#dynamic-dns

  • Unable to install apps

    Solved Support
    13
    0 Votes
    13 Posts
    728 Views
    necrevistonnezrN

    @opensourced said in Unable to install apps:

    @girish I moved the appsdata folder to another mounted drive

    I think you should have led with that... 🙂

  • 0 Votes
    10 Posts
    652 Views
    M-arcusM

    @girish @nebulon
    I did not follow the upgrade tutorial for 16.04 → 18.04 → 20.04 entirely because I have some minor adjustments on the server that were blocking the upgrade. Also, there was a minor issue with docker in the past, where I edited the file /etc/apt/sources.list.d/docker.list so this whole problem was my fault 🙂

  • Can't access the appstore

    Unsolved Support
    3
    0 Votes
    3 Posts
    289 Views
    girishG

    @drzero You can also check if the demo cloudron https://my.demo.cloudron.io works well for you just to rule out some networking issues (username: cloudron password: cloudron)

  • 1 Votes
    9 Posts
    428 Views
    girishG

    This comment was very informative - https://bugs.launchpad.net/ubuntu/+source/ansible/+bug/1833013/comments/6 . I didn't realize you have to pass so many options to make it not ask questions.

  • Does Cloudron take up 20GB disk space?

    Solved Support
    7
    0 Votes
    7 Posts
    883 Views
    necrevistonnezrN

    @vjvanjungg https://www.netcup.eu/ (English)

  • Install Error

    Solved Support
    2
    0 Votes
    2 Posts
    342 Views
    nebulonN

    Is this error still persisting, I cannot reproduce it here, since the tarball from that location loads just fine for me.

  • Multiple instances on one dedi server

    Solved Support
    5
    0 Votes
    5 Posts
    433 Views
    girishG

    Best approach as you already found out is to create multiple VPS on your dedi.

  • Contabo

    Solved Support
    6
    0 Votes
    6 Posts
    791 Views
    mgn841M

    @subven As it was not in the production list, I thought it was not supported. But I will try the generic option. Thanks for the PS, I will look into that 🙂

  • 0 Votes
    3 Posts
    409 Views
    R

    @girish Thanks!

  • 0 Votes
    2 Posts
    1k Views
    girishG

    @relink Cloudron does not work without a domain name. Many features like DNS integration, certificate management, reverse proxy setup etc all require a domain name.

    Maybe you can try a setup like this:

    Pick an imaginary domain name like relink.home Choose the noop (only for development) DNS provider. In Advanced section, choose Self signed certificates

    In your router/DNS, just add entries for *.relink.home and relink.home to the server's IP. Alternately, add those entires to the /etc/hosts of your PC. You should then be able to reach, my.relink.home and install apps.

  • Cloudron hangs in Domain Setup

    Solved Support
    2
    0 Votes
    2 Posts
    527 Views
    girishG

    @amg It seems there are multiple issues here:

    Restore via CLI not working. Can you tell me more what the error is? Where are you seeing 'Already Setup'? Is this when installing Cloudron? (But the post starts with 'after update' to 3.4)

    Please give us more information to help you out.

  • Issues on server migration

    Unsolved Support
    2
    1 Votes
    2 Posts
    418 Views
    girishG

    @CarbonBee Did I understand correctly that the DNS of cloudron A and Cloudron B are different above?

    If so, the behavior is expected (not saying it is correct or even good). Currently, there is no easy way to easily 'migrate' domains - it is only easy to migrate a Cloudron from one server to another provided that all the DNS remains the same.

    Can you explain your use case a bit more so we can try to come up with a solution together? I guess you are trying to test your backups? How can we make this work when Cloudron has multiple domains? Once you restore to another server, Cloudron will do the DNS setup of apps automatically and it will end up re-configuring the DNS of the apps to point to this new server.