1. Install the binary for your OS:
In the Downloads folder, right click and select "Extract all"
Extract to Desktop
Once extracted, do not open the file, as it can only be accessed via command line.
Open Windows PowerShell and continue on to the next step
curl -L https://github.com/storj/storj/releases/latest/download/uplink_linux_amd64.zip -o uplink_linux_amd64.zipunzip -o uplink_linux_amd64.zipchmod 755 uplinksudo mv uplink /usr/local/bin/uplink
curl -L https://github.com/storj/storj/releases/latest/download/uplink_linux_arm.zip -o uplink_linux_arm.zipunzip -o uplink_linux_arm.zipchmod 755 uplinksudo mv uplink /usr/local/bin/uplink
curl -L https://github.com/storj/storj/releases/latest/download/uplink_darwin_amd64.zip -o uplink_darwin_amd64.zipunzip -o uplink_darwin_amd64.zipchmod 755 uplinksudo mv uplink /usr/local/bin/uplink
2. Save Access Grant to a file. The Access Grant that you created in the web interface needs to be saved to disk in a plain text file.
3. Import Access Grant.
Please note that Storj Labs does not know or store your encryption passphrase, so if you lose it, you will not be able to recover your files.
7. Your Uplink is configured and ready to use!