Open johnvpr opened 11 months ago
Did you follow this section of the config file:
Web Server
WEB_SERVER_ENABLED="true" WEB_SERVER_AUTH="true" WEB_SERVER_LOGIN="admin" WEB_SERVER_PASSWORD=""
Enables the local webserver, for configuration, car control, or to retreive an image snapshot via a web browser. Available at : http://
WEB_SERVER_OPTIONS="cam config car jpeg"`
This adds access controls limiting which parts of the web server are exposed.
cam = cam.cgi
config = config.cgi
car = car.sh
jpeg = jpeg.cgi
yeah, more so the error is backwards. Without the WEB_SERVER_OPTIONS
line, it should prevent you from accessing any of the pages.
It is telling you to add it ...
version 4.36.9.139 Sun Nov 19 11:58:58 PM PST 2023 camera return this if I go to http://10.10.40.217/
however loads if go to: http://10.10.40.217/cgi-bin/config.cgi
Tested in Firefox and Chrome by clearing the cache