Skip to content

Quick Start

Create a free workspace at app.fluxpulse.app.

In the dashboard, go to SettingsInstall Tokens and create a token. Copy it and paste into the install command below. You can view your tokens anytime in the dashboard.

Paste the install command for your OS:

Terminal window
curl -sSL https://app.fluxpulse.app/api/install/linux?token=your_token_here | bash
Terminal window
curl -sSL https://app.fluxpulse.app/api/install/macos?token=your_token_here | bash
Terminal window
$token = "your_token_here"
iex ((New-Object System.Net.WebClient).DownloadString('https://app.fluxpulse.app/api/install/windows?token=' + $token))

Return to the dashboard. Within 60 seconds, your host will appear under Servers with live metrics:

  • CPU (overall + per-core)
  • Memory (used, free, buffers, swap)
  • Disk (per-mount usage and I/O)
  • Network throughput
  • Service status (systemd/Windows services)

Agent not appearing?

  • Verify the install token is correct
  • Check that the host can reach api.fluxpulse.app outbound on port 443
  • See the agent logs: /var/log/fluxpulse-agent.log (Linux) or Event Viewer (Windows)

Metrics incomplete?

  • Metrics are collected every 30 seconds; give it 2–3 minutes for a full picture
  • High-IO operations may temporarily spike CPU/disk readings — this is normal

Still stuck?