Accessing Qlik Replicate from a remote computer
You can access Qlik Replicate from any computer in your network.
Accessing the Qlik Replicate Console
To access the Qlik Replicate Console from a remote computer, type the following address in the address bar of your Web browser:
Qlik Replicate Server on Windows:
https://
computer-name/attunityreplicate
Qlik Replicate Server on Linux:
https://
computer-name
:<port>/attunityreplicate
Where <computer name> is the name or IP address of the computer where the Qlik Replicate Server is installed and <port> is the C UI Server port (3552 by default). For more information on the C UI Server component, see Qlik Replicate UI server configurations.
The person logged in to the computer where you are accessing the Console must be an authorized Qlik Replicate user. For more information, see User permissions.
Viewing the current connection values URL
To see the current connection values:
- Open a command prompt as an administrator and change the working directory to the Replicate bin directory.
-
Run the following command:
repuictl configuration show
The output will be similar to this:
--address "" --http_port "80" --https_port "443" --root_url "attunityreplicate" --user_timeout "5" --domain "mydomain.com" --ad_default_container "" --authentication_method "SSO" --static_http_headers --rest_http_headers --use_strict_same_site_cookie "False"
Information noteAn empty address (--address "") means that the current computer name will be used.