Skip to main content
Connect directly to your Hardal database to query analytics data using any MySQL/ClickHouse compatible tool.

Access Connection Details

1

Navigate to Database Settings

  1. Log into your Hardal dashboard
  2. Select your Signal from the project list
  3. Go to SettingsDatabase
You’ll see your database connection details on this page.
2

Copy Connection Details

Your database credentials include:
  • Host: Database server hostname
  • Port: Connection port (typically 8123)
  • Username: Read-only database user
  • Password: Secure access password
  • Server IP: Direct IP address for firewall configuration
Use the copy buttons next to each field to avoid typing errors.
3

Use Connection String

For quick setup, copy the complete connection string:
http://username:password@server-ip:port
This works with most database clients and visualization tools.
These credentials provide read-only access to protect your data integrity.

Use With Analytics Tools