Skip to content

Setup IECTL on Linux

After downloading IECTL from IEHUB , unzip it and follow the installation process mentioned below:

Installation

chmod +x iectl
sudo mv iectl /usr/local/bin/

If you do not have root access on the system, you can use: iectl to the ~/.local/bin directory:

chmod +x iectl
mkdir -p ~/.local/bin
mv ./iectl ~/.local/bin/iectl

Verify Installation

Test to ensure the version you installed is up-to-date:

iectl version

Enabling TCP remote access

To enable TCP access, refer to the Docker Site.