Chapter 6: Using the Web Interface288 To access the master device via SSH, the command is:ssh -p 50200 192.168.84.77Examples using standard TCP/UDP ports: To access the master device via HTTPS, the IP address is:https://192.168.84.77:443/ To access the master device via HTTP, the IP address is:http://192.168.84.77:80/ To access the master device via SSH, the command is:ssh -p 22 192.168.84.77Slave 1 device:Position code for Slave 1 is '01' so each port number is 5NN01 as shownbelow.Protocols Port numbersHTTPS 50001HTTP 50101SSH 50201TELNET 50301SNMP 50501MODBUS 50601Examples: To access Slave 1 via HTTPS, the IP address is:https://192.168.84.77:50001/ To access Slave 1 via HTTP, the IP address is:http://192.168.84.77:50101/ To access Slave 1 via SSH, the command is:ssh -p 50201 192.168.84.77Slave 2 device:Position code for Slave 2 is '02' so each port number is 5NN02 as shownbelow.Protocols Port numbersHTTPS 50002HTTP 50102