Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BSoDium/Slashboard-desktop
A simple and convenient dashboard to monitor the activity and performance of your home servers.
https://github.com/BSoDium/Slashboard-desktop
dashboard electron featured monitoring performance reactjs server slashboard task-manager
Last synced: 2 days ago
JSON representation
A simple and convenient dashboard to monitor the activity and performance of your home servers.
- Host: GitHub
- URL: https://github.com/BSoDium/Slashboard-desktop
- Owner: BSoDium
- License: mit
- Created: 2021-09-03T16:27:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-06T11:28:57.000Z (over 2 years ago)
- Last Synced: 2024-08-01T12:29:18.215Z (3 months ago)
- Topics: dashboard, electron, featured, monitoring, performance, reactjs, server, slashboard, task-manager
- Language: TypeScript
- Homepage:
- Size: 1.66 MB
- Stars: 258
- Watchers: 9
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Slashboard desktop client
A simple and convenient way to monitor the activity and performance of your servers. Probably more ergonomic than your average terminal htop.
> Built using Electron and React.
## Screenshots
### Server list
![ServerList](https://raw.githubusercontent.com/BSoDium/Slashboard-desktop/main/assets/screenshots/ServerList.png)
### Dashboard
![Dashboard_upper](https://raw.githubusercontent.com/BSoDium/Slashboard-desktop/main/assets/screenshots/Dashboard_upper.png)
![Dashboard_lower](https://raw.githubusercontent.com/BSoDium/Slashboard-desktop/main/assets/screenshots/Dashboard_lower.png)
## Installation
- Download the [latest release](https://github.com/BSoDium/Slashboard-desktop/releases/latest) of the desktop client for your OS
- Install [Slashboard-Pulsar](https://github.com/BSoDium/Slashboard-pulsar) on your server, a lightweight node js server which will be used to retrieve the data and display it on the dashboard.
Once set up, you will probably need to forward a port in order to make your server accessible from anywhere on the internet. See [Pulsar's documentation](https://github.com/BSoDium/Slashboard-pulsar#readme) for more info.
## Usage
When you eventually know your server's IP, port and key (again, see Pulsar's readme), click "add" (or "Let's get started" if you haven't added any servers yet) and fill in the required fields.
Click the server's icon to access its dashboard view, hover it to display the "refresh", "edit" and "delete" buttons.