synchronisation takes about 5 minutes per 100,000 blocks
​
You can tell when the synchronisation has completed because the BEST block in Porta Explorer (https://console.porta.network/#/explorer) will match the block number in your terminal.
To communicate with the node through Polkadot-JS UI you must set up a secure proxy for web socket connections. Let's see how we can set up WSS on a remote Substrate node.
​
Stop the node running by pressing CRTL+C
​
Install nginx
sudoapt-getinstall nginx
Wait for the installation to finish.
​
Check nginx is working
Get the IP address of your server from Digital Ocean
​
Paste the IP address into a web browser and you will be met with the nginx welcome screen
​
You are now ready to move onto Part 2 of this tutorial series.