0.0.2 • Published 6 years ago

@mallanic/server-manager v0.0.2

Weekly downloads
-
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 install -g @mallanic/server-manager