2. Get access
Below steps enables you to:
- Register and receive welcome emails
- Install user certificates
- Login to AosEdge
info
For detailed full walk-through, see How-to > Create your first AosEdge account.
Register to AosEdge
Access AosEdge website and click the Sign Up link. Registration form will appear.
Fill the registration form, and click Sign Up. Welcome emails will be sent with next steps.
Welcome emails
Follow the steps in the emails.
In the steps, you should find CLI command with your user token as below.
Install user certificates
Run the command. Your user certificates will be generated and installed to your host machine and browser.
- Windows
- macOS/Linux
~/.aos/venv/Scripts/python -m aos_keys new-user -d aoscloud.io -t [user_token] --oem
Example output
~/.aos/venv/Scripts/python -m aos_keys new-user -d aoscloud.io -t [user_token] --oem
File C:\Users\User\.aos\security\aos-user-oem.p12 created
Done!
~/.aos/venv/bin/python3 -m aos_keys new-user -d aoscloud.io -t [user_token] --oem
Example output
~/.aos/venv/bin/python3 -m aos_keys new-user -d aoscloud.io -t [user_token] --oem
File ~\.aos\security\aos-user-oem.p12 created
Done!
note
- You will receive two emails, each for OEM and SP (Service Provider) user accounts. Repeat above for each to install the certificates for both accounts. SP user account will be needed later when creating your Service.
- AosEdge features password-less login for higher security, which utilizes the installed certificates.
info
- To confirm the installed certificates, follow the instructions here.
- To restore your lost certificate, see How to > Tutorial > Restore user certificate
Login
Navigate to the AosEdge website and click the Sign In link. Sign In page will appear with OEM, Service Provider, and Fleet Owner buttons.
Click the OEM button.
You should be logged in as OEM user, and able to see your AosEdge dashboard.