param.cgi?cmd=getserverinfo
Get your Camera Server Variables
model: Camera Model IdentifierhardVersion: Hardware VersionsoftVersion: Firmware VersionwebVersion: WebUI VersionsysVersion: WebUI Build Revisionname: Camera Namestartdate: Camera Start
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=getserverinfo
cmd="getserverinfo";
model="2K+";
name="IN-9408";
startdate="2022-04-21 12:25:12";
hardVersion="1.0";
sysVersion="215";
softVersion="1.0.0";
webVersion="1.0";
response="200";
GET: http://192.168.2.168/param.cgi?cmd=getserverinfo&user=admin&pwd=instar
cmd="getserverinfo";
model="2K+";
name="IN-9408";
startdate="2022-04-21 12:25:12";
hardVersion="1.0";
sysVersion="215";
softVersion="1.0.0";
webVersion="1.0";
response="200";
param.cgi?cmd=getservertime
Get your Camera Server Variables
timezone: Time zone eg. Europe/Berlintime: Current time get format: 20211026121831, set format: 2021.10.26.12.18.31
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=getservertime
cmd="getservertime";
timezone="Europe/Berlin";
time="20220721110333";
response="200";
GET: http://192.168.2.168/param.cgi?cmd=getservertime&user=admin&pwd=instar
cmd="getservertime";
timezone="Europe/Berlin";
time="20220721110333";
response="200";
param.cgi?cmd=getuserinfo
at_userid: Active user IDat_username: Active user nameat_authlevel: Active user authentication levelat_enable: Active user active statusat_lancode: Active user webUI language codeat_authexpire: Active user authentication token expiration
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=getuserinfo
cmd="getuserinfo";
at_userid="1";
at_username="admin";
at_authlevel="212991";
at_enable="1";
at_lancode="de";
at_authexpire="4";
response="200";
GET: http://192.168.2.168/param.cgi?cmd=getuserinfo&user=admin&pwd=instar
cmd="getuserinfo";
at_userid="1";
at_username="admin";
at_authlevel="212991";
at_enable="1";
at_lancode="de";
at_authexpire="4";
response="200";
param.cgi?cmd=getvendorinfo
product: Camera modelvendor: Camera manufacturerseries: Camera series
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=getvendorinfo
cmd="getvendorinfo";
product="9408-WLAN";
series="INSTAR 2K+";
vendor="INSTAR";
response="200";
GET: http://192.168.2.168/param.cgi?cmd=getvendorinfo&user=admin&pwd=instar
cmd="getvendorinfo";
product="9408-WLAN";
series="INSTAR 2K+";
vendor="INSTAR";
response="200";
param.cgi?cmd=getdevinfo
product: Camera modelhardVersion: Hardware revisionserialno: Camera serial number
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=getdevinfo
cmd="getdevinfo";
serialno="940800026";
product="9408-WLAN";
hardVersion="1.0";
response="200";
GET: http://192.168.2.168/param.cgi?cmd=getdevinfo&user=admin&pwd=instar
cmd="getdevinfo";
serialno="940800026";
product="9408-WLAN";
hardVersion="1.0";
response="200";
param.cgi?cmd=getnetattr
Get your Camera´s Network Configuration
dhcpflag: on: (DHCP enabled), off: (DHCP disabled)ip: LAN IPv4 Addressnetmask: LAN Subnet Maskgateway: LAN Gatewaydnsstat: DNS Status: 0 (manually), 1 (from DHCP Server)fdnsip: Primary DNSsdnsip: Secondary DNSmacaddress: LAN MAC Addressnetworktype: LAN or WLAN
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=getnetattr
cmd="getnetattr";
dhcpflag="1";
ip="192.168.2.24";
netmask="255.255.255.0";
gateway="192.168.2.1";
dnsstat="0";
fdnsip="192.168.2.1";
sdnsip="192.168.2.1";
macaddress="b2:f0:13:c0:21:09";
networktype="LAN";
response="200";
GET: http://192.168.2.168/param.cgi?cmd=getnetattr&user=admin&pwd=instar
cmd="getnetattr";
dhcpflag="1";
ip="192.168.2.24";
netmask="255.255.255.0";
gateway="192.168.2.1";
dnsstat="0";
fdnsip="192.168.2.1";
sdnsip="192.168.2.1";
macaddress="b2:f0:13:c0:21:09";
networktype="LAN";
response="200";
SET: http://admin:instar@192.168.2.168/param.cgi?cmd=setnetattr&dhcpflag=1&ip=192.168.2.24&netmask=255.255.255.0&gateway=192.168.2.1&fdnsip=192.168.2.1&sdnsip=8.8.8.8
cmd="setnetattr";
response="200";
param.cgi?cmd=getlanmac
Get your Camera´s LAN MAC Address
macaddress: MAC Address of the LAN Interface
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=getlanmac
GET: http://192.168.2.168/param.cgi?cmd=getlanmac&user=admin&pwd=instar
param.cgi?cmd=getwifimac
Get your Camera´s WiFi MAC Address
macaddress: MAC Address of the WLAN Interface
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=getwifimac
GET: http://192.168.2.168/param.cgi?cmd=getwifimac&user=admin&pwd=instar
param.cgi?cmd=getinfrared
Get IR LED Parameter
infraredstat: Day/Night Mode - 0 (no IR), 1 (always IR), 2 (auto)infraredcutstat: IRcut filter - 0 (off), 1 (on), 2 (auto)infraredtimer: Enable IR LED time schedule [0,1]infraredday: Trigger time for day mode 24h=86400s [0-86399]infrarednight: Trigger time for night mode 24h=86400s [0-86399]
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=getinfrared
cmd="getinfrared";
infraredstat="0";
infraredcutstat="2";
infraredtimer="0";
infraredday="0";
infrarednight="0";
response="200";
GET: http://192.168.2.168/param.cgi?cmd=getinfrared&user=admin&pwd=instar
cmd="getinfrared";
infraredstat="2";
infraredcutstat="2";
infraredtimer="0";
infraredday="0";
infrarednight="0";
response="200";
SET: http://admin:instar@192.168.2.168/param.cgi?cmd=setinfrared&infraredstat=2&infraredcutstat=2&infraredtimer=0&infraredday=0&infrarednight=0
cmd="setinfrared";
response="200";
param.cgi?cmd=getourddnsattr
Get your Camera´s INSTAR DDNS Configuration
our_enable: 1: INSTAR DDNS enabled, 0: INSTAR DDNS disabledour_server: INSTAR DDNS Server Domainour_port: INSTAR DDNS Server Portour_uname: Your INSTAR DDNS IDour_passwd: Your INSTAR DDNS Passwordour_domain: Your INSTAR DDNS Addressour_interval: Update Interval
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=getourddnsattr
cmd="getourddnsattr";
our_enabled="1";
our_uname="";
our_passwd="";
our_server="";
our_port="";
our_domain="";
our_interval="600";
our_tls="1";
response="200";
GET: http://192.168.2.168/param.cgi?cmd=getourddnsattr&user=admin&pwd=instar
cmd="getourddnsattr";
our_enabled="1";
our_uname="";
our_passwd="";
our_server="";
our_port="";
our_domain="";
our_interval="600";
our_tls="1";
response="200";
param.cgi?cmd=getrebootflag
Get Reboot Flag
rebootflag: Does your camera need to be rebooted to activate a new setting? [0,1]
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=getrebootflag
cmd="getrebootflag";
rebootflag="0";
response="200";
GET: http://192.168.2.168/param.cgi?cmd=getrebootflag&user=admin&pwd=instar
cmd="getrebootflag";
rebootflag="0";
response="200";
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=setrebootflag&rebootflag=0
cmd="setrebootflag";
response="200";
param.cgi?cmd=getlanguage
Get Language Flag
lancode: Language used for the web user interface de, en, fr, cn, pl
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=getlanguage
cmd="getlanguage";
lancode="en";
response="200";
GET: http://192.168.2.168/param.cgi?cmd=getlanguage&user=admin&pwd=instar
cmd="getlanguage";
lancode="de";
response="200";
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=setlanguage&lancode=fr
cmd="setlanguage";
response="200";
param.cgi?cmd=getmode
Get Camera Mode
mode: User mode [1] (enables WPS trigger) / Factory mode [0] (enables Aging mode)
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=getmode
cmd="getmode";
mode="1";
response="200";
GET: http://192.168.2.168/param.cgi?cmd=getmode&user=admin&pwd=instar
cmd="getmode";
mode="1";
response="200";
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=setmode&mode=1
cmd="setmode";
response="200";
param.cgi?cmd=gettimerreboot
Get Camera Auto Reboot Times
sr_enable: [0,1]sr_day: [0-7] Reboot every x [days]sr_time: [0-86399] Reboot every x [s]
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=gettimerreboot
cmd="gettimerreboot";
sr_enable="0";
sr_day="0";
sr_time="0";
response="200";
GET: http://192.168.2.168/param.cgi?cmd=gettimerreboot&user=admin&pwd=instar
cmd="gettimerreboot";
sr_enable="1";
sr_day="0";
sr_time="0";
response="200";
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=settimerreboot&sr_enable=0&sr_day=0&sr_time=0
cmd="settimerreboot";
response="200";
param.cgi?cmd=getlatestversioninfo
Check Latest Software Version
available: [0,1]current_version: Installed Software Versionlatest_version: Latest Software Version
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=getlatestversioninfo
cmd="getlatestversioninfo";
available="1";
current_version="117";
latest_version="80";
response="200";
GET: http://192.168.2.168/param.cgi?cmd=getlatestversioninfo&user=admin&pwd=instar
cmd="getlatestversioninfo";
available="1";
current_version="117";
latest_version="";
response="200";
param.cgi?cmd=gethwstate
Check System Clock State
hwclock: Check hardware clock hwclock process [0,1]
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=gethwstate
cmd="gethwstate";
hwclock="1";
response="200";
GET: http://192.168.2.168/param.cgi?cmd=gethwstate&user=admin&pwd=instar
cmd="gethwstate";
response="214";
param.cgi?cmd=gettemp
Check Chipset Temperature
temp: Temperature recorded by the camera main board
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=gettemp
cmd="gettemp";
temp="76";
response="200";