How to install Orchestrator Agent
To begin the Edge Node installation process, you must download the Orchestrator installation binary of your choice.
Download the Azion Edge Node option that matches your operating system:
Operating System | Architecture | File |
---|---|---|
FreeBSD | x86_64 | edge-orchestrator |
FreeBSD | ARM64 | edge-orchestrator |
Linux | x86_32 | edge-orchestrator |
Linux | x86_64 | edge-orchestrator |
Linux | ARM32 | edge-orchestrator |
Linux | ARM64 | edge-orchestrator |
MacOS | x86_64 | edge-orchestrator |
Alternatively, you can download it using the command line. In the example, the download link refers to the Linux/x86_64 agent. If you want to download another version, just change the URL for the required operating system or architecture:
curl -O http://downloads.azion.com/linux/x86_64/edge-orchestrator
After downloading, follow the steps below to install the Orchestrator agent to your device:
- Inside the directory where the binary is in, install the Orchestrator agent:
sudo chmod +x edge-orchestrator
sudo ./edge-orchestrator install
- Enter your personal token when prompted.
- Start the Orchestrator agent after installing it:
sudo ./edge-orchestrator start
sudo ./edge-orchestrator start --foreground