Skip to content

Nginx admin is an open source multiplatform manager for nginx software to easy administration

Notifications You must be signed in to change notification settings

zhuleilei/nginx-admin

 
 

Repository files navigation

nginx-admin

Nginx admin is an open source multiplatform manager for nginx software to easy administration

Screenshots :

alt tag alt tag alt tag alt tag alt tag

Supported operational system :

  • Windows
  • Linux
  • Mac OSX

Some features :

  • Test configuration,Stop,Start,Status,Reload and Restart
  • Manager serves,ssl certificate,upstreams and virtual domains
  • Multiplatform
  • 100% Java
  • Rotate and collect log
  • Log reports

Automatic installation :

Red-hat distribution you follow this steps as root user :

	
wget https://raw.githubusercontent.com/jslsolucoes/nginx-admin/master/nginx-admin-script/src/main/resources/scripts/red-hat/install.sh
chmod +x install.sh
./install.sh 
	

Debian distribution you follow this steps as root user :

	
wget https://raw.githubusercontent.com/jslsolucoes/nginx-admin/master/nginx-admin-script/src/main/resources/scripts/debian/install.sh
chmod +x install.sh
./install.sh 
	

Automatic update version :

Red-hat distribution you follow this steps as root user :

	
wget https://raw.githubusercontent.com/jslsolucoes/nginx-admin/master/nginx-admin-script/src/main/resources/scripts/red-hat/update.sh
chmod +x update.sh
./update.sh 
	

Debian distribution you follow this steps as root user :

	
wget https://raw.githubusercontent.com/jslsolucoes/nginx-admin/master/nginx-admin-script/src/main/resources/scripts/debian/update.sh
chmod +x update.sh
./update.sh 
	

Manual installation:
  • Download latest version of manager hosted on bintray
  • Install nginx (required)
  • Install jdk8 (required)
  • Run manager with super user privileges : java -jar nginx-admin-standalone-{version}-swarm.jar
  • h2 database is located under ~/database/nginx-admin (it`s important keep backup of this folder)
  • Access localhost:3000 to access manager
  • Enjoy

For premium support please contact : jonatan@jslsolucoes.com

About

Nginx admin is an open source multiplatform manager for nginx software to easy administration

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 90.4%
  • Shell 6.5%
  • HTML 1.6%
  • Smarty 1.2%
  • Other 0.3%