Skip to content

Txlog Agent Documentation

I've built the Txlog Agent to take the headache out of tracking system changes on RPM-based machines. It's a specialized tool that gathers up your transactional data and sends it over to a central server. Why bother doing this manually? By automating the whole process, I've made it easy for you to see exactly what's happening across your entire infrastructure from one place.

TL;DR

If you're in a hurry, here is how you get it up and running.

bash
# Install
sudo dnf localinstall -y https://rpm.rda.run/repo.rpm
sudo dnf install -y txlog

# Configure (update server URL)
sudo nano /etc/txlog.yaml

# Run
txlog build

1. Tutorials

Just getting started? I've put together these lessons to help you get the hang of things.

  • Getting Started: I'll walk you through the first installation and setup.
  • MCP Getting Started: Learn how to connect your AI assistants to your infrastructure using the MCP server.

2. How-to Guides

Got a specific goal in mind? These guides will show you exactly how to reach it.

3. Reference

Looking for the technical details? You'll find everything you need right here.

4. Explanation

Ever wonder why we built things the way we did? These pages go behind the scenes.