HomeJavaModsZyveraWeb-lite
ZyveraWeb-lite
ModsJava

ZyveraWeb-lite

by ThomasUgh · on Modrinth

Host a web server directly from minecraft!. Free Minecraft Java mod for 1.21.11, 26.1, 26.1.1.

⬇ Download on Modrinth

A lightweight, no-fuss web server plugin for Paper Minecraft servers — host static websites directly from your server with zero external setup.

What is this?

ZyveraWeb Lite lets you serve static web content (HTML, CSS, JavaScript, images, and more) straight from your Minecraft server. No need for Apache, Nginx, or other external web servers — just install the plugin and go.

Features

Getting Started

  1. Drop the plugin jar into your server's plugins/ folder and restart.
  2. Default web files are created automatically in plugins/ZyveraWeb-lite/www/.
  3. Tweak settings in plugins/ZyveraWeb-lite/config.yml (see below).
  4. Access your site at http://your-server-ip:8080 (default) or the HTTPS port if enabled.

Configuration

Edit plugins/ZyveraWeb-lite/config.yml to adjust settings:

server:
  host: "0.0.0.0"
  domain: "" # Just to display. Leave empty for loopback (localhost)
http:
  enabled: true
  port: 8080
https:
  enabled: false
  port: 8443
  SSLPubl: fullchain.pem
  SSLPriv: privkey.pem

HTTPS Setup

Enable HTTPS by setting https.enabled to true, then place your SSL certificate (fullchain.pem) and private key (privkey.pem) in plugins/ZyveraWeb-lite/ssl/.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more