✓ Solved
Install Resilio Sync
Hi, how do I install Resilio Sync?
I tried this guide:
https://www.addictivetips.com/ubuntu-linux-tips/set-up-resilio-sync-server-on-linux/
But I don't know how to enter the https://localhost:8888/gui/ on the linode linux from my real computer.
2 Replies
✓ Best Answer
Get's:
channel 3: open failed: connect failed: Connection refused
Should this work?
From your workstation terminal, enter the following the command, substituting $USERNAME with your Linux Limited User Name, and $IP_ADDRESS with the IP address of your Server Linode:
ssh $USERNAME@$IP_ADDRESS -L 8888:localhost:32400
You now have an established SSH connection to your Linode in your terminal.
Enter http://localhost:8888/web into your workstation browser to access.