How in the world do you upload this file to Vultr? It is asking me for a remote url, but won’t accept the zip file when I past this link directly. Please help.
I know this was an old post, but found this thread when searching, so posting a reply in case others find it as well.
Following q8reflex’s post above, you go to the Snapshot tab at vultr, not the ISO tab. On the bottom of the snapshot tab you can enter the URL for the contents of the zip file linked above, but you have to unzip it and upload it somewhere first. You can use dropbox or if you have signed up for vultr and don’t have another online storage or hosting spot, you can create a new temporary instance.
To do that, + Deploy new server. Server type, choose application tab, LAMP. Once it’s created login to that server (click products, on the instance, overview and the eye icon to unhide the pw, then click the console icon on the top right).
Logged into the console:
cd /var/www/html
wget https://download.peplink.com/firmware/fusionhub/fw-fusionhub-7.1.1-build1538-raw.zip
(version 7.1.1 link from TK_Liew’s post here: How to Migrate Your FusionHub Licence to a New VM - #8 by zegor_mjol )
unzip *.zip
ls -alth
Then you can go to the vultr snapshot tab. At the bottom upload from http://1.2.3.4/fusionhub.raw (where 1.2.3.4 is the main ip of the LAMP instance above) The raw file is about 400MB.
Then create a new server instance, server type: snapshot and select the snapshot you uploaded above.
Then your fusionhub is installed. Set the login immediately and/or enable the firewall limiting access to only your local IP. I’m not sure if there is a direct link for 8 raw. With 7.1.1 installed above, you can click firmware, update and update to 8.
Then you can enter your license and it’s running.
(And now you can delete the temporary LAMP instance.)