The Agent server listens for the secure HTTPS requests on port 4646. The connection URL will look similar to the following example (substitute the IP address value with the address of your server):
https://192.168.0.218:4646
You may also communicate with Agent using HTTP. In this case, the port number is 8080 and the URL should look like this:
http://192.168.0.218:8080
The URL will be used as an input parameter during the login procedure described in the following step.