https://github.com/supermarcus/marcuspicontroller
Simple web console for Raspberry Pi
https://github.com/supermarcus/marcuspicontroller
Last synced: 10 months ago
JSON representation
Simple web console for Raspberry Pi
- Host: GitHub
- URL: https://github.com/supermarcus/marcuspicontroller
- Owner: SuperMarcus
- License: lgpl-3.0
- Created: 2016-07-20T03:44:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-20T03:50:42.000Z (almost 10 years ago)
- Last Synced: 2025-08-14T00:03:36.126Z (10 months ago)
- Language: CSS
- Size: 660 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Web Console for Raspberry Pi
============================
A simple web console for Raspberry Pi based on PHP and Javascript. LGPL licensed (The GNU Lesser General Public License, version 3.0 or any late versions). Theme by [HTML5Up](http://html5up.net)
Prepare
-------
To run this console, you'l need a web server installed on your Raspberry Pi (e.g. Nginx, Apache HTTPd), as well as PHP interpreter (version >= 5.4) with following extensions:
- json
- session
Be sure to comment `disable_functions` in `php.ini`, the script will use `popen()` to run commands and queries (e.g. `uname -a`)
Install
-------
There are no complicated processes during this section, all you needs to do is to paste the files to the document root of your web server.
Security
-------
The default user and password are `admin`. To change it or add more user, modify the contents in `cgi-root/supermarcus/Constants.php`