Magento2 without ssh












1















Is there is any way to work on magento2 without ssh???



I have a server which don't have any ssh access. So how can i work on there is there is any way>> Please help me










share|improve this question



























    1















    Is there is any way to work on magento2 without ssh???



    I have a server which don't have any ssh access. So how can i work on there is there is any way>> Please help me










    share|improve this question

























      1












      1








      1








      Is there is any way to work on magento2 without ssh???



      I have a server which don't have any ssh access. So how can i work on there is there is any way>> Please help me










      share|improve this question














      Is there is any way to work on magento2 without ssh???



      I have a server which don't have any ssh access. So how can i work on there is there is any way>> Please help me







      magento2 ssh






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 31 '16 at 6:30









      Asish HiraAsish Hira

      1,6711936




      1,6711936






















          6 Answers
          6






          active

          oldest

          votes


















          2














          If you can setup cron from same ui, you de not need ssh access.
          You can switch to production mode locally and than move all files to hosting.






          share|improve this answer































            4














            As far as I know, it's quite impossible to have a Magento2 running without access and some knowledge of SSH. The amount of work going in to server configuration and the actions that can only be run via SSH like file deployment, setting development/production modes etc would be near impossible to run without SSH access.



            As KAndy suggests, you could set up everything locally (with SSH access), develop and set up your Magento installation and copy that to the host.
            Though in my experience I couldn't have done any of this without extensive help from my hostingparty for the server-settings etc.






            share|improve this answer
























            • +10 for sharing your knowledge. Thank You

              – Asish Hira
              Mar 31 '16 at 9:36



















            0














            Cron the cli commands.(Dirty I know)
            php-cli -q /home/yourname/public_html/bin/magento setup:upgrade >/dev/null 2>&1



            Then delete cron after.






            share|improve this answer































              0














              I just want to add my enquiry to this. Our developer, busy with cleaning up malware from our site, asked for SSH access in order to install latest security patches on our magento 1.9.2.4. The hosting won't allow it for security reasons? ok, now I have to know for sure if those patches can be easily installed only by a FTP access or if it is necessary in order to finish the job and secure the site to have SSH. In that case I'll have to move to a different hosting. Developer is not helping a lot in this. Please help as the developer won't finish his job and I'm stuck in my ignorance of the topic and our site down.
              Thanks






              share|improve this answer
























              • Yes! You can do it using ftp access..

                – Asish Hira
                Jan 20 '17 at 8:56



















              0














              Well, give it a try: Execute Magento 2 CLI Commands From Frontend






              share|improve this answer































                0














                If you can upload file to your server, you can use my file to run magento command line
                enter image description here
                Realy sorry!I cannot upload php file here. So you can down it on this page
                http://www.mageoneplus.com/how-to-run-magento-command-line-without-ssh-access.html





                share








                New contributor




                Louis Pham is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.




















                  Your Answer








                  StackExchange.ready(function() {
                  var channelOptions = {
                  tags: "".split(" "),
                  id: "479"
                  };
                  initTagRenderer("".split(" "), "".split(" "), channelOptions);

                  StackExchange.using("externalEditor", function() {
                  // Have to fire editor after snippets, if snippets enabled
                  if (StackExchange.settings.snippets.snippetsEnabled) {
                  StackExchange.using("snippets", function() {
                  createEditor();
                  });
                  }
                  else {
                  createEditor();
                  }
                  });

                  function createEditor() {
                  StackExchange.prepareEditor({
                  heartbeatType: 'answer',
                  autoActivateHeartbeat: false,
                  convertImagesToLinks: false,
                  noModals: true,
                  showLowRepImageUploadWarning: true,
                  reputationToPostImages: null,
                  bindNavPrevention: true,
                  postfix: "",
                  imageUploader: {
                  brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
                  contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
                  allowUrls: true
                  },
                  onDemand: true,
                  discardSelector: ".discard-answer"
                  ,immediatelyShowMarkdownHelp:true
                  });


                  }
                  });














                  draft saved

                  draft discarded


















                  StackExchange.ready(
                  function () {
                  StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f108717%2fmagento2-without-ssh%23new-answer', 'question_page');
                  }
                  );

                  Post as a guest















                  Required, but never shown

























                  6 Answers
                  6






                  active

                  oldest

                  votes








                  6 Answers
                  6






                  active

                  oldest

                  votes









                  active

                  oldest

                  votes






                  active

                  oldest

                  votes









                  2














                  If you can setup cron from same ui, you de not need ssh access.
                  You can switch to production mode locally and than move all files to hosting.






                  share|improve this answer




























                    2














                    If you can setup cron from same ui, you de not need ssh access.
                    You can switch to production mode locally and than move all files to hosting.






                    share|improve this answer


























                      2












                      2








                      2







                      If you can setup cron from same ui, you de not need ssh access.
                      You can switch to production mode locally and than move all files to hosting.






                      share|improve this answer













                      If you can setup cron from same ui, you de not need ssh access.
                      You can switch to production mode locally and than move all files to hosting.







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered Mar 31 '16 at 8:41









                      KAndyKAndy

                      15.6k23044




                      15.6k23044

























                          4














                          As far as I know, it's quite impossible to have a Magento2 running without access and some knowledge of SSH. The amount of work going in to server configuration and the actions that can only be run via SSH like file deployment, setting development/production modes etc would be near impossible to run without SSH access.



                          As KAndy suggests, you could set up everything locally (with SSH access), develop and set up your Magento installation and copy that to the host.
                          Though in my experience I couldn't have done any of this without extensive help from my hostingparty for the server-settings etc.






                          share|improve this answer
























                          • +10 for sharing your knowledge. Thank You

                            – Asish Hira
                            Mar 31 '16 at 9:36
















                          4














                          As far as I know, it's quite impossible to have a Magento2 running without access and some knowledge of SSH. The amount of work going in to server configuration and the actions that can only be run via SSH like file deployment, setting development/production modes etc would be near impossible to run without SSH access.



                          As KAndy suggests, you could set up everything locally (with SSH access), develop and set up your Magento installation and copy that to the host.
                          Though in my experience I couldn't have done any of this without extensive help from my hostingparty for the server-settings etc.






                          share|improve this answer
























                          • +10 for sharing your knowledge. Thank You

                            – Asish Hira
                            Mar 31 '16 at 9:36














                          4












                          4








                          4







                          As far as I know, it's quite impossible to have a Magento2 running without access and some knowledge of SSH. The amount of work going in to server configuration and the actions that can only be run via SSH like file deployment, setting development/production modes etc would be near impossible to run without SSH access.



                          As KAndy suggests, you could set up everything locally (with SSH access), develop and set up your Magento installation and copy that to the host.
                          Though in my experience I couldn't have done any of this without extensive help from my hostingparty for the server-settings etc.






                          share|improve this answer













                          As far as I know, it's quite impossible to have a Magento2 running without access and some knowledge of SSH. The amount of work going in to server configuration and the actions that can only be run via SSH like file deployment, setting development/production modes etc would be near impossible to run without SSH access.



                          As KAndy suggests, you could set up everything locally (with SSH access), develop and set up your Magento installation and copy that to the host.
                          Though in my experience I couldn't have done any of this without extensive help from my hostingparty for the server-settings etc.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Mar 31 '16 at 8:45









                          Alex TimmerAlex Timmer

                          6381927




                          6381927













                          • +10 for sharing your knowledge. Thank You

                            – Asish Hira
                            Mar 31 '16 at 9:36



















                          • +10 for sharing your knowledge. Thank You

                            – Asish Hira
                            Mar 31 '16 at 9:36

















                          +10 for sharing your knowledge. Thank You

                          – Asish Hira
                          Mar 31 '16 at 9:36





                          +10 for sharing your knowledge. Thank You

                          – Asish Hira
                          Mar 31 '16 at 9:36











                          0














                          Cron the cli commands.(Dirty I know)
                          php-cli -q /home/yourname/public_html/bin/magento setup:upgrade >/dev/null 2>&1



                          Then delete cron after.






                          share|improve this answer




























                            0














                            Cron the cli commands.(Dirty I know)
                            php-cli -q /home/yourname/public_html/bin/magento setup:upgrade >/dev/null 2>&1



                            Then delete cron after.






                            share|improve this answer


























                              0












                              0








                              0







                              Cron the cli commands.(Dirty I know)
                              php-cli -q /home/yourname/public_html/bin/magento setup:upgrade >/dev/null 2>&1



                              Then delete cron after.






                              share|improve this answer













                              Cron the cli commands.(Dirty I know)
                              php-cli -q /home/yourname/public_html/bin/magento setup:upgrade >/dev/null 2>&1



                              Then delete cron after.







                              share|improve this answer












                              share|improve this answer



                              share|improve this answer










                              answered Sep 2 '16 at 19:10









                              FYIFYI

                              1




                              1























                                  0














                                  I just want to add my enquiry to this. Our developer, busy with cleaning up malware from our site, asked for SSH access in order to install latest security patches on our magento 1.9.2.4. The hosting won't allow it for security reasons? ok, now I have to know for sure if those patches can be easily installed only by a FTP access or if it is necessary in order to finish the job and secure the site to have SSH. In that case I'll have to move to a different hosting. Developer is not helping a lot in this. Please help as the developer won't finish his job and I'm stuck in my ignorance of the topic and our site down.
                                  Thanks






                                  share|improve this answer
























                                  • Yes! You can do it using ftp access..

                                    – Asish Hira
                                    Jan 20 '17 at 8:56
















                                  0














                                  I just want to add my enquiry to this. Our developer, busy with cleaning up malware from our site, asked for SSH access in order to install latest security patches on our magento 1.9.2.4. The hosting won't allow it for security reasons? ok, now I have to know for sure if those patches can be easily installed only by a FTP access or if it is necessary in order to finish the job and secure the site to have SSH. In that case I'll have to move to a different hosting. Developer is not helping a lot in this. Please help as the developer won't finish his job and I'm stuck in my ignorance of the topic and our site down.
                                  Thanks






                                  share|improve this answer
























                                  • Yes! You can do it using ftp access..

                                    – Asish Hira
                                    Jan 20 '17 at 8:56














                                  0












                                  0








                                  0







                                  I just want to add my enquiry to this. Our developer, busy with cleaning up malware from our site, asked for SSH access in order to install latest security patches on our magento 1.9.2.4. The hosting won't allow it for security reasons? ok, now I have to know for sure if those patches can be easily installed only by a FTP access or if it is necessary in order to finish the job and secure the site to have SSH. In that case I'll have to move to a different hosting. Developer is not helping a lot in this. Please help as the developer won't finish his job and I'm stuck in my ignorance of the topic and our site down.
                                  Thanks






                                  share|improve this answer













                                  I just want to add my enquiry to this. Our developer, busy with cleaning up malware from our site, asked for SSH access in order to install latest security patches on our magento 1.9.2.4. The hosting won't allow it for security reasons? ok, now I have to know for sure if those patches can be easily installed only by a FTP access or if it is necessary in order to finish the job and secure the site to have SSH. In that case I'll have to move to a different hosting. Developer is not helping a lot in this. Please help as the developer won't finish his job and I'm stuck in my ignorance of the topic and our site down.
                                  Thanks







                                  share|improve this answer












                                  share|improve this answer



                                  share|improve this answer










                                  answered Jan 20 '17 at 7:02









                                  pedro estrada bellipedro estrada belli

                                  1




                                  1













                                  • Yes! You can do it using ftp access..

                                    – Asish Hira
                                    Jan 20 '17 at 8:56



















                                  • Yes! You can do it using ftp access..

                                    – Asish Hira
                                    Jan 20 '17 at 8:56

















                                  Yes! You can do it using ftp access..

                                  – Asish Hira
                                  Jan 20 '17 at 8:56





                                  Yes! You can do it using ftp access..

                                  – Asish Hira
                                  Jan 20 '17 at 8:56











                                  0














                                  Well, give it a try: Execute Magento 2 CLI Commands From Frontend






                                  share|improve this answer




























                                    0














                                    Well, give it a try: Execute Magento 2 CLI Commands From Frontend






                                    share|improve this answer


























                                      0












                                      0








                                      0







                                      Well, give it a try: Execute Magento 2 CLI Commands From Frontend






                                      share|improve this answer













                                      Well, give it a try: Execute Magento 2 CLI Commands From Frontend







                                      share|improve this answer












                                      share|improve this answer



                                      share|improve this answer










                                      answered Jul 6 '17 at 10:46









                                      Manish JoyManish Joy

                                      827318




                                      827318























                                          0














                                          If you can upload file to your server, you can use my file to run magento command line
                                          enter image description here
                                          Realy sorry!I cannot upload php file here. So you can down it on this page
                                          http://www.mageoneplus.com/how-to-run-magento-command-line-without-ssh-access.html





                                          share








                                          New contributor




                                          Louis Pham is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                          Check out our Code of Conduct.

























                                            0














                                            If you can upload file to your server, you can use my file to run magento command line
                                            enter image description here
                                            Realy sorry!I cannot upload php file here. So you can down it on this page
                                            http://www.mageoneplus.com/how-to-run-magento-command-line-without-ssh-access.html





                                            share








                                            New contributor




                                            Louis Pham is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                            Check out our Code of Conduct.























                                              0












                                              0








                                              0







                                              If you can upload file to your server, you can use my file to run magento command line
                                              enter image description here
                                              Realy sorry!I cannot upload php file here. So you can down it on this page
                                              http://www.mageoneplus.com/how-to-run-magento-command-line-without-ssh-access.html





                                              share








                                              New contributor




                                              Louis Pham is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                              Check out our Code of Conduct.










                                              If you can upload file to your server, you can use my file to run magento command line
                                              enter image description here
                                              Realy sorry!I cannot upload php file here. So you can down it on this page
                                              http://www.mageoneplus.com/how-to-run-magento-command-line-without-ssh-access.html






                                              share








                                              New contributor




                                              Louis Pham is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                              Check out our Code of Conduct.








                                              share


                                              share






                                              New contributor




                                              Louis Pham is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                              Check out our Code of Conduct.









                                              answered 3 mins ago









                                              Louis PhamLouis Pham

                                              1




                                              1




                                              New contributor




                                              Louis Pham is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                              Check out our Code of Conduct.





                                              New contributor





                                              Louis Pham is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                              Check out our Code of Conduct.






                                              Louis Pham is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                              Check out our Code of Conduct.






























                                                  draft saved

                                                  draft discarded




















































                                                  Thanks for contributing an answer to Magento Stack Exchange!


                                                  • Please be sure to answer the question. Provide details and share your research!

                                                  But avoid



                                                  • Asking for help, clarification, or responding to other answers.

                                                  • Making statements based on opinion; back them up with references or personal experience.


                                                  To learn more, see our tips on writing great answers.




                                                  draft saved


                                                  draft discarded














                                                  StackExchange.ready(
                                                  function () {
                                                  StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f108717%2fmagento2-without-ssh%23new-answer', 'question_page');
                                                  }
                                                  );

                                                  Post as a guest















                                                  Required, but never shown





















































                                                  Required, but never shown














                                                  Required, but never shown












                                                  Required, but never shown







                                                  Required, but never shown

































                                                  Required, but never shown














                                                  Required, but never shown












                                                  Required, but never shown







                                                  Required, but never shown







                                                  Popular posts from this blog

                                                  Last logged in always never, not logging

                                                  Colouring column values based on a specific condition. How could I do this?

                                                  Iĥnotaksono