Instruction
Allxon provides fast & easy installation methods. Follow the steps below to install Allxon Agent.
<Environment> At your edge device.
Recommended OS :
> Linux Ubuntu (ARM, x86) 18.04, 20.04, 22.04*
> Windows 10 (x86_64) enterprise LTSB/LTSC build: 1607, 1809*
* For support in other operating systems or versions, please contact us to confirm availability.
💡 Note
Already have Allxon Agent installed on your device?
Simply bring up Allxon Agent by pressing Ctrl + Shift + B and skip to
Get Device Pairing Code
Install Allxon Agent via Command Prompt
- To install Allxon Agent via command prompt, please follow the instructions below. You need to open a new tab in the Command Prompt first, then enter the following command, and the installation process of Allxon Agent and the related packages will start automatically.
<💡 Note > Please Input the following command without inserting a newline.
-
Linux: Installation Command in Terminal or SSH client
sudo bash -c "$(wget -qO - https://get.allxon.net/linux)"
-
Windows: Installation Command in Command Prompt
(Run as Administrator)
powershell -command "Invoke-WebRequest -OutFile %temp%\agent-installer.bat https://get.allxon.net/windows" && %temp%\agent-installer.bat
-
-
-
After installation, Allxon Agent should start up automatically. Upon successful installation, reboot your device. If Allxon Agent does not start, please press Ctrl + Shift + B to start the agent.
-----------------------------------------------------------------------------
Library dependency list
List of library or package dependencies of Allxon Agent.
-
Ubuntu (ARM, x86) 18.04, 20.04
Package |
Description |
|
1* |
gcc-multilib or g++-multilib |
Allxon Agent installation. |
2 |
libssl1.1 |
Server-related connections. |
3 |
gnome-screenshot |
Screenshot-related function. |
4 |
lshw |
Hardware information acquisition (e.g., keyboard, mouse, etc.). |
5 |
libblkid1 |
Hardware information acquisition (e.g., USB). |
6 |
x11-xserver-utils |
Hardware information acquisition (e.g., HDMI connection status). |
7 |
net-tools |
Software information acquisition (e.g., network status). |
8 |
fonts-roboto |
Roboto Font Package Installation |
* “gcc-multilib” and “g++-multilib” are the default packages in Ubuntu 18.04 (ARM), please ensure that either one of the packages is installed.
---------------------------------------------------------------------------
Next article →