Thanks cpsolution,
To access server A from client B you will want to start up an SSH connection session so you need to do this -
- Find out the IP address of server A that runs erpnext
- ‘open a terminal’ to access the Linux command line where you enter: ifconfig -a
- look there to find an ip address listed like this
eth0 Link encap:Ethernet HWaddr 52:54:00:70:5b:f1
inet addr:192.168.0.37 Bcast:192.168.0.255 Mask:255.255.255.0
- From client B, ssh login to the frappe user account on A
- from the command line: ‘ssh [email protected]’
at the password prompt try entering ‘frappe’
This may help you with details https://www.howtogeek.com/311287/how-to-connect-to-an-ssh-server-from-windows-macos-or-linux/