Installation
Install a Bitfy agent on each host you want to monitor. Agents are lightweight, watch scoped paths, and stream integrity events to your Bitfy workspace.
Requirements
- Linux, Windows Server, or container host with outbound HTTPS
- Ability to install a system service or daemon
- Network access to your Bitfy control plane
Install the agent
- Sign in to Bitfy and open Hosts → Add host.
- Copy the install command for your operating system.
- Run the command with sufficient privileges to create a service.
- Confirm the host appears as Online in the dashboard.
curl -fsSL https://get.bitfy.dev/install.sh | sudo bash -s -- --token YOUR_TOKEN
Verify connectivity
After install, the agent registers the host and begins heartbeats. If the host stays offline:
- Confirm outbound HTTPS is allowed
- Check the agent service status
- Re-run registration with a fresh token
Next steps
Move on to Quickstart to scope paths and approve a baseline.