HAProxy Keyboard Shortcuts

Complete HAProxy keyboard shortcuts and commands reference — 10 shortcuts across 2 categories. Quick reference cheat sheet for Windows & Mac.

CLI Commands (5)

ShortcutAction
haproxy -f /etc/haproxy/haproxy.cfgStart with config
haproxy -c -f /etc/haproxy/haproxy.cfgValidate config
systemctl reload haproxyGraceful reload
systemctl restart haproxyRestart
haproxy -f haproxy.cfg -p haproxy.pid -DDaemon mode

Stats & Runtime API (5)

ShortcutAction
echo "show info" | socat stdio /var/run/haproxy.sockShow info
echo "show stat" | socat stdio /var/run/haproxy.sockShow stats
echo "show servers state" | socat stdio /var/run/haproxy.sockServer state
echo "disable server backend/server1" | socat stdio /var/run/haproxy.sockDisable server
echo "enable server backend/server1" | socat stdio /var/run/haproxy.sockEnable server
📄 View Printable Cheat Sheet — Download as PDF or print · 🧩 Combine with other tools

Frequently Asked Questions

What are the most useful HAProxy keyboard shortcuts?

The most essential HAProxy shortcuts are: haproxy -f /etc/haproxy/haproxy.cfg (Start with config), haproxy -c -f /etc/haproxy/haproxy.cfg (Validate config), systemctl reload haproxy (Graceful reload).

What is the HAProxy shortcut for start with config?

The HAProxy shortcut for start with config is haproxy -f /etc/haproxy/haproxy.cfg.

Can I combine HAProxy shortcuts with other tools?

Yes — use My Stack to combine HAProxy shortcuts with any other platform on this site into one printable reference, which is useful if your daily workflow spans several tools.

Related Shortcut Pages

nvidia-smi (GPU) Cisco IOS systemctl / systemd IBM Spectrum Scale / ESS Juniper JunOS ipmitool

Search 13,500+ shortcuts across 268 platforms

Explore All Platforms Practice Shortcuts
🔧 Spotted an error or a missing shortcut? Suggest an edit on GitHub — every accepted fix goes live on this page, the API and the CLI.

🤖 Ask AI about HAProxy shortcuts

Open your assistant with this page preloaded as the source — great for follow-up questions like "which of these work in other apps?"

ChatGPT Claude Perplexity Gemini Grok