For each Computer / Server, please identify the Operating System (Windows, Mac, Linux) and follow the corresponding steps outlined below. If you need any assistance at any point during this process, please do not hesitate to reach out.
1. Open Powershell - (1) In the Start Menu, Search for ‘powershell’, (2) then right-click on ‘Windows Powershell’, (3) then Click ‘Run as Administrator’
2. A user access control window will pop up. Click ‘Yes.’
3. In the Terminal window, paste the unique Level Installer Script (Windows) provided by Elate.
*To note, the script will look similar to following script. Your actual script will be different, this script is provided just for your reference:
Reference-only Script:
$env:LEVEL_API_KEY = '9P7uCvvcTHqe4GQWvq5E3fSo'; Set-ExecutionPolicy RemoteSigned -Scope Process -Force; [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iwr -useb https://downloads.level.io/install_windows.ps1 | iex
4. Hit enter and wait for the installation to complete.
-Note: During the installation, the computer should remain connected to the internet. Do not terminate the terminal window.
—---------------------------------------------------------
1. Make sure you are logged into the Admin Profile on your computer, then Open “Terminal”. (1) In the upper right corner of your screen, (2) Click the “Spotlight Search”, and (3) search for ‘Terminal’ in the Spotlight Search Bar.
2. In Terminal, paste the unique Level Installer Script (Mac) provided by Elate. To note, the script will look similar to following script. Your actual script will be different, this script is provided just for your reference:
Reference-only Script:
LEVEL_API_KEY=9P7uCvvcTHqe4GQWvq5E3fSo bash -c '$(curl -L https://downloads.level.io/install_mac_os.sh)'
3. Hit enter and wait for the installation to complete.The level agent will be automatically installed.
*To note, this installation will require a password
4. After the installation is complete, a window will pop up prompting you to allow Level to run, please select ‘Open System Settings’, and please enable Level for these 3 System Settings:
a) System Settings > Privacy & Security > Accessibility > Turn Level On
b) System Settings > Privacy & Security > Screen Recording > Turn Level On
c) System Settings > Privacy & Security > Full Disk Access > Turn Level On
—---------------------------------------------------------
1. Go to the “Terminal” that is located on the sidebar of the screen (For Ubuntu).
2. Paste the unique Level Installer Script (Linux) provided by Elate into the terminal.
*To note, the script will look similar to this. Your actual script will be different, this script is provided just for your reference:
Reference-only Script:
LEVEL_API_KEY=9P7uCvvcTHqe4GQWvq5E3fSo bash -c “$(curl -L https://downloads.level.io/install_linux.sh)”
Please do note that you should have an elevated permission meaning you may need to add the command “sudo” together with the level command.