Skip to content

Pi-Panel: Your personal hub for keeping an eye on your Raspberry Pi's performance.

Notifications You must be signed in to change notification settings

RoodyCode/Pi-Panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pi Panel

Your personal hub for keeping an eye on your Raspberry Pi's performance. Quickly gauge its health, see how long it's been running, or check memory usage, all in one simple dashboard.

App Screenshot

⭐ Features

  • Connected Status: Instantly see if your Raspberry Pi is online or offline.
  • CPU Usage: Monitor the current CPU usage to ensure optimal performance.
  • RAM Usage: Keep an eye on memory consumption to prevent potential slowdowns or crashes.
  • Up-Time: Track how long your Raspberry Pi has been running without interruptions.
  • Reboot and Shutdown: Execute these crucial commands with just a click, ensuring safe and easy management.

🐳 Installation using Docker

One-Line Installation: To quickly get Pi Panel up and running with Docker, use the following command:

docker run -d --name pi-panel -p 3000:3000 roodycode/pi-panel:latest

Made in 2020