How to install Edge Orchestrator Agent

go to how to generate credentials
go to credentials reference documentation

To begin the Edge Node installation process, you must download the Edge Orchestrator installation binary of your choice.

Download the Azion Edge Node option that matches your operating system:

Operating SystemArchitectureFile
FreeBSDx86_64edge-orchestrator
FreeBSDARM64edge-orchestrator
Linuxx86_32edge-orchestrator
Linuxx86_64edge-orchestrator
LinuxARM32edge-orchestrator
LinuxARM64edge-orchestrator
MacOSx86_64edge-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 Edge Orchestrator agent to your device:

  1. Inside the directory where the binary is in, install the Edge Orchestrator agent:
Terminal window
sudo chmod +x edge-orchestrator
Terminal window
sudo ./edge-orchestrator install
  1. Enter the credential for the Edge Orchestrator agent.
  2. Start the Edge Orchestrator agent after installing it:
Terminal window
sudo ./edge-orchestrator start
Terminal window
sudo ./edge-orchestrator start --foreground

Contributors