Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
################ HTTP/S WEB SERVER #################
##
## ENABLE_WEBSERVER specifies whether the HTTP/S WEB Server is enabled or disabled.
## Value Operation
## 0 Disabled (default)
## 1 Enabled
## This parameter is supported by:
## J100 SIP R2.0.0.0 and later, J139 SIP R3.0.0.0 and later; If the phone boots up in 3PCC environment and ENABLE_WEBSERVER is not explicitly set 0, it will be internally set to 1.
## This is to enable web server by default in 3PCC environments.
## SET ENABLE_WEBSERVER 1
##
## WEBSERVER_ON_HTTP specifies whether HTTP access to the Web Interface is enabled or disabled.
## The WEB Server will be accessible using HTTP as long ENABLE_WEBSERVER and WEBSERVER_ON_HTTP are set to 1.
## The WEB Server will be accessible using HTTPS as long ENABLE_WEBSERVER is set to 1 AND (Identity certificate is installed in factory or
## using WEB/SCEP/PKCS12 file download).
## Value Operation
## 0 Web Server will not be accessible via HTTP
## 1 Web Server will be accessible via HTTP (Default)
## This parameter is supported by:
## J100 SIP R2.0.0.0 and later, J139 SIP R3.0.0.0 and later
## SET WEBSERVER_ON_HTTP 0
##
## WEB_HTTP_PORT specifies the HTTP port on which the Web Server running on the phone will be accessed using HTTP.
## Valid values are 80-65535. The default value is 80.
## This parameter is supported by:
## J100 SIP R2.0.0.0 and later
## SET WEB_HTTP_PORT 81
##
## WEB_HTTPS_PORT specifies the HTTPS port on which the Web Server running on the phone will be accessed using HTTPS.
## Valid values are 443-65535. The default value is 443.
## This parameter is supported by:
## J100 SIP R2.0.0.0 and later, J139 SIP R3.0.0.0 and later
## SET WEB_HTTPS_PORT 444
##
## FORCE_WEB_ADMIN_PASSWORD specifies the password to access the phone through Web as Administrator.
## From settings file, FORCE_WEB_ADMIN_PASSWORD will be used instead of WEB_ADMIN_PASSWORD (configured from the Web Interface).
## As long as FORCE_WEB_ADMIN_PASSWORD is configured in the Settings file, it will be used as the Web admin password.
## It will overwrite any password user might have configured from the Web Interface.
## Valid values are: 8 to 31 alphanumeric characters including upper, lower and special characters.
## Special characters allowed:~!@#$%^&*_-+=`|\(){}[]:;'<>,.?/. The default is "27238".
## Note: WEB_ADMIN_PASSWORD has no interaction with PROCPSWD or ADMIN_PASSWORD.
## This parameter is supported by:
## J100 SIP R2.0.0.0 and later, J139 SIP R3.0.0.0 and later
## SET FORCE_WEB_ADMIN_PASSWORD HelloWorld!01