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
  • Brite
  • 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. Is there a full download?

Is there a full download?

Scheduled Pinned Locked Moved Solved Support
installation
16 Posts 8 Posters 3.0k Views 8 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.
  • B bcdodgeme

    I am trying to install Cloudron on my Cloudways server. I have worked with their support, and it wasn't much help.

    Every time I run the command to install it, it says:

    Cannot write to ‘cloudron-setup’ (Permission denied).
    --2022-11-09 18:23:29-- http://chmod/
    Resolving chmod (chmod)... failed: Name or service not known.
    wget: unable to resolve host address ‘chmod’
    --2022-11-09 18:23:29-- http://+x/
    Resolving +x (+x)... failed: Name or service not known.
    wget: unable to resolve host address ‘+x’
    --2022-11-09 18:23:29-- http://cloudron-setup/
    Resolving cloudron-setup (cloudron-setup)... failed: Name or service not known.
    wget: unable to resolve host address ‘cloudron-setup’
    --2022-11-09 18:23:30-- http://./cloudron-setup
    Resolving . (.)... failed: No address associated with hostname.
    wget: unable to resolve host address ‘.’

    I wonder if there is a full download for installation, like WordPress.
    Thanks!

    fbartelsF Offline
    fbartelsF Offline
    fbartels
    App Dev
    wrote on last edited by
    #2

    Hi @bcdodgeme,

    it feels a bit like you were trying to insert the code from https://www.cloudron.io/get.html all in one line, but rather its individual lines.

    So you have to do:

    wget https://cloudron.io/cloudron-setup
    

    Press <enter> and wait

    chmod +x ./cloudron-setup
    

    Press <enter> it should almost immediately come back to the prompt

    ./cloudron-setup
    

    Press <enter> and follow the rest of the instructions.

    B 1 Reply Last reply
    2
    • fbartelsF fbartels

      Hi @bcdodgeme,

      it feels a bit like you were trying to insert the code from https://www.cloudron.io/get.html all in one line, but rather its individual lines.

      So you have to do:

      wget https://cloudron.io/cloudron-setup
      

      Press <enter> and wait

      chmod +x ./cloudron-setup
      

      Press <enter> it should almost immediately come back to the prompt

      ./cloudron-setup
      

      Press <enter> and follow the rest of the instructions.

      B Offline
      B Offline
      bcdodgeme
      wrote on last edited by
      #3

      @fbartels said in Is there a full download?:

      wget https://cloudron.io/cloudron-setup

      Thanks, @fbartels!

      I tried again this morning and got the same error:

      *[master_jdtjeqsjmj]:qtjarkhjry$ wget https://cloudron.io/cloudron-setup
      --2022-11-10 14:11:02-- https://cloudron.io/cloudron-setup
      Resolving cloudron.io (cloudron.io)... 165.227.67.76, 2604:a880:800:10::b66:f001
      Connecting to cloudron.io (cloudron.io)|165.227.67.76|:443... connected.
      HTTP request sent, awaiting response... 200 OK
      Length: 11373 (11K) [application/octet-stream]
      cloudron-setup: Permission denied

      Cannot write to ‘cloudron-setup’ (Permission denied).*

      MooCloud_MattM 1 Reply Last reply
      0
      • B bcdodgeme

        @fbartels said in Is there a full download?:

        wget https://cloudron.io/cloudron-setup

        Thanks, @fbartels!

        I tried again this morning and got the same error:

        *[master_jdtjeqsjmj]:qtjarkhjry$ wget https://cloudron.io/cloudron-setup
        --2022-11-10 14:11:02-- https://cloudron.io/cloudron-setup
        Resolving cloudron.io (cloudron.io)... 165.227.67.76, 2604:a880:800:10::b66:f001
        Connecting to cloudron.io (cloudron.io)|165.227.67.76|:443... connected.
        HTTP request sent, awaiting response... 200 OK
        Length: 11373 (11K) [application/octet-stream]
        cloudron-setup: Permission denied

        Cannot write to ‘cloudron-setup’ (Permission denied).*

        MooCloud_MattM Offline
        MooCloud_MattM Offline
        MooCloud_Matt
        wrote on last edited by MooCloud_Matt
        #4

        @bcdodgeme
        try to use

        sudo chmod +x ./cloudron-setup
        sudo ./cloudron-setup
        
        

        Matteo. R.
        Founder and Tech-Support Manager.
        MooCloud MSP
        Swiss Managed Service Provider

        fbartelsF 1 Reply Last reply
        0
        • MooCloud_MattM MooCloud_Matt

          @bcdodgeme
          try to use

          sudo chmod +x ./cloudron-setup
          sudo ./cloudron-setup
          
          
          fbartelsF Offline
          fbartelsF Offline
          fbartels
          App Dev
          wrote on last edited by
          #5

          @MooCloud_Matt by the looks of it already writing out the wget content runs into the issue, so he either needs to run that with sudo or (better) go into a directly the current user has write permissions.

          1 Reply Last reply
          1
          • B bcdodgeme

            I am trying to install Cloudron on my Cloudways server. I have worked with their support, and it wasn't much help.

            Every time I run the command to install it, it says:

            Cannot write to ‘cloudron-setup’ (Permission denied).
            --2022-11-09 18:23:29-- http://chmod/
            Resolving chmod (chmod)... failed: Name or service not known.
            wget: unable to resolve host address ‘chmod’
            --2022-11-09 18:23:29-- http://+x/
            Resolving +x (+x)... failed: Name or service not known.
            wget: unable to resolve host address ‘+x’
            --2022-11-09 18:23:29-- http://cloudron-setup/
            Resolving cloudron-setup (cloudron-setup)... failed: Name or service not known.
            wget: unable to resolve host address ‘cloudron-setup’
            --2022-11-09 18:23:30-- http://./cloudron-setup
            Resolving . (.)... failed: No address associated with hostname.
            wget: unable to resolve host address ‘.’

            I wonder if there is a full download for installation, like WordPress.
            Thanks!

            subvenS Offline
            subvenS Offline
            subven
            wrote on last edited by subven
            #6

            @bcdodgeme if you struggle this early at the very basics, you should get yourself help, switch to managed Cloudron hosting (moocloud.ch, windcloud.de etc.) or hosters that have Cloudron bundled with 1-click Images. Check out the options --> Get Cloudron.

            1 Reply Last reply
            2
            • B bcdodgeme

              I am trying to install Cloudron on my Cloudways server. I have worked with their support, and it wasn't much help.

              Every time I run the command to install it, it says:

              Cannot write to ‘cloudron-setup’ (Permission denied).
              --2022-11-09 18:23:29-- http://chmod/
              Resolving chmod (chmod)... failed: Name or service not known.
              wget: unable to resolve host address ‘chmod’
              --2022-11-09 18:23:29-- http://+x/
              Resolving +x (+x)... failed: Name or service not known.
              wget: unable to resolve host address ‘+x’
              --2022-11-09 18:23:29-- http://cloudron-setup/
              Resolving cloudron-setup (cloudron-setup)... failed: Name or service not known.
              wget: unable to resolve host address ‘cloudron-setup’
              --2022-11-09 18:23:30-- http://./cloudron-setup
              Resolving . (.)... failed: No address associated with hostname.
              wget: unable to resolve host address ‘.’

              I wonder if there is a full download for installation, like WordPress.
              Thanks!

              nebulonN Away
              nebulonN Away
              nebulon
              Staff
              wrote on last edited by
              #7

              @bcdodgeme Cloudron requires a raw plain Ubuntu VPS or hardware server. Cloudways is already a platform on top of those VPS instances. In some way while focusing on different things, Cloudways and Cloudron are roughly on a similar level. So basically just use a VPS from some of the providers mentioned at https://www.cloudron.io/get.html directly.

              1 Reply Last reply
              3
              • humptydumptyH Offline
                humptydumptyH Offline
                humptydumpty
                wrote on last edited by humptydumpty
                #8

                I always had to use sudo and wondered why it wasn't written as such on the webpage. I also did the noob mistake of running all three commands as one. Fun times!

                BTW, I misunderstood the topic title but it would be nice if we could download an entire backup to our local PC. I'm using Backblaze but having a manual download option (not just the configuration file) would be superb as a secondary backup option.

                9fa80c1d-476c-4824-8f29-93e6e9c631ef-image.png

                girishG 1 Reply Last reply
                0
                • humptydumptyH humptydumpty

                  I always had to use sudo and wondered why it wasn't written as such on the webpage. I also did the noob mistake of running all three commands as one. Fun times!

                  BTW, I misunderstood the topic title but it would be nice if we could download an entire backup to our local PC. I'm using Backblaze but having a manual download option (not just the configuration file) would be superb as a secondary backup option.

                  9fa80c1d-476c-4824-8f29-93e6e9c631ef-image.png

                  girishG Offline
                  girishG Offline
                  girish
                  Staff
                  wrote on last edited by
                  #9

                  @humptydumpty don't most VPS drop you as root when you SSH in?

                  The only exception I know of is AWS. But there most people tend to use the AMI.

                  humptydumptyH MooCloud_MattM 2 Replies Last reply
                  0
                  • girishG girish

                    @humptydumpty don't most VPS drop you as root when you SSH in?

                    The only exception I know of is AWS. But there most people tend to use the AMI.

                    humptydumptyH Offline
                    humptydumptyH Offline
                    humptydumpty
                    wrote on last edited by humptydumpty
                    #10

                    @girish I'm not sure. This experience is based mostly on my home server attempts. Ran into issues once and noticed having sudo fixed that.

                    Edit: The Ubuntu server .iso that I was using also had something different than what others are used to. I think it was storage related (LVM stuff).. it didn't select the entire available disk space so I had to manually edit the size or something like that.

                    girishG 1 Reply Last reply
                    0
                    • humptydumptyH humptydumpty

                      @girish I'm not sure. This experience is based mostly on my home server attempts. Ran into issues once and noticed having sudo fixed that.

                      Edit: The Ubuntu server .iso that I was using also had something different than what others are used to. I think it was storage related (LVM stuff).. it didn't select the entire available disk space so I had to manually edit the size or something like that.

                      girishG Offline
                      girishG Offline
                      girish
                      Staff
                      wrote on last edited by girish
                      #11

                      @humptydumpty that's true... Ubuntu desktop creates a normal user in the setup UI.

                      But the script actually checks for root and warns as much. I wonder why that's not working. Here - https://git.cloudron.io/cloudron/box/-/blob/master/scripts/cloudron-support#L23

                      humptydumptyH 1 Reply Last reply
                      0
                      • girishG girish

                        @humptydumpty that's true... Ubuntu desktop creates a normal user in the setup UI.

                        But the script actually checks for root and warns as much. I wonder why that's not working. Here - https://git.cloudron.io/cloudron/box/-/blob/master/scripts/cloudron-support#L23

                        humptydumptyH Offline
                        humptydumptyH Offline
                        humptydumpty
                        wrote on last edited by
                        #12

                        @girish I might set up another home server in the near future. I'll try to document the process if I do and report back.

                        1 Reply Last reply
                        1
                        • girishG girish

                          @humptydumpty don't most VPS drop you as root when you SSH in?

                          The only exception I know of is AWS. But there most people tend to use the AMI.

                          MooCloud_MattM Offline
                          MooCloud_MattM Offline
                          MooCloud_Matt
                          wrote on last edited by
                          #13

                          @girish
                          It depends, in the cloud image template ( + cloud init) we can select if the server will spawn with a regular user with sudo privileges or just the root user.
                          And normal user with sudo privileges is actually the best option because you can disable the root access over ssh and brute force is more challenging if you have to guess the username too.

                          Matteo. R.
                          Founder and Tech-Support Manager.
                          MooCloud MSP
                          Swiss Managed Service Provider

                          humptydumptyH 1 Reply Last reply
                          0
                          • MooCloud_MattM MooCloud_Matt

                            @girish
                            It depends, in the cloud image template ( + cloud init) we can select if the server will spawn with a regular user with sudo privileges or just the root user.
                            And normal user with sudo privileges is actually the best option because you can disable the root access over ssh and brute force is more challenging if you have to guess the username too.

                            humptydumptyH Offline
                            humptydumptyH Offline
                            humptydumpty
                            wrote on last edited by humptydumpty
                            #14

                            @MooCloud_Matt is there any harm in using sudo when installing cloudron with a user that has sudo permissions?

                            Let me elaborate. If a user already has sudo permissions and they try to install some code without sudo. If I use sudo, does that give the code extra (unnecessary) permissions than it should?

                            MooCloud_MattM 1 Reply Last reply
                            0
                            • humptydumptyH humptydumpty

                              @MooCloud_Matt is there any harm in using sudo when installing cloudron with a user that has sudo permissions?

                              Let me elaborate. If a user already has sudo permissions and they try to install some code without sudo. If I use sudo, does that give the code extra (unnecessary) permissions than it should?

                              MooCloud_MattM Offline
                              MooCloud_MattM Offline
                              MooCloud_Matt
                              wrote on last edited by MooCloud_Matt
                              #15

                              @humptydumpty
                              If I understand your question correctly:
                              if you use sudo with root, it works like if you would do it with your normal account with sudo privileges, but will not require a password because you are already root.

                              Sudo = super user do // or substitute user (by default root) do

                              If you use sudo with an account that is not in the sudo group, it will print out an error message, because you don't have permission and the attempt will be logged.

                              Matteo. R.
                              Founder and Tech-Support Manager.
                              MooCloud MSP
                              Swiss Managed Service Provider

                              1 Reply Last reply
                              1
                              • scookeS Offline
                                scookeS Offline
                                scooke
                                wrote on last edited by
                                #16

                                I remember being at the stage you are. Hearing how wonderful the world of Linux is... just run some simple commands and voila! The World At Your Feet.

                                But it ain't working.

                                As long as you don't bother looking up the errors that pop up, none of this will ever make sense and you will continue asking for help when at least the initial problems are clear as day to others.

                                Cannot write to ‘cloudron-setup’ (Permission denied). Start there. In what directory are you? (Whats a directory, you ask... ok, start there then.) What causes "Permission denied" errors? Fix it.

                                You can do it! It's a rewarding adventure!

                                A life lived in fear is a life half-lived

                                1 Reply Last reply
                                4
                                • girishG girish marked this topic as a question on
                                • girishG girish has marked this topic as solved on
                                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