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

Search help:


After enable device's DDNS, now we can access the device from internet .How will the device sync. with the AMS to push the data?

Solution
It will depend on your setup. If you are connecting the ACTAtek outside the network of AMS, you will need to configure port forwarding to the AMS server. Then after, you can register the ACTAtek to the public IP address of the AMS server.

To register the ACTAtek to AMS, simply login to the ACTAtek's web interface and enable Access Manager mode from Terminal Setup page. Then Access Client Setup page and type in to the end point URL like below.

http://{ PUBLIC IP ADDRESS OF AMS}/AccessServer/AccessService.asmx
 
Was this article helpful? yes / no
Article details
Article ID: 1
Category: AMS Software
Views: 721
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 '';