All Products
Search
Document Center

Elastic Compute Service:Install software on a Linux instance by using Workbench

Last Updated:Dec 01, 2025

You can use Workbench to automatically deploy software, such as Docker and MySQL, to your Elastic Compute Service (ECS) instances. This simplifies environment setup by eliminating the tedious process of manually entering commands. You can use either the AI Agent or preset Operation Orchestration Service (OOS) packages for deployment.

Scope

Method 1: Use AI Agent mode for assisted installation

AI Agent mode uses large language models to convert your natural language requests into executable commands.

The instance must have public network access to use AI Agent mode because this access is required to download installation packages from software sources.
  1. Log on to a Linux instance using Workbench.

  2. At the top of the terminal, click the image icon. The Install Software dialog box appears.

    image

  3. In the Install Software dialog box, click the Agent mode installation tab. In the input box, clearly describe your requirements. For best results, use the Software Name + Version + Additional Action format. For example:

    Install the latest stable version of Nginx. After installation, start the service and enable it to start on boot.
  4. After you describe your requirements, click Run or press Enter. A new terminal opens in AI Agent mode. Follow the AI guidance to complete the installation. For more information, see How to use AI Agent mode.

    Important

    The content generated by the AI provides suggestions and is for reference only. You must confirm the final operations and assume all associated risks.

  5. After the installation is complete, verify the software status.

    For example, verify that Nginx from the example in Step 3 is installed.

    # Check the service status. The expected output is "active (running)".
    systemctl status nginx

Method 2: Use one-click installation for software packages

This method uses Alibaba Cloud OOS to provide verified extensions, which makes the installation process more controllable and standardized. For more information, see Supported extensions and limits.

  1. Log on to a Linux instance using Workbench.

  2. At the top of the terminal, click the image icon. The Install Software dialog box appears.

    image

  3. In the Install Software dialog box, click the Package Installation tab. Configure the following parameters:

    • Extensions to install: From the drop-down list, select the software that you want to install, such as Docker Community Edition.

    • Extension version: Use the default version.

    • Parameters in the command: The required parameters vary based on the selected extension. Configure the parameters as prompted on the page.

  4. Click Install and follow the on-screen instructions to complete the installation.

    After you click Install, the installation progress is displayed in the lower-right corner.

FAQ

How do I determine whether I am using Workbench 1.0 or 2.0? How do I switch to 2.0?

You can identify the Workbench version based on the UI. In the upper-left corner, Workbench 2.0 displays the Workbench icon image, whereas Workbench 1.0 displays the word WORKBENCH. The left-side navigation pane is also different.

Workbench 2.0

Workbench 1.0

image

image

To switch the Workbench version, click New Version in the upper-right corner to switch to 2.0, or click Previous Version to switch back to 1.0.