Skip to main content

Installing the Pluton Agent

Pluton PRO enables backing up multiple remote devices by installing lightweight agents on those machines. The agent receives commands to setup backups on installed machine and then run the backups autonomously and communicates with Pluton Hub/Server about the backup stats. You can control the agent from the Pluton Hub/Server.

The Pluton Agent is the software component that runs on your devices to enable backup, sync, and restore operations. This section provides detailed installation guides for all supported platforms.


Supported Platforms

PlatformArchitectureInstallation Method
Linux Desktopx86_64 (amd64), ARM64AppImage
Linux Serverx86_64 (amd64), ARM64Remote installer script
Windowsx86_64 (64-bit)GUI Installer or PowerShell
macOSIntel (x86_64), Apple Silicon (arm64)Homebrew

Before You Begin

1. Create a Device in Pluton

Before installing the agent, you must first create a device entry in Pluton:

  1. Log in to your Pluton instance
  2. Navigate to DevicesAdd Device
  3. Configure the device settings
  4. Download the configuration file (pluton-agent.json)

2. Requirements

All platforms require:

  • Active Pluton PRO license with available device slots
  • Network connectivity to the Pluton server
  • Administrator/root privileges for installation
  • Internet access to download the agent package

3. Network Requirements

Ensure the following network access is available:

DirectionPortProtocolDescription
Outbound443 / 5175TCP/HTTPSCommunication with Pluton server (polling & events)
Outbound443TCP/HTTPSAgent download and updates

No inbound ports are required on the agent device. The agent initiates all connections to the Pluton server.


Installation Overview

Step 1: Create Device in Pluton UI

Create a device entry and download the configuration file.

Step 2: Download Configuration

Get the pluton-agent.json file containing all required credentials.

Step 3: Run Platform Installer

Execute the appropriate installer for your platform.

Step 4: Verify Connection

Confirm the device shows as "Online" in Pluton.


What the Agent Installs

The Pluton Agent installation includes:

ComponentDescription
pluton-agentMain agent binary that handles communication and job execution
resticDeduplicating backup program for incremental backups
rcloneCloud storage sync tool supporting 70+ providers
Helper scriptsWrapper scripts (prestic, prclone) for CLI access