B-Software/Ward
Server dashboard
repo name | B-Software/Ward |
repo link | https://github.com/B-Software/Ward |
homepage | http://b-server.org |
language | CSS |
size (curr.) | 4948 kB |
stars (curr.) | 967 |
created | 2020-04-25 |
license | MIT License |
About
Ward is a simple and and minimalistic server monitoring tool. Ward supports adaptive design system. Also it supports dark theme and language system. It shows only principal information and can be used, if you want to see nice looking dashboard instead looking on bunch of numbers and graphs. Ward works nice on all popular operating systems, because it uses OSHI.
All features tested on: Windows
Linux
Features
Installation
Create your own jar
1. Clone the project
2. Import project in your IDE as Maven project
3. mvn clean package
4. jar will be in the target folder
Run jar file
1. Create you own jar as described above
2. Execute jar on Windows or Linux with administrative rights
3. Enter localhost:4000 and set up application
Build for Docker
1. Clone the project
2. docker build --tag ward
3. docker run --rm -it --name ward -p 4000:4000 -p <application port>:<application port> --privileged ward
4. Go to localhost:4000 in web browser, input the same application port
5. If you get error after being redirected to application port try hitting refresh