Listing Thumbnail

    ChirpStack LoRaWAN Network Server by cloudimg

     Info
    Sold by: cloudimg 
    Deployed on AWS
    Free Trial
    AWS Free Tier
    This product has charges associated with it for seller support. ChirpStack, the leading open source LoRaWAN Network Server, pre-configured with PostgreSQL, Redis, a Mosquitto MQTT broker and a gateway bridge, fronted by nginx TLS. No default admin: a unique admin password and every secret are generated on first boot. Includes 24/7 cloudimg support.

    Overview

    Open image

    This is a repackaged open source software product wherein additional charges apply for cloudimg support services.

    ChirpStack is the leading open source LoRaWAN Network Server. It provides the complete LoRaWAN stack in a single server: the network server and application server, multi-tenant device and gateway management, device profiles, adaptive data rate, downlink queueing, MQTT and HTTP integrations, firmware-update-over-the-air (FUOTA) and a full gRPC and gRPC-web API, all driven from a clean, modern web console. ChirpStack is the control plane your LoRa gateways and sensors connect to. The current release available is ChirpStack 4.19.

    This image delivers ChirpStack fully installed and reverse-proxied behind nginx over HTTPS, so a complete LoRaWAN network server is operational within minutes of launch, with no manual PostgreSQL, Redis, MQTT, TLS or ChirpStack configuration. The ChirpStack server binds to loopback and is fronted by nginx TLS; PostgreSQL runs on a dedicated, independently resizable storage volume; Redis runs as a managed system service; the Mosquitto MQTT broker is bundled and bound to loopback; and a ChirpStack Gateway Bridge is included so real LoRa gateways using the Semtech UDP packet-forwarder or BasicStation can connect on UDP port 1700.

    Secure by default: no administrator account and no shared password ship in the image. On first boot the instance address is configured automatically, a fresh database password, API and JWT signing secret and TLS certificate are generated, and a unique administrator password is created and written to a root-only file on the instance. This eliminates the well-known ChirpStack default admin login exposure common in manual installations, and no two deployments ever share a secret.

    The image is the LoRaWAN network and application server, not the radio hardware: a working LoRaWAN deployment also needs your own LoRa gateways pointed at this server.

    Our engineers provide 24/7 support for deployment, upgrades, TLS termination with your own domain and certificate, gateway onboarding, MQTT exposure and integration, LoRaWAN region configuration and scaling. All product and company names are trademarks or registered trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.

    Highlights

    • ChirpStack, the leading open source LoRaWAN Network Server, preinstalled with PostgreSQL, Redis, a Mosquitto MQTT broker and the ChirpStack Gateway Bridge, fronted by nginx TLS and ready to use with no manual configuration
    • Secure by default: no default admin ships. A unique administrator password, database password, API and JWT signing secret and TLS certificate are generated on first boot and the admin login is written to a root-only file
    • 24/7 technical support from cloudimg for deployment, upgrades, TLS with your own domain, gateway onboarding, MQTT integration, LoRaWAN region configuration and scaling

    Details

    Sold by

    Delivery method

    Delivery option
    64-bit (x86) Amazon Machine Image (AMI)

    Latest version

    Operating system
    Ubuntu 24.04

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Free trial

    Try this product free for 7 days according to the free trial terms set by the vendor. Usage-based pricing is in effect for usage beyond the free trial terms. Your free trial gets automatically converted to a paid subscription when the trial ends, but may be canceled any time before that.

    ChirpStack LoRaWAN Network Server by cloudimg

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time. Alternatively, you can pay upfront for a contract, which typically covers your anticipated usage for the contract duration. Any usage beyond contract will incur additional usage-based costs.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.
    If you are an AWS Free Tier customer with a free plan, you are eligible to subscribe to this offer. You can use free credits to cover the cost of eligible AWS infrastructure. See AWS Free Tier  for more details. If you created an AWS account before July 15th, 2025, and qualify for the Legacy AWS Free Tier, Amazon EC2 charges for Micro instances are free for up to 750 hours per month. See Legacy AWS Free Tier  for more details.

    Usage costs (800)

     Info
    • ...
    Dimension
    Description
    Cost/hour
    m5.large
    Recommended
    m5.large
    $0.08
    t3.micro
    t3.micro instance type
    $0.04
    t2.micro
    t2.micro instance type
    $0.04
    m6id.24xlarge
    m6id.24xlarge instance type
    $0.24
    m8id.4xlarge
    m8id.4xlarge instance type
    $0.24
    m8i-flex.2xlarge
    m8i-flex.2xlarge instance type
    $0.24
    r8a.metal-24xl
    r8a.metal-24xl instance type
    $0.24
    t3a.large
    t3a.large instance type
    $0.08
    r8i-flex.12xlarge
    r8i-flex.12xlarge instance type
    $0.24
    m8idn.2xlarge
    m8idn.2xlarge instance type
    $0.24

    Vendor refund policy

    Refunds available on request.

    How can we make this page better?

    Tell us how we can improve this page, or report an issue with this product.
    Tell us how we can improve this page, or report an issue with this product.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    64-bit (x86) Amazon Machine Image (AMI)

    Amazon Machine Image (AMI)

    An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.

    Version release notes

    Initial release of the ChirpStack LoRaWAN Network Server AMI.

    Additional details

    Usage instructions

    Connect via SSH on port 22 as the default login user for your operating system variant (the user guide lists it per variant; on Ubuntu it is 'ubuntu'). Retrieve the generated administrator password with: sudo cat /root/chirpstack-credentials.txt. Browse to https://<instance-public-ip>/ (the console is served over HTTPS with a per-instance self-signed certificate; accept the browser warning or install the certificate) and sign in as user 'admin' with that password. The health endpoint https://<instance-public-ip>/healthz returns 200 when healthy. ChirpStack v4 exposes a gRPC and gRPC-web API on 127.0.0.1:8080; exercise it locally with the baked grpcurl. Real LoRa gateways connect to the ChirpStack Gateway Bridge on UDP port 1700 (Semtech packet-forwarder or BasicStation). Services are managed with systemctl (postgresql, redis-server, mosquitto, chirpstack, chirpstack-gateway-bridge, nginx). To use your own domain and a trusted certificate, follow the TLS section of the user guide.

    Resources

    Vendor resources

    Support

    Vendor support

    cloudimg Support - 24/7 Technical Assistance

    cloudimg provides around-the-clock technical support for this ChirpStack AMI by email and live chat.

    Support Channels:

    Response Times:

    • Critical issues: one-hour average response

    What We Help With:

    • Initial deployment and first-boot configuration
    • ChirpStack upgrades to new releases
    • TLS termination with your own domain and certificate
    • LoRa gateway onboarding (Semtech UDP packet-forwarder and BasicStation)
    • Exposing and authenticating the MQTT broker for remote gateways and integrations
    • LoRaWAN region and channel-plan configuration
    • gRPC and HTTP integration guidance
    • PostgreSQL and Redis administration
    • Performance tuning and scaling
    • Security group and networking guidance

    Getting Started After Launch:

    1. Launch the AMI in your VPC with ports 443 and 22 (and UDP 1700 for gateways) open in your security group
    2. Wait approximately 60 seconds for first-boot credential generation to complete
    3. SSH into the instance and read the admin password from the root-only file at /root/chirpstack-credentials.txt
    4. Open your browser and navigate to https:///
    5. Sign in as 'admin' with the generated password

    If you need help with certificate installation, gateway onboarding, or any other aspect of your deployment, contact us and a support engineer will assist you.

    For refund requests or billing questions, please contact us via email at support@cloudimg.co.uk .

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.