https://github.com/e00dan/node-server-manager
The Forgotten Server manager written in node.js.
https://github.com/e00dan/node-server-manager
Last synced: 3 months ago
JSON representation
The Forgotten Server manager written in node.js.
- Host: GitHub
- URL: https://github.com/e00dan/node-server-manager
- Owner: e00dan
- License: other
- Created: 2014-02-16T18:03:25.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T10:22:08.000Z (about 9 years ago)
- Last Synced: 2025-06-11T01:06:55.815Z (about 1 year ago)
- Language: JavaScript
- Size: 246 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/Kuzirashi/node-server-manager)
#Node Server Manager is a tool written in node.js
------------
...to get various information about server and, in future, give server administrators more control over server.
## Requirements
Application requires node.js, rest of dependencies would be installed automatically. After you've installed node.js, you can get application installed using following commands in terminal:
~~~~ bash
git clone https://github.com/Kuzirashi/node-server-manager.git
cd node-server-manager
npm install
~~~~
Now, you can run test to check if everything works:
~~~~ bash
npm test
~~~~
## How to run
After you've installed everything, go to directory with application and run it with command:
~~~~ bash
node app.js
~~~~
Then, open your browser and go to following URL: [http://localhost:7777](http://localhost:7777) or [http://localhost:3000](http://localhost:3000) - both should be working at this moment, but port 3000 is preferred.