Knowledgebase
Jakinid Support Website > Help Desk (Jakinid.com) > Knowledgebase

Search help:


How to enable the device's DDNS setting?

Solution

First of all,the client will need to sign up  a DDNS account e.g.No-IP.com .

After that,the client will have the below Login details to be entered into the device's DDNS page.

And then click [Submit] button to start the DDNS client program ,and  update the device's current public IP address to link with the Host Name that the client had applied . Once it is done,the device is ready to access via the signed up DDNS name.See the attached file as an example.

For example:

User name/Email: user@actatek.com

Password:actatek

Host name:actatek.no-ip.biz

 

 

Note:

Please make sure below.

-The device's IP setting is able to access the Internet.

-If the device was using private IP address (LAN),it will be required to setup the port-forwarding at the router setting. See the below link for more information

 http://setuprouter.com/

 

 Related article URL:

 http://www.jakinid.com/supportkb/knowledgebase.php?article=32

 

 

 

 

 

 

 
Was this article helpful? yes / no
Article details
Article ID: 116
Category: ACTAtek4
Views: 8758
Rating (Votes): Article not rated yet (0)

 
« Go back

$s = 1; if (file_exists(HESK_PATH . 'hesk_license.php')) { $h = (!empty($_SERVER['HTTP_HOST'])) ? $_SERVER['HTTP_HOST'] : ((!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : getenv('SERVER_NAME')); $h = str_replace('www.','',strtolower($h)); include(HESK_PATH . 'hesk_license.php'); if (isset($hesk_settings['license']) && strpos($hesk_settings['license'],sha1($h.'h3&Fp2#LaA&59!w(8.Zc]*+uR512')) !== false) { $s = 0; } else { echo '

INVALID LICENSE (NOT REGISTERED FOR '.$h.')!

'; } } if ($s) { echo '

 
Powered by Help Desk Software HESK - brought to you by Help Desk Software SysAid

'; } echo '
'; include(HESK_PATH . 'footer.txt'); echo '';