Video coming soon…
🔭 Setup HyperDX — Open-Source Observability with Logs, Traces, and Session Replay
Deploy HyperDX on Ubuntu with Docker — an open-source observability platform for logs, traces, metrics, and session replay in one UI, built on ClickHouse and OpenTelemetry, with the app on port 8310.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/monitoring/hyperdx/hyperdx-ubuntu.sh
chmod +x hyperdx-ubuntu.sh
./hyperdx-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/monitoring/hyperdx/hyperdx-ubuntu.sh
2 Make it Executable
chmod +x hyperdx-ubuntu.sh
3 Run the Installer
./hyperdx-ubuntu.sh
4 Open HyperDX and Send Telemetry
http://your-server-ip:8310
Ports Used
| Port | Purpose |
|---|---|
| 8310 | HyperDX app UI (mapped from container port 8080) |
| 8311 | HyperDX API (mapped from container port 8000) |
| 4320 | OpenTelemetry OTLP over HTTP ingest (mapped from container port 4318) |
| 4321 | OpenTelemetry OTLP over gRPC ingest (mapped from container port 4317) |