• Ensure that you have Java Runtime Environment 5.0 or later installed on the agent machine.
  • Have you installed your own remote agent service wrapper or have problems with the service wrapper used by the remote agent supervisor in Bamboo? You may wish to install the Legacy Remote Agent instead.


To install the Bamboo Remote Agent manually,

Step 1. Download and Install the Remote Agent

  1. Create a directory on the agent machine (e.g. bamboo-agent-home), to serve as the "Bamboo agent home" for the remote agent.
  2. On your Bamboo server, click theĀ  'Administration' link in the top navigation bar.
  3. Click the 'Agents' link in the left navigation column.
  4. This will display the 'Agents' screen, showing lists of all Local Agents and all Remote Agents that currently exist in your Bamboo system.
  5. Click the 'Install Remote Agent' button.
  6. The following screen will be displayed:
  7. Click the 'DOWNLOAD Remote Agent JAR' button and save the JAR file to the directory you created in step 1.1.
  8. Note the command under the heading 'Running a Remote Agent' for use in step 2 below.

Step 2. Launch the Remote Agent

Once installed, you can run the remote agent by executing the command line obtained in the previous step. This command will look something like the following:

java -jar bamboo-agent-2.0-SNAPSHOT.jar http://bamboo-host-server:8085/agentServer/

You may wish to configure the remote agent machine to start the Bamboo remote agent automatically when the machine boots. Please consult your operating system documentation for instructions on how to do this.

You can also choose to run the remote agent with different command line parameters, to change where the remote agent stores its data or suppress the self-signed certificate of the server.

Step 3. Configure the Remote Agent's Capabilities

Please see Configuring Capabilities.

Step 4. (Optional) Rename the Remote Agent

Your new remote agent has been automatically given a default name (e.g. 'Remote Agent on mymachine'). If you wish to rename your new remote agent, please see Editing an Agent's Details.