Cloudlog

Self-Hosted

Open-source web-based amateur radio logging platform

Visit Website

Overview

Cloudlog is an open-source, self-hosted web application for amateur radio operators to log QSOs (radio contacts) efficiently. It supports DXCC country tracking, award progress monitoring (e.g., Worked All States, IOTA), integration with tools like WSJT-X/FT8, and multi-operator logbooks. The responsive interface works across devices, with ADIF data import/export. Deployment options include Docker (simplest) or a LAMP stack, giving users full control over their log data privacy and accessibility.

Self-Hosting Resources

Below is a reference structure for docker-compose.yml. ⚠️ Do NOT run blindly. Replace placeholders with official values.

docker-compose.template.yml TEMPLATE

version: '3'
services:
  cloudlog:
    image: <OFFICIAL_IMAGE_NAME>:latest
    container_name: cloudlog
    ports:
      - "8080:<APP_INTERNAL_PORT>"
    volumes:
      - ./data:/app/data
    restart: unless-stopped

Key Features

  • QSO logging with detailed metadata (frequency, mode, time)
  • DXCC country & award progress tracking
  • Integration with WSJT-X, FT8, and other ham radio tools
  • ADIF data import/export support
  • Multi-operator logbook management

Frequently Asked Questions

? Is Cloudlog hard to install?

Cloudlog is easy to install via Docker (minimal config needed) or a traditional LAMP stack (PHP, MySQL, Apache/Nginx). Detailed installation guides are available in the GitHub repo, making it accessible for users with basic server knowledge.

? Is it a good alternative to Log4OM?

Yes—Cloudlog is a free, self-hosted alternative to Log4OM. It offers core logging, DXCC tracking, and award management features, though Log4OM has more advanced tools like satellite tracking. For users prioritizing privacy and cost, Cloudlog is an excellent choice.

? Is it completely free?

Cloudlog is 100% free and open-source under the GPLv3 license. There are no hidden costs, subscriptions, or premium tiers—all features are available to every user.

Top Alternatives

Log4OM (Proprietary) Search Google
Ham Radio Deluxe Logbook (Proprietary) Search Google
QRZ Log (Freemium) Search Google

People Also Ask about Cloudlog

Cloudlog vs Log4OM (Proprietary)Cloudlog vs Ham Radio Deluxe Logbook (Proprietary)Cloudlog vs QRZ Log (Freemium) Cloudlog 2025 review Cloudlog docker-compose example

Tool Info

Pricing Open Source
Category Miscellaneous
Platform Self-Hosted

Pros

  • Privacy-focused (self-hosted, no third-party data storage)
  • Free & open-source (GPLv3 license)
  • Responsive web interface accessible from any device
  • Extensive integration with ham radio software/hardware

Cons

  • Requires basic server setup knowledge (Docker or LAMP stack)
  • Limited mobile app support (relies on web interface)
  • No built-in real-time sync across multiple instances without custom config

More Miscellaneous Tools