OpenWrt Firmware logo

OpenWrt Sysupgrade Server ({{ version }})

About the Sysupgrade Server

This server listens for requests to build custom OpenWrt sysupgrade images. It starts an ImageBuilder process for the specified target, incorporates any requested packages, and returns that image to the requestor. The server also provides an API (or Redoc) for common operations. Learn more on Github. Please report issues!

How to use this server: These are clients that can request a new image from the Sysupgrade Server:

NOTE: Following the release of OpenWrt 25.12, OpenWrt has transitioned from the traditional opkg package manager to apk (Alpine Package Keeper) and includes luci-app-attendedsysupgrade by default in fresh installs.

{% if server_stats %}

Queue length: ... | Builds (24h): ... | Detailed statistics

{% endif %}

Server Configuration

Allow custom UCI defaults: {{ defaults }}
{% if defaults %} Maximum UCI defaults script size: {{ max_defaults_length }} bytes
{% endif %} Maximum requested root filesystem size: {{ max_custom_rootfs_size_mb }} MB
Available versions on this server:

    {% for version in versions %}
  • {{ version }}
  • {%- endfor -%}

Build Errors

Recent build failures to help diagnose upstream imagebuilder and package issues.

Click to load...
{% if server_stats %} {% endif %}