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. Unable to install cloudron

Unable to install cloudron

Scheduled Pinned Locked Moved Unsolved Support
installation
30 Posts 4 Posters 4.6k Views 4 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.
  • girishG girish

    @chiragnahata if you edit the cloudron-setup script, you will see (around line 34):

    if [[ "${physical_memory}" -lt "${MINIMUM_MEMORY}" ]]; then
        echo "Error: Cloudron requires atleast 1GB physical memory"
        exit 1
    fi
    

    You can just comment it out:

    # if [[ "${physical_memory}" -lt "${MINIMUM_MEMORY}" ]]; then
    #    echo "Error: Cloudron requires atleast 1GB physical memory"
    #    exit 1
    # fi
    

    1GB really is very very small, so your mileage may vary.

    chiragnahataC Offline
    chiragnahataC Offline
    chiragnahata
    wrote on last edited by
    #6

    @girish Where is the cloudron setup script ? I was installing via commands given in https://www.cloudron.io/get.html . I don't know about the script. Please help me.

    BrutalBirdieB 1 Reply Last reply
    0
    • girishG girish

      @chiragnahata if you edit the cloudron-setup script, you will see (around line 34):

      if [[ "${physical_memory}" -lt "${MINIMUM_MEMORY}" ]]; then
          echo "Error: Cloudron requires atleast 1GB physical memory"
          exit 1
      fi
      

      You can just comment it out:

      # if [[ "${physical_memory}" -lt "${MINIMUM_MEMORY}" ]]; then
      #    echo "Error: Cloudron requires atleast 1GB physical memory"
      #    exit 1
      # fi
      

      1GB really is very very small, so your mileage may vary.

      chiragnahataC Offline
      chiragnahataC Offline
      chiragnahata
      wrote on last edited by
      #7

      @girish See I am new to this self hosting server world so I don't know much. So please help about how to edit the script using putty in Oracle free tier.

      1 Reply Last reply
      0
      • chiragnahataC chiragnahata

        I am trying to install cloudron on Oracle free tier. My server is having 1 gb ram but still the installation is showing that cloudron requires 1 gb physical ram. Also it required amd processor. Please help as soon as possible.

        chiragnahataC Offline
        chiragnahataC Offline
        chiragnahata
        wrote on last edited by
        #8

        @chiragnahata Also can I install Cloudron on Ampere A1 processor so that I can provide more ram

        1 Reply Last reply
        0
        • chiragnahataC chiragnahata

          @girish Where is the cloudron setup script ? I was installing via commands given in https://www.cloudron.io/get.html . I don't know about the script. Please help me.

          BrutalBirdieB Offline
          BrutalBirdieB Offline
          BrutalBirdie
          Partner
          wrote on last edited by BrutalBirdie
          #9

          @chiragnahata said in Unable to install cloudron:

          Where is the cloudron setup script ?

          The cloudron setup script it the cloudron-setup file you downloaded as you described.

          You have to edit that file as girish explained.


          Regarding the Ampere A1 processor, that is not supported.
          https://docs.cloudron.io/installation/

          Like my work? Consider donating a drink. Cheers!

          1 Reply Last reply
          1
          • chiragnahataC Offline
            chiragnahataC Offline
            chiragnahata
            wrote on last edited by
            #10

            File edited and the setup started but after few minutes the terminal got disconnected and the log was showing E: Setting in Stop via TCSAFLUSH for stdin failed! - tcsetattr (5: Input/output error. Please help as soon as possible

            BrutalBirdieB 1 Reply Last reply
            0
            • chiragnahataC chiragnahata

              File edited and the setup started but after few minutes the terminal got disconnected and the log was showing E: Setting in Stop via TCSAFLUSH for stdin failed! - tcsetattr (5: Input/output error. Please help as soon as possible

              BrutalBirdieB Offline
              BrutalBirdieB Offline
              BrutalBirdie
              Partner
              wrote on last edited by
              #11

              @chiragnahata
              The most simple solution is, take a server with more ram.

              Like my work? Consider donating a drink. Cheers!

              chiragnahataC 1 Reply Last reply
              2
              • BrutalBirdieB BrutalBirdie

                @chiragnahata
                The most simple solution is, take a server with more ram.

                chiragnahataC Offline
                chiragnahataC Offline
                chiragnahata
                wrote on last edited by
                #12

                @BrutalBirdie I tried that but same error is coming

                BrutalBirdieB 1 Reply Last reply
                0
                • subvenS Offline
                  subvenS Offline
                  subven
                  wrote on last edited by
                  #13

                  I had Cloudron installed on a storage VPS (alphavps) with 768MB of RAM. Just edited the script to avoid the setup to fail but with all its (for me unnecessary) services running, Cloudron wasnt a pleasure to use. Really recommending at least 1,5Gb RAM to be able to have a good user experience. If you just want to host a small LAMP app, 1GB would be sufficient.

                  1 Reply Last reply
                  2
                  • chiragnahataC chiragnahata

                    @BrutalBirdie I tried that but same error is coming

                    BrutalBirdieB Offline
                    BrutalBirdieB Offline
                    BrutalBirdie
                    Partner
                    wrote on last edited by
                    #14

                    @chiragnahata
                    Lets start from zero to hero.

                    • What hosting provider do you use?
                    • What are the systems specifications - do they match the doc
                    • Is the system a fresh setup

                    When posting question its best to provide as many information as possible, with every question that needs to be asked back you increase the delay for a good solution.

                    I really suggest you should start with a fresh Ubuntu 20.04 LTS Server with minimum specs or better.

                    Like my work? Consider donating a drink. Cheers!

                    chiragnahataC 1 Reply Last reply
                    1
                    • BrutalBirdieB BrutalBirdie

                      @chiragnahata
                      Lets start from zero to hero.

                      • What hosting provider do you use?
                      • What are the systems specifications - do they match the doc
                      • Is the system a fresh setup

                      When posting question its best to provide as many information as possible, with every question that needs to be asked back you increase the delay for a good solution.

                      I really suggest you should start with a fresh Ubuntu 20.04 LTS Server with minimum specs or better.

                      chiragnahataC Offline
                      chiragnahataC Offline
                      chiragnahata
                      wrote on last edited by
                      #15

                      @BrutalBirdie I am using Oracle free tier and the specs are of the always free amd processor. It is a free Ubuntu 20.04 install. I edited the script as suggested by @girish also.

                      subvenS 1 Reply Last reply
                      0
                      • chiragnahataC chiragnahata

                        @BrutalBirdie I am using Oracle free tier and the specs are of the always free amd processor. It is a free Ubuntu 20.04 install. I edited the script as suggested by @girish also.

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

                        @chiragnahata If you edited the script like @girish told you, there is no way the same error will show up since you commented out the check + error message.

                        Please start from scratch on a fresh Ubuntu 20.04 upwards and a x86 processor. Download the script, uncomment the memory check and run the script afterwards.

                        chiragnahataC 1 Reply Last reply
                        1
                        • girishG Offline
                          girishG Offline
                          girish
                          Staff
                          wrote on last edited by
                          #17

                          I noticed today when creating a new EC2 image that t2 micro reports 967 MB.. So, I have fixed the script to check for 960MB now instead of 1GB. Please download the latest cloudron-setup script and that should fix the memory requirement atleast.

                          1 Reply Last reply
                          1
                          • subvenS subven

                            @chiragnahata If you edited the script like @girish told you, there is no way the same error will show up since you commented out the check + error message.

                            Please start from scratch on a fresh Ubuntu 20.04 upwards and a x86 processor. Download the script, uncomment the memory check and run the script afterwards.

                            chiragnahataC Offline
                            chiragnahataC Offline
                            chiragnahata
                            wrote on last edited by
                            #18

                            @subven The error is not coming. It got installed but terminal got disconnected and the log was showing E: Setting in Stop via TCSAFLUSH for stdin failed! - tcsetattr (5: Input/output error and now the ip is not showing any webpage

                            BrutalBirdieB 1 Reply Last reply
                            0
                            • chiragnahataC chiragnahata

                              @subven The error is not coming. It got installed but terminal got disconnected and the log was showing E: Setting in Stop via TCSAFLUSH for stdin failed! - tcsetattr (5: Input/output error and now the ip is not showing any webpage

                              BrutalBirdieB Offline
                              BrutalBirdieB Offline
                              BrutalBirdie
                              Partner
                              wrote on last edited by
                              #19

                              @chiragnahata
                              If you have unstable internet, install tmux on the server and when connecting to the server via ssh the first command you should execute is tmux.

                              Then do everything else inside the tmux session.

                              tmux is a terminal multiplexer. It lets you switch easily between several programs in one terminal, detach them (they keep running in the background) and reattach them to a different terminal.

                              (they keep running in the background)! that is the big win for unstable connections.

                              https://github.com/tmux/tmux/wiki
                              https://tmuxcheatsheet.com/

                              I would advise you, do a clean sweep (again) and then first install tmux and run the cloudron installer in tmux.

                              Like my work? Consider donating a drink. Cheers!

                              chiragnahataC 1 Reply Last reply
                              0
                              • BrutalBirdieB BrutalBirdie

                                @chiragnahata
                                If you have unstable internet, install tmux on the server and when connecting to the server via ssh the first command you should execute is tmux.

                                Then do everything else inside the tmux session.

                                tmux is a terminal multiplexer. It lets you switch easily between several programs in one terminal, detach them (they keep running in the background) and reattach them to a different terminal.

                                (they keep running in the background)! that is the big win for unstable connections.

                                https://github.com/tmux/tmux/wiki
                                https://tmuxcheatsheet.com/

                                I would advise you, do a clean sweep (again) and then first install tmux and run the cloudron installer in tmux.

                                chiragnahataC Offline
                                chiragnahataC Offline
                                chiragnahata
                                wrote on last edited by
                                #20

                                @BrutalBirdie 7a9b9cb0-f421-40b8-bb01-2b21e5dba8cd-image.png

                                95e99e35-de2d-4bff-9913-87a55bb7157b-image.png

                                fcd648c2-8463-4354-841d-0fd1bfddcf19-image.png

                                1 Reply Last reply
                                0
                                • chiragnahataC Offline
                                  chiragnahataC Offline
                                  chiragnahata
                                  wrote on last edited by
                                  #21

                                  1a61bb04-cb2f-4d67-8fbb-4cc303e3dcba-image.png

                                  63c91702-ebfe-4712-8696-09e1efbff93f-image.png

                                  f280d567-a183-4bfd-98b7-c012a5a694ac-image.png

                                  subvenS 1 Reply Last reply
                                  0
                                  • chiragnahataC chiragnahata

                                    1a61bb04-cb2f-4d67-8fbb-4cc303e3dcba-image.png

                                    63c91702-ebfe-4712-8696-09e1efbff93f-image.png

                                    f280d567-a183-4bfd-98b7-c012a5a694ac-image.png

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

                                    @chiragnahata is 193.122.146.115 a public(!) IP address or is it private? Your DNS settings might be okay but your IP seems unreachable from the internet.

                                    1 Reply Last reply
                                    0
                                    • chiragnahataC Offline
                                      chiragnahataC Offline
                                      chiragnahata
                                      wrote on last edited by
                                      #23

                                      b675af07-bbb1-4f80-9e5b-38fd9e646e4e-image.png

                                      BrutalBirdieB 1 Reply Last reply
                                      0
                                      • chiragnahataC chiragnahata

                                        b675af07-bbb1-4f80-9e5b-38fd9e646e4e-image.png

                                        BrutalBirdieB Offline
                                        BrutalBirdieB Offline
                                        BrutalBirdie
                                        Partner
                                        wrote on last edited by
                                        #24

                                        @chiragnahata
                                        Simply posting a picture of an app not responding with no context what so ever?
                                        tumbup_meme


                                        Sorry but if you wish to get some support you need to show at least a minimum of your own effort.
                                        Either you start describing what you do step by step, or from here on I am unwilling to help.

                                        Like my work? Consider donating a drink. Cheers!

                                        chiragnahataC 1 Reply Last reply
                                        2
                                        • BrutalBirdieB BrutalBirdie

                                          @chiragnahata
                                          Simply posting a picture of an app not responding with no context what so ever?
                                          tumbup_meme


                                          Sorry but if you wish to get some support you need to show at least a minimum of your own effort.
                                          Either you start describing what you do step by step, or from here on I am unwilling to help.

                                          chiragnahataC Offline
                                          chiragnahataC Offline
                                          chiragnahata
                                          wrote on last edited by
                                          #25

                                          @BrutalBirdie The cloudron for installed and setuped. After that I installed the Guacamole and OpenVPN. After they got installed. I just opened them. Then I got that error message. I don't what is the promblem. I uninstalled and reinstalled the apps but same issue. Please help. Also the SSL certificate didn't got installed automatically. I did the setup by manual process and added all the required a records to the cloudfare dns.

                                          girishG chiragnahataC 2 Replies Last reply
                                          0
                                          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