Compatibility
Minecraft: Java Edition
Platforms
Tags
Creators
Details
๐งฉ WebServer WebServer is a lightweight and simple HTTP server plugin for Velocity proxies. It allows you to host a small website directly from your proxy without using external web servers.
Perfect for: server status pages landing pages maintenance pages API endpoints (future-ready)
โจ Features ๐ Built-in HTTP server โก Lightweight & fast ๐ Serves static files (HTML, CSS, JS, images) ๐ Automatically creates default website ๐ง Configurable port ๐ฆ No external dependencies ๐ Designed for Velocity
๐ File Structure After first launch: velocity/ โโ WebServer/ โโ config.yml โโ web/ โโ index.html โโ style.css โโ logo.png You can fully replace the contents of the web folder with your own website.
โ๏ธ Configuration port: 8080 Restart the proxy after changing the port.
๐ Getting Started
- Drop the plugin into your plugins folder
- Start Velocity
- Open your browser and go to: http://your-server-ip:8080 If the page opens โ the plugin is working correctly.
๐ง Notes Only static content is supported for now Designed to be simple and secure More features may be added in future updates
๐ ๏ธ Compatibility Velocity 3.x Java 17+


