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


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Support
  3. Cant seem to install cloudron on Ubuntu 20.04

Cant seem to install cloudron on Ubuntu 20.04

Scheduled Pinned Locked Moved Unsolved Support
install
6 Posts 3 Posters 1.3k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S Offline
      S Offline
      shodanime
      wrote on last edited by girish
      #1

      I did try to look this up and found a few options but non of them worked for me. Here is one of them
      https://forum.cloudron.io/topic/2281/cloudron-install-failed
      What is going on is whenever I run the last command ./cloudron-setup I would get an error. At this point I have no idea what i am missing to get this installed. It ends for me at that last line

      root@server-OptiPlex-3040:/home/server# wget https://cloudron.io/cloudron-setup
      --2021-10-09 20:16:35--  https://cloudron.io/cloudron-setup
      Resolving cloudron.io (cloudron.io)... 3.209.21.239
      Connecting to cloudron.io (cloudron.io)|3.209.21.239|:443... connected.
      HTTP request sent, awaiting response... 200 OK
      Length: 9052 (8.8K) [application/octet-stream]
      Saving to: ‘cloudron-setup.11’
      
      cloudron-setup.11   100%[===================>]   8.84K  --.-KB/s    in 0s      
      
      2021-10-09 20:16:35 (83.4 MB/s) - ‘cloudron-setup.11’ saved [9052/9052]
      
      root@server-OptiPlex-3040:/home/server# chmod +x ./cloudron-setup
      root@server-OptiPlex-3040:/home/server# ./cloudron-setup
      
      ##############################################
               Cloudron Setup (latest)
      ##############################################
      
       Follow setup logs in a second terminal with:
       $ tail -f /var/log/cloudron-setup.log
      
       Join us at https://forum.cloudron.io for any questions.
      
      => Updating apt and installing script dependencies
      Could not update package repositories. See /var/log/cloudron-setup.log
      
      
      
      murgeroM 1 Reply Last reply
      0
      • S shodanime

        I did try to look this up and found a few options but non of them worked for me. Here is one of them
        https://forum.cloudron.io/topic/2281/cloudron-install-failed
        What is going on is whenever I run the last command ./cloudron-setup I would get an error. At this point I have no idea what i am missing to get this installed. It ends for me at that last line

        root@server-OptiPlex-3040:/home/server# wget https://cloudron.io/cloudron-setup
        --2021-10-09 20:16:35--  https://cloudron.io/cloudron-setup
        Resolving cloudron.io (cloudron.io)... 3.209.21.239
        Connecting to cloudron.io (cloudron.io)|3.209.21.239|:443... connected.
        HTTP request sent, awaiting response... 200 OK
        Length: 9052 (8.8K) [application/octet-stream]
        Saving to: ‘cloudron-setup.11’
        
        cloudron-setup.11   100%[===================>]   8.84K  --.-KB/s    in 0s      
        
        2021-10-09 20:16:35 (83.4 MB/s) - ‘cloudron-setup.11’ saved [9052/9052]
        
        root@server-OptiPlex-3040:/home/server# chmod +x ./cloudron-setup
        root@server-OptiPlex-3040:/home/server# ./cloudron-setup
        
        ##############################################
                 Cloudron Setup (latest)
        ##############################################
        
         Follow setup logs in a second terminal with:
         $ tail -f /var/log/cloudron-setup.log
        
         Join us at https://forum.cloudron.io for any questions.
        
        => Updating apt and installing script dependencies
        Could not update package repositories. See /var/log/cloudron-setup.log
        
        
        
        murgeroM Offline
        murgeroM Offline
        murgero
        App Dev
        wrote on last edited by
        #2

        @shodanime Can you run sudo apt update and return the output here?

        --
        https://urgero.org
        ~ Professional Nerd. Freelance Programmer. ~

        S 2 Replies Last reply
        0
        • murgeroM murgero

          @shodanime Can you run sudo apt update and return the output here?

          S Offline
          S Offline
          shodanime
          wrote on last edited by
          #3
          This post is deleted!
          1 Reply Last reply
          0
          • murgeroM murgero

            @shodanime Can you run sudo apt update and return the output here?

            S Offline
            S Offline
            shodanime
            wrote on last edited by shodanime
            #4

            @murgero Here it is. Thank you for the reply

            server@server-OptiPlex-3040:~$ sudo apt update
            [sudo] password for server: 
            Hit:1 http://us.archive.ubuntu.com/ubuntu focal InRelease
            Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease               
            Hit:3 http://us.archive.ubuntu.com/ubuntu focal-updates InRelease              
            Hit:4 http://us.archive.ubuntu.com/ubuntu focal-backports InRelease            
            Ign:5 http://ppa.launchpad.net/hermlnx/xrdp/ubuntu focal InRelease  
            Err:6 http://ppa.launchpad.net/hermlnx/xrdp/ubuntu focal Release               
              404  Not Found [IP: 91.189.95.85 80]
            Hit:7 https://dl.ubnt.com/unifi/debian stable InRelease
            Reading package lists... Done
            E: The repository 'http://ppa.launchpad.net/hermlnx/xrdp/ubuntu focal Release' does not have a Release file.
            N: Updating from such a repository can't be done securely, and is therefore disabled by default.
            N: See apt-secure(8) manpage for repository creation and user configuration details.
            
            

            Here is apt upgrade

            server@server-OptiPlex-3040:~$ sudo apt upgrade
            Reading package lists... Done
            Building dependency tree       
            Reading state information... Done
            Calculating upgrade... Done
            0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
            
            
            murgeroM 1 Reply Last reply
            0
            • S shodanime

              @murgero Here it is. Thank you for the reply

              server@server-OptiPlex-3040:~$ sudo apt update
              [sudo] password for server: 
              Hit:1 http://us.archive.ubuntu.com/ubuntu focal InRelease
              Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease               
              Hit:3 http://us.archive.ubuntu.com/ubuntu focal-updates InRelease              
              Hit:4 http://us.archive.ubuntu.com/ubuntu focal-backports InRelease            
              Ign:5 http://ppa.launchpad.net/hermlnx/xrdp/ubuntu focal InRelease  
              Err:6 http://ppa.launchpad.net/hermlnx/xrdp/ubuntu focal Release               
                404  Not Found [IP: 91.189.95.85 80]
              Hit:7 https://dl.ubnt.com/unifi/debian stable InRelease
              Reading package lists... Done
              E: The repository 'http://ppa.launchpad.net/hermlnx/xrdp/ubuntu focal Release' does not have a Release file.
              N: Updating from such a repository can't be done securely, and is therefore disabled by default.
              N: See apt-secure(8) manpage for repository creation and user configuration details.
              
              

              Here is apt upgrade

              server@server-OptiPlex-3040:~$ sudo apt upgrade
              Reading package lists... Done
              Building dependency tree       
              Reading state information... Done
              Calculating upgrade... Done
              0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
              
              
              murgeroM Offline
              murgeroM Offline
              murgero
              App Dev
              wrote on last edited by
              #5

              @shodanime said in Cant seem to install cloudron on Ubuntu 20.04:

              http://ppa.launchpad.net/hermlnx/xrdp/ubuntu

              Looks like you need to remove http://ppa.launchpad.net/hermlnx/xrdp/ubuntu

              Which you will find somewhere in /etc/apt/sources.d I believe.

              --
              https://urgero.org
              ~ Professional Nerd. Freelance Programmer. ~

              1 Reply Last reply
              2
              • mehdiM Offline
                mehdiM Offline
                mehdi
                App Dev
                wrote on last edited by
                #6

                @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.

                1 Reply Last reply
                3
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • Bookmarks
                  • Search