0.0.9 • Published 6 years ago

web-server-manager v0.0.9

Weekly downloads
2
License
GPL
Repository
github
Last release
6 years ago

Server Manager

A web interface to manage server as router, file server, etc...

Functionality

  • Create, update, delete Linux user
  • Auth with Linux user with JWT token
  • View network interfaces
  • Highly pluggable

Install (Tested only on Debian base)

Install dependency

sudo apt-get update
sudo apt install curl -y
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt install libpam-dev libpam0g-dev nodejs -y

Install Ui-router

sudo npm i @mallanic/server-manager -g  --unsafe-perm=true --allow-root