Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 692 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 692 Bytes

Mostly Secure Camera Viewer

Requirements

  • A web server with PHP installed

To install

  1. Download ZIP
  2. Extract files to a folder on your server
  3. Open index.php and edit the following lines:
    • Line 6: $secretusername = 'username';
    • Line 7: $secretpassword = 'password';
  4. Save the file and close it.
  5. Open viewer.php and edit the following lines:
    • Line 8: $_camUser = "guest";
    • Line 9: $_camPass = "password";
    • Edit the Camera IPs:
      • Line 14: $_cam1IPi = "0.0.0.0:80";
      • Line 15: $_cam1IPe = "domain.com:80";
  6. Save the file and close it.

You can now visit the directory that you extracted the files into on your server and log in to start viewing your cameras.