Skip to main content Skip to complementary content
  • New archived content: Talend MDM, Talend Data Catalog 8.0, and Talend 7.3 products reached their end of life in 2024. Their documentation was moved to the Talend Archive page and will no longer receive content updates.
Close announcements banner

Installing the Remote Engine in 'unattended' mode

Before you begin

  • You have downloaded the installer file.
  • You have created the Remote Engine in Talend Management Console.

Procedure

  1. Navigate to the download directory in your terminal.
  2. Enter chmod +x <installer_filename>.

    Example

    chmod +x Talend-RemoteEngine-V<2.9.0>-<173>-Linux-x64.run
  3. Enter ./<installer_filename> --mode unattended --installdir /opt/TalendRemoteEngine --region <xxx> --authkey <PreAuthKey>.

    Example

    ./Talend-RemoteEngine-V<2.9.0>-<173>-Linux-x64.run --mode unattended --installdir /opt/TalendRemoteEngine --region <us> --authkey <1a2b3c4d5e6f7g8h9i>
    • The region is reflected in your Talend Cloud URL.

      <PreAuthKey> is the Remote Engine key generated when you created the engine in Talend Management Console.

    • To see a comprehensive list of available parameters for this command, run ./Talend-RemoteEngine-V<2.9.0>-<173>-Linux-x64.run --help.

      Any parameters that are not added to this command use their default values during the installation process.

      For example, Remote Engine is by default installed as a system service with its default username and group name, since this is the default option for the service parameter. If you need to avoid installing Remote Engine as a system service, add --service 0 to the command.

Results

The Remote Engine is installed and paired.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!