Das Netzwerk Menü :: Fernzugriff


param.cgi?cmd=getourddnsattr

Get your Camera´s INSTAR DDNS Configuration

  • our_enable: 1: Enable INSTAR DDNS Update, 0: INSTAR DDNS disabled
  • our_interval: Update Interval in seconds

Example

GET: http://admin:instar@192.168.2.168/param.cgi?cmd=getourddnsattr

cmd="getourddnsattr";
our_enable="1";
our_interval="600";
response="200";
GET: http://192.168.2.168/param.cgi?cmd=getourddnsattr&user=admin&pwd=instar

cmd="getourddnsattr";
our_enable="1";
our_interval="600";
response="200";
GET: http://192.168.2.168/param.cgi?cmd=setourddnsattr&our_enable=1&user=admin&pwd=instar

cmd="setourddnsattr";
response="200";

param.cgi?cmd=getddnsfacattr

Get your Camera´s INSTAR DDNS Configuration

  • our_server: INSTAR DDNS Server Domain
  • our_port: INSTAR DDNS Server Port
  • our_uname: Your INSTAR DDNS ID
  • our_passwd: Your INSTAR DDNS Password Note: The password can be SET but will not be returned in a GET request!
  • our_domain: Your INSTAR DDNS Address
  • our_tls: Use TLS Encryption

Example

GET: http://admin:instar@192.168.2.168/param.cgi?cmd=getddnsfacattr

cmd="getddnsfacattr";
our_uname="lulu69";
our_server="ddns3-instar.de";
our_port="443";
our_tls="1";
our_domain="lulu69.ddns3-instar.de";
response="200";

param.cgi?cmd=getexddnsattr

Get your Camera´s 3rd Party DDNS Configuration

  • ex_enabled: 1: 3rd Party DDNS activated / INSTAR DDNS disabled, 0: 3rd Party DDNS deactivated / INSTAR DDNS enabled
  • ex_service: 0: duckdns, 1: ddnss, 2: dyndns, 3: noip
  • ex_uname: Your Username
  • ex_passwd: Your Password Note: The password can be SET but will not be returned in a GET request!
  • ex_domain: Your 3rd Party DDNS Address
  • ex_interval: Update interval in seconds
  • ex_token: Token / key aquired from the service provider

Example

GET: http://admin:instar@192.168.2.168/param.cgi?cmd=getexddnsattr
cmd="getexddnsattr";
ex_enable="0";
ex_uname="";
ex_service="";
ex_domain="";
ex_interval="600";
ex_token="";
response="200";
GET: http://192.168.2.168/param.cgi?cmd=getexddnsattr&user=admin&pwd=instar
cmd="getexddnsattr";
ex_enable="0";
ex_uname="";
ex_service="";
ex_domain="";
ex_interval="600";
ex_token="";
response="200";
SET: http://admin:instar@192.168.2.168/param.cgi?cmd=setexddnsattr&ex_enabled=1&ex_service=0&ex_uname=myUsername&ex_passwd=myPassword&ex_domain=myDomain.dyndns.com&ex_interval=600
cmd="setexddnsattr";
response="200";

param.cgi?cmd=getserverinfo

Get your Camera Server Variables

  • model: Camera Model Identifier
  • hardVersion: Hardware Version
  • softVersion: Firmware Version
  • webVersion: WebUI Version
  • sysVersion: Build Revision
  • name: Camera Name
  • startdate: 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=getp2pattr

Get your Camera´s INSTAR Point-2-Point Configuration

  • p2p_enabled: P2P Service is enables [0,1]
  • p2p_port_min: Lower threshold of port range used by the P2P service [1,65535]
  • p2p_port_max: Upper threshold of port range used by the P2P service [1,65535]

Example

GET: http://admin:instar@192.168.2.168/param.cgi?cmd=getp2pattr

cmd="getp2pattr";
p2p_enable="1";
p2p_port_min="20000";
p2p_port_max="30000";
response="200";
GET: http://192.168.2.168/param.cgi?cmd=getp2pattr&user=admin&pwd=instar

cmd="getp2pattr";
p2p_enable="1";
p2p_port_min="20000";
p2p_port_max="30000";
response="200";

param.cgi?cmd=getp2pfacattr

Get your Camera´s INSTAR Point-2-Point Configuration

  • p2p_uid: Your personal P2P user identification
  • p2p_license: P2P license

Example

GET: http://admin:instar@192.168.2.168/param.cgi?cmd=getp2pfacattr

cmd="getp2pfacattr";
p2p_uid="INSTAR-888888-XXXX";
p2p_license="RH56GH";
response="200";
GET: http://192.168.2.168/param.cgi?cmd=getp2pfacattr&user=admin&pwd=instar

cmd="getp2pfacattr";
p2p_uid="INSTAR-888888-XXXX";
p2p_license="RH56GH";
response="200";