Installation Guide
Pulse 4.x.x
Overview
Prerequisites
Installation
Advanced Installation
Admin UI (K8S only)
Pulse Administration
Upgrade
Advanced Feature Integrations
Developer Tools
Troubleshooting
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Install PulseNode Agent on Standalone VM
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Install the PulseNode agent on a standalone VM using the hystaller binary.
Prerequisites
You have access to the License Portal.
You have SSH access to the target VM with privileges to:
- write to
/opt - run
systemctl
- write to
systemdis available on the VM.
Procedure
Step 1: Download the hystaller binary
- Navigate to: License Portal → Download Links
- Select the correct Pulse version from the dropdown.
- Click "Generate Links" and download the Hystaller binary.
- Copy the binary to the VM where you want to install the standalone PulseNode agent.
Bash
scp hystaller <user>@<vm-host>:/tmp/Step 2: Create pulsenode_env.sh
On the VM, place pulsenode_env.sh in the same directory as the hystaller binary.
Bash
cd /tmpvi pulsenode_env.shAdd the following content:
Bash
#!/bin/shexport PULSENODE_HOME_DIR="/opt/pulse"export PULSENODE_SHELL="/bin/bash"export PULSENODE_UID="" # Enter any available UIDexport PULSENODE_GID="" # Enter any available GIDexport PULSENODE_USERNAME="adpulse" # Change as requiredStep 3: Apply environment variables
Bash
chmod +x pulsenode_env.shsource pulsenode_env.shStep 4: Install PulseNode agent (standalone)
Run the install command from the directory containing hystaller:
Bash
./hystaller install -i pulsenodeStep 5: Update node configuration and restart service
- Create or edit:
Bash
$PULSENODE_HOME_DIR/config/node.conf- Restart the PulseNode systemd service:
Bash
systemctl restart pulsenodeStep 6: Validation
Run the following to confirm the service is active:
Bash
systemctl status pulsenodeKnown Limitation (Pulseaxn)
Standalone pulseaxn and pulseaxn installed via standard Hydra agent installation cannot be installed together.
- In the standalone pulseaxn setup, the
hydra_host.ymlfile is overridden. - This results in actions running only on the standalone nodes.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
Install PulseAXN Agent on Standalone VMFor additional help, contact www.acceldata.force.com OR call our service desk +1 844 9433282
Copyright © 2026
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message
On This Page
Install PulseNode Agent on Standalone VMPrerequisitesProcedureStep 1: Download the hystaller binaryStep 2: Create pulsenode_env.shStep 3: Apply environment variablesStep 4: Install PulseNode agent (standalone)Step 5: Update node configuration and restart serviceStep 6: ValidationKnown Limitation (Pulseaxn)