Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

pirafrank/raspberrypi-web-panel

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

About

A simple web panel to control your Raspberry Pi on a local network.

Features

  • Info page with information about:
    • uptime
    • load average
    • temperature
    • memory
    • disks
    • network I/O*
    • logged in users
    • running processes
  • Support for CUPS
    • print queue
    • control panel
  • Support for transmission torrent client

(*) It may require days (or even weeks) for network I/O info to be displayed. A first bucket of data needs to be collected for statistical reasons. See network

Installation

$ git clone https://github.com/pirafrank/raspberrypi-web-panel.git
$ cd raspberrypi-web-panel
$ sudo su
# cp info.cgi /usr/local/cgi-bin/
# chmod 755 /usr/local/cgi-bin/info.cgi
# cp tempC.sh /usr/local/bin/
# chmod +x /usr/local/bin/tempC
# cp tempF.sh /usr/local/bin/
# chmod +x /usr/local/bin/tempF
# cp index.html /var/www/
# exit
$ exit

Usage

Simply visit your raspberry on your local network via IP address (e.g. http://192.168.0.102).

License

The software in this repository is released under the GNU GPLv3 License by Francesco Pira (dev[at]fpira[dot]com, fpira.com). You can read the terms of the license here.

Credits

  • Standart built-in tools.
  • vnStat

About

A simple web panel to control your Raspberry Pi on a local network.

Resources

License

Stars

Watchers

Forks

Packages

No packages published