Loading knowledgebase suggestions...
» Category: Network, Wi-Fi & Remote Access
(Go back)
» Articles in this category:
 |
|
 |
| |
 |
To connect your ACTAtek device to a WiFi network using a QR code, please follow the steps below:
1. Visit qifi.org to generate a QR code fo |
|
 |
To connect your ACTAtek device with a WiFi network, please follow the steps below:
Log in to the ACTAtek web portal by entering the IP address of your device in a web browser. For example, 192.168... |
|
 |
Overview
ACTAtek devices without the built‑in WiFi module cannot use external USB WiFi dongles. If the device was not originally ordered with WiFi capability, a USB adapter cannot be added afterward... |
|
 |
Part A: Connect the ACTAtek device to the local area network:
Note:Please ensure that the network cable is connected between the device and the router's available LAN port firmly. |
|
 |
Please kindly check the attached file for more information. |
|
 |
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]... |
|
 |
The cross cable connection was used for the troubleshooting purpose in case of there was a network issue reported at the device under the client's network environment.
In real case,the device is just ... |
|
|
|
 |
|
 |
$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 ' |