Pult Presence Docs
Pult Agent

Installation Guide

Step-by-step instructions for manually installing the Pult Agent on macOS, Windows, and Linux.

This guide covers manual installation of the Pult Agent. For automated deployment via MDM, see MDM Deployment.

Download

Download the latest Pult Agent installer for your platform from the link provided by your Pult administrator or from the Pult Dashboard.

macOS

  1. Open the downloaded .dmg file.
  2. Drag Pult Agent into the Applications folder.
  3. Launch Pult Agent from the Applications folder (or Spotlight).
  4. The Pult Agent icon (P) appears in the menu bar.
  5. Click the icon and select Sign In.
  6. Your browser opens -- sign in with your Pult account.
  7. After authentication, the agent is linked to your account. The tray menu shows your sign-in status.

Drag Pult Agent into the Applications folder

Pult Agent tray menu on macOS

Windows

  1. Run the downloaded .msi installer.
  2. Follow the installation wizard. The default installation path is C:\Program Files\Pult Agent.
  3. After installation, the Pult Agent starts automatically (or starts on next login).
  4. The Pult Agent icon (P) appears in the system tray (notification area).
  5. Click the icon and select Sign In.
  6. Your browser opens -- sign in with your Pult account.
  7. After authentication, the agent is linked to your account.

Linux

Linux support is currently available for x86_64 architecture only. ARM-based devices are not supported.

System Requirements

  • Ubuntu 24.04+ or Debian 13+
  • GTK 3
  • WebKitGTK 4.1
  • libayatana-appindicator3-1 (for system tray support)

Installation

  1. Install the downloaded .deb package:
sudo dpkg -i pult-agent_*.deb
  1. If dependencies are missing, resolve them:
sudo apt-get install -f
  1. Launch the Pult Agent from your application launcher or run pult-agent from the terminal.
  2. Click the tray icon and select Sign In to authenticate via the browser.

Verifying Presence Detection

After signing in:

  1. Click the Pult Agent tray icon.
  2. If you're connected to a configured office network, the menu shows your current office location name.
  3. In the Pult Dashboard, navigate to Presence Dashboard -- your presence should appear within a few minutes.

Sign-In Details

  • Sign-in is a one-time process. The agent stores your credentials securely in the OS keychain (macOS) or Credential Manager (Windows).
  • The agent refreshes your access token automatically -- no periodic re-authentication is needed.
  • If your token expires or is revoked, the agent will prompt you to sign in again.

Troubleshooting

IssueSolution
Tray icon (P) is not visibleMake sure the app is running. On Windows, check the hidden icons area in the taskbar. On macOS, check System Settings for menu bar overflow.
"Unknown Office Location" in trayYour current network doesn't match any configured presence location. Verify the presence location subnets include your office's public IP.
Sign-in page doesn't openCheck that your default browser is working and that app.pult.com is reachable.

For more detailed troubleshooting, see the Troubleshooting page.

Last updated on Apr 20, 2026, 10:32 PM

On this page