Install UniquID CLI
Update Python
Make sure you're running Python 3+ and pip3. For setup instructions, see:
PrerequisitesInstall package from pip3
sudo pip3 install uniquidVerify version
Make sure uniquid CLI client has been installed and is on the latest stable version
uniquid --versionConfigure CLI
Navigate to directory where you downloaded the credentials.json file
cd /path/to/file/You must upload your credentials to your EC2 instance. There are 2 options for this:
Option 1 - Use scp to copy the UniquID credentials file from your development machine to the EC2 instance:
Option 2 - Cut and paste the contents of the UniquID credentials file after you SSH into the instance:
Check login
Login to UniquID with the credentials.json file and check the status
Last updated