Velocity WebServer
PluginMIT

Velocity WebServer

Web Server on your Velocity server

15
Downloads
1
Followers
3 months ago
Updated
📦
1
Versions

📖About Velocity WebServer

🧩 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

  1. Drop the plugin into your plugins folder
  2. Start Velocity
  3. 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+