dhtmdgkr123 / linuxServerControl

Let's control server so easy~

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux server control

StyleCI

  • Control MySqlServer
  • Control Apache2
  • Control NGINX
  • Control Server Power
  • Control Shell Commad
  • View Server Status

Install Dependency

$ apt-get -y install redis-server # require
$ apt-get -y install php-redis    # require
$ apt-get -y install bc           # require
$ apt-get -y install sysstat      # require
$ systemctl restart php7.X-fpm    # after install php-redis
# if ubuntu version == 14 and php version == 5
$ apt-get -y install libssh2-php
# else if ubuntu version > 17 and php version>7
$ apt-get -y install php-ssh2

Warning

If you want to use this package
please Clean up WAS root folder

Installation

$ cd WAS root down level folder 
$ rm -rf $(pwd)/{,.[!.],..?}*   # clean up all of with hidden file
# Please Check your working Directory
$ git clone https://github.com/dhtmdgkr123/linuxServerControl.git .

Usage

Change Log

Version 1.0.0

  1. Start, Restart and shutdown Apache2 or NGINX WebServer
  2. Start, Restart and shutdown MySQL DataBase Server
  3. Restart and shutdown Server Power!
  4. Can use Linux command on all of web application
  5. Realtime view CPU, Memory, Disk usage
  6. View individual of disk usage and information

Version 1.0.1

1. Resolve Path issue
1. Improve backend logic

Version 1.0.1.1

1. Resolve Path issue
1. Not allow duplicate submit at all of function

Version 1.0.1.2

1. Resolve Path issue
1. Adjust alert message in login page

Version 1.1.0

1. Add Codeigniter(with Composer)
1. Add Password encrypt logic
1. Add nginx Control pannel
1. Add Secure Sturcture Folder

DEMO

Video Label

TODO

  • Add network Trafic Monitor
  • Add Crontab control
  • Add Hdd, Cpu Temperature Monitor
  • Add Ftp Service

License

Apache-2.0.Copyright (c) osh12201@gmail.com

Thanks to
  KST, HANDOO, BBANG_PD

Contact : osh12201@gmail.com

About

Let's control server so easy~

License:MIT License


Languages

Language:PHP 66.3%Language:JavaScript 26.6%Language:CSS 6.0%Language:HTML 0.6%Language:Shell 0.5%