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

Search help:


If we are using more than 150 terminals, we may need 2 servers, in this case, can one device be connected to 2 servers? Is the limitation of 150 terminals due to the SDK/API? Can it increased?

Solution

The AMS 150 registered devices' limitation was related to the server side's performance .

If the customer had more than 150 devices ,they can configure some devices to  register with AMS no.1 server,and other devices to  register with AMS no.2 server,and both two AMS servers shared the same database.

 
Was this article helpful? yes / no
Article details
Article ID: 13
Category: AMS Software
Views: 739
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 '';