All Projects → rajkumardusad → Myserver

rajkumardusad / Myserver

Licence: gpl-3.0
MyServer is your own localhost web server. you can setup PHP, Apache, Nginx and MySQL servers on your android devices or linux like Ubuntu etc. MyServer is Developed for android terminal like Termux or GNURoot Debian terminal.

Programming Languages

python
139335 projects - #7 most used programming language
python2
120 projects

Projects that are alternatives of or similar to Myserver

Host
Expose your LocalHost with this tool
Stars: ✭ 268 (+67.5%)
Mutual labels:  termux, server, localhost
Ansible Role Docker
Ansible Role - Docker
Stars: ✭ 845 (+428.13%)
Mutual labels:  server, ubuntu
Litecloud
User management system for the server (Home Cloud).
Stars: ✭ 26 (-83.75%)
Mutual labels:  server, apache2
Postinstall
💻 Bash Script to automate post-installation steps
Stars: ✭ 104 (-35%)
Mutual labels:  termux, ubuntu
Hestiacp
Hestia Control Panel | A lightweight and powerful control panel for the modern web.
Stars: ✭ 764 (+377.5%)
Mutual labels:  web-server, apache2
Local Web Server
A lean, modular web server for rapid full-stack development.
Stars: ✭ 916 (+472.5%)
Mutual labels:  server, web-server
Wait For Localhost Cli
Wait for localhost to be ready from the command-line
Stars: ✭ 101 (-36.87%)
Mutual labels:  server, localhost
Uwsgi Nginx Docker
Docker image with uWSGI and Nginx for applications in Python 3.5 and above and Python 2.7 (as Flask) in a single container. Optionally with Alpine Linux.
Stars: ✭ 466 (+191.25%)
Mutual labels:  server, web-server
Fenix
A simple and visual static web server with collaboration features.
Stars: ✭ 1,559 (+874.38%)
Mutual labels:  localhost, web-server
Serverfarmer
Manage multiple servers with different operating systems, configurations, requirements etc. for many separate customers in an outsourcing model.
Stars: ✭ 122 (-23.75%)
Mutual labels:  server, ubuntu
Awesome Server Side Swift
Swift 服务端开发 Perfect、Vapor资料。
Stars: ✭ 123 (-23.12%)
Mutual labels:  server, ubuntu
Atilo
Linux installer for termux
Stars: ✭ 629 (+293.13%)
Mutual labels:  termux, ubuntu
Anlinux App
AnLinux allow you to run Linux on Android without root access.
Stars: ✭ 614 (+283.75%)
Mutual labels:  termux, ubuntu
Debian Server
Complete Debian/Ubuntu Web Application Server Installation
Stars: ✭ 22 (-86.25%)
Mutual labels:  server, ubuntu
Easy hack
Hack the World using Termux
Stars: ✭ 549 (+243.13%)
Mutual labels:  termux, apache2
Web Server Bundle
WebServerBundle provides commands for running applications using the PHP built-in web server. It simplifies your local development setup because you don't have to configure a proper web server such as Apache or Nginx to run your application.
Stars: ✭ 1,281 (+700.63%)
Mutual labels:  server, web-server
Anlinux Resources
Image and Script for LinuxOnAndroid App
Stars: ✭ 135 (-15.62%)
Mutual labels:  termux, ubuntu
Binserve
A blazingly fast static web server with routing, templating, and security in a single binary you can set up with zero code. ⚡️🦀
Stars: ✭ 401 (+150.63%)
Mutual labels:  server, web-server
Linux Wifi Hotspot
Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10).
Stars: ✭ 434 (+171.25%)
Mutual labels:  internet, ubuntu
Hummingbird
Lightweight, flexible HTTP server framework written in Swift
Stars: ✭ 114 (-28.75%)
Mutual labels:  server, web-server

MyServer

MyServer is your own localhost server. you can setup PHP, Apache and MySQL 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 ?

CLI Use :

Example : myserver -s 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 uninstall MyServer.
  • myserver start start MyServer menu.
  • myserver -s to start Server that was previously running.
  • myserver -h to access from web that was previously accessed.

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

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.

  • apt update

  • apt install git

  • git clone https://github.com/rajkumardusad/MyServer.git

  • cd MyServer

  • chmod +x install

  • sh install if not work than type ./install


Now MyServer is installed successfully.

Now type myserver start to start MyServer.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].