Apache Jena Fuseki is an open-source SPARQL server and RDF triple store for publishing and querying linked/graph data over HTTP. This image runs Fuseki with a persistent TDB2 dataset on Ubuntu 24.04 LTS, hardened and fully patched, with the web UI and SPARQL endpoint on port 80, authentication enabled, a unique per-VM password generated on first boot, and the triple store on a dedicated disk. Maintained by cloudimg.
## Apache Jena Fuseki on Ubuntu 24.04 LTS
Apache Jena Fuseki is a SPARQL 1.1 server built on Apache Jena, exposing RDF datasets for query and update over HTTP with a built-in web admin UI. This image is built and maintained by cloudimg on a hardened, fully patched Ubuntu 24.04 LTS base.
### What's included
### Getting started
Retrieve the generated password with `sudo cat /root/fuseki-credentials.txt`, then sign in at the VM's public IP. Run SPARQL queries against the `/ds` dataset via the UI or `POST` to the SPARQL endpoint. The deployment guide on cloudimg.co.uk covers dataset management, uploads, and day-2 operations.