Skip to content

real-time server resource monitor, remote file explorer and shell

Notifications You must be signed in to change notification settings

hexxt-git/server-monitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

server monitor app

an app to watch your server resources and files in real time

preview

  • real time resources: image image
  • file explorer: image
  • console: image

how to use

clone the source code

git clone https://github.com/hexxt-git/server-monitor/

make sure you have a javascript runtime installed and install the dependencies

  • for the backend
cd backend;
bun install;
bun .;
  • for the frontend
cd frontend;
bun install;
bun dev --host;

now open http://localhost:5173 for localhost or, http://<your ip address>:5173 on another device

this project

this project was made for 'hollow dev' micro club's internal backend development challenges competition and it won us first place

About

real-time server resource monitor, remote file explorer and shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 65.6%
  • TypeScript 30.3%
  • JavaScript 2.6%
  • HTML 1.3%
  • CSS 0.2%