Breaking News

Monday 14 September 2020

Install MyServer in Termux on Android

 

Install MyServer in Termux on Android

WHAT IS MYSERVER ?


MyServer is your own localhost server. you can setup PHP, Apache web servers on your android devices or linux like Ubuntu etc. MyServer is Developed for android terminal like Termux or GNURoot Debian terminal. You can setup your localhost server and access from internet. you can host your website and test your website.

HOW TO USE MYSERVER ?

CLI Use :

Example : myserver -s -ng localhost 8080 /home/www
  • myserver -s <hostname/ip> <localhost_port> <document_root_path> to start default localhost server.
  • myserver -s -ng <hostname/ip> <localhost_port> <document_root_path> to start Nginx web server.
  • myserver -s -php <hostname/ip> <localhost_port> <document_root_path> to start php localhost server.
  • myserver -s -py <hostname/ip> <localhost_port> <document_root_path> to start python localhost server.
  • myserver -h <domain_name> <localhost_port> <http_port/https_port> to access localhost server on internet.
  • myserver -db [start/stop] to start/stop mysql database server.
  • myserver -s apache to start apache web server.
  • myserver update to update MyServer.
  • myserver rm -t to uninstall MyServer.
  • myserver start to start MyServer menu.
  • myserver -s to start Server that was previously running.
  • myserver -h to access from web that was previously accessed.

Menual Use :

  • Type 1 : to start your localhost web server.
  • Type 2 : to access your website from internet.
  • Type 3 : to start MySQL Database server.
  • Type 4 : to start menual localhost server.
  • Type 5 : to menual host.
  • Type 6 : to update MyServer.
  • Type 7 : for server setting.
  • Type 8 : to about us.
  • Type x : to exit.

MYSERVER SUPPORT :

  • Apache2 server.
  • Nginx server.
  • PHP server.
  • Python web server.
  • MySQL Database server.

MYSERVER IS AVAILABLE FOR :

  • Android 
  • Ubuntu
  • Linux

HOW TO INSTALL MYSERVER ?

Open the termux app and type following commands.

Now MyServer is installed successfully.
Now type myserver start to start MyServer.

0 comments:

Post a Comment

'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();
'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();