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


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Unsolved Unable to install cloudron

    Support
    installation
    4
    30
    904
    Loading More Posts
    • 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.
    • chiragnahata
      chiragnahata last edited by girish

      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.

      girish chiragnahata 2 Replies Last reply Reply Quote 0
      • girish
        girish Staff @chiragnahata last edited by

        @chiragnahata What is the output of free -m and uname -nar on the machine ?

        chiragnahata 1 Reply Last reply Reply Quote 0
        • Topic has been marked as a question  girish girish 
        • chiragnahata
          chiragnahata @girish last edited by

          @girish

          8e0f23b1-9157-4960-ae05-5798ddcbde29-image.png - By running the free -m command

          f00b2e1f-7f5d-4f36-8c1a-ceedce095f62-image.png - By running the uname -nar command

          1 Reply Last reply Reply Quote 0
          • chiragnahata
            chiragnahata last edited by

            This is the error -

            014ce1ba-6a51-4f56-98d0-2a71c43fe7dd-image.png

            My system specifications -

            893e51f1-cc8b-405f-bf45-b5459c014b12-image.png
            f36a1cff-eebd-45ff-9925-951d45da3687-image.png

            girish 1 Reply Last reply Reply Quote 0
            • Referenced by  chiragnahata chiragnahata 
            • girish
              girish Staff @chiragnahata last edited by

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

              chiragnahata 2 Replies Last reply Reply Quote 0
              • chiragnahata
                chiragnahata @girish last edited by

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

                BrutalBirdie 1 Reply Last reply Reply Quote 0
                • chiragnahata
                  chiragnahata @girish last edited by

                  @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 Reply Quote 0
                  • chiragnahata
                    chiragnahata @chiragnahata last edited by

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

                    1 Reply Last reply Reply Quote 0
                    • BrutalBirdie
                      BrutalBirdie Staff @chiragnahata last edited by BrutalBirdie

                      @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 beer 🍻 Cheers!

                      1 Reply Last reply Reply Quote 1
                      • chiragnahata
                        chiragnahata last edited by

                        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

                        BrutalBirdie 1 Reply Last reply Reply Quote 0
                        • BrutalBirdie
                          BrutalBirdie Staff @chiragnahata last edited by

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

                          Like my work? Consider donating a beer 🍻 Cheers!

                          chiragnahata 1 Reply Last reply Reply Quote 2
                          • chiragnahata
                            chiragnahata @BrutalBirdie last edited by

                            @BrutalBirdie I tried that but same error is coming

                            BrutalBirdie 1 Reply Last reply Reply Quote 0
                            • subven
                              subven last edited by

                              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 Reply Quote 2
                              • BrutalBirdie
                                BrutalBirdie Staff @chiragnahata last edited by

                                @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 beer 🍻 Cheers!

                                chiragnahata 1 Reply Last reply Reply Quote 1
                                • chiragnahata
                                  chiragnahata @BrutalBirdie last edited by

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

                                  subven 1 Reply Last reply Reply Quote 0
                                  • subven
                                    subven @chiragnahata last edited by 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.

                                    chiragnahata 1 Reply Last reply Reply Quote 1
                                    • girish
                                      girish Staff last edited by

                                      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 Reply Quote 1
                                      • chiragnahata
                                        chiragnahata @subven last edited by

                                        @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

                                        BrutalBirdie 1 Reply Last reply Reply Quote 0
                                        • BrutalBirdie
                                          BrutalBirdie Staff @chiragnahata last edited by

                                          @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 beer 🍻 Cheers!

                                          chiragnahata 1 Reply Last reply Reply Quote 0
                                          • chiragnahata
                                            chiragnahata @BrutalBirdie last edited by

                                            @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 Reply Quote 0
                                            • chiragnahata
                                              chiragnahata last edited by

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

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

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

                                              subven 1 Reply Last reply Reply Quote 0
                                              • subven
                                                subven @chiragnahata last edited by

                                                @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 Reply Quote 0
                                                • chiragnahata
                                                  chiragnahata last edited by

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

                                                  BrutalBirdie 1 Reply Last reply Reply Quote 0
                                                  • BrutalBirdie
                                                    BrutalBirdie Staff @chiragnahata last edited by

                                                    @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 beer 🍻 Cheers!

                                                    chiragnahata 1 Reply Last reply Reply Quote 2
                                                    • chiragnahata
                                                      chiragnahata @BrutalBirdie last edited by

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

                                                      girish chiragnahata 2 Replies Last reply Reply Quote 0
                                                      • girish
                                                        girish Staff @chiragnahata last edited by

                                                        @chiragnahata when you added the domains manually in cloudflare, did you disable cloudflare proxying? This is required to get certificates. Also, be sure to setup cloudflare some 5 minutes before you install the app under the domain (i.e give time for the dns to propagate. this is also required to get a valid cert via let's encrypt).

                                                        chiragnahata 1 Reply Last reply Reply Quote 1
                                                        • chiragnahata
                                                          chiragnahata @girish last edited by

                                                          @girish Yes I did followed all those steps

                                                          girish 1 Reply Last reply Reply Quote 0
                                                          • girish
                                                            girish Staff @chiragnahata last edited by girish

                                                            @chiragnahata can you try again and check the log viewer ? that should tell us what is going on.

                                                            also, it might be easier to just use the cloudflare API keys instead of this manual route. it's meant for dev setups.

                                                            chiragnahata 1 Reply Last reply Reply Quote 1
                                                            • chiragnahata
                                                              chiragnahata @girish last edited by

                                                              @girish Ok will check and inform

                                                              1 Reply Last reply Reply Quote 0
                                                              • chiragnahata
                                                                chiragnahata @chiragnahata last edited by

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

                                                                1 Reply Last reply Reply Quote 0
                                                                • First post
                                                                  Last post
                                                                Powered by NodeBB