Releases: shravankumaruk/serverium-pro
Serverium Pro V1.0.0
📢 Serverium Pro v1.0.0 Release
Date: 2025-06-25
Download: ServeriumPro.zip
Alternatively, you can scroll below to download source code of it.
🚀 Overview
Serverium Pro is a lightweight, cross-platform Java Swing application designed for quickly serving static files over HTTP. Version 1.0.0 marks our first stable release, featuring:
- Easy setup: No web server configuration required—just point, click, and serve.
- Live logging: All incoming requests are logged in real time, with options to save, view, and clear logs.
- GUI controls: Start/stop the server, select a directory, open the served page in your browser, and zoom in/out of logs with keyboard shortcuts or buttons.
- Robust file serving: Proper handling of 404/403 errors, MIME type detection, and efficient file streaming.
- Secure log export: Logs are Base64-encoded with a password, packaged into a
.srepfile for safe storage or sharing. - Tested on Oracle JDK 24 to ensure compatibility with the latest Java runtime.
📋 Prerequisites
- Java Development Kit (JDK) 17 or later (Oracle JDK 24 recommended)
- Windows 11, Ubuntu/Debian/Kali Linux, or any OS supporting Java 17+
- No additional libraries—all dependencies are bundled via
jlinkor can be run from the JAR.
🛠️ Quick Start
-
Download the ZIP from the link above and unzip to your preferred folder.
-
Launch via command line:
cd path/to/ServeriumPro ./ServeriumPro.exe # Windows
-
In the GUI:
- Enter a port number (>1024)
- Click Select Directory and choose your web project folder
- Click Start Server
- Click Open Page to view your site in the browser
- Use Save Logs, View Logs, or Clear Logs as needed
- Zoom logs with Zoom In/Out buttons or
Ctrl +/Ctrl −
🖼️ Screenshots

Starting the server and initial log output.

Saving logs into a .srep file.

Main interface showing controls and log panel.
🔧 Maintenance & Support
I am committed to promptly updating this project in the event that any vulnerabilities or issues are discovered. Please report any problems or security concerns at:
https://github.com/shravankumaruk/serverium-pro/issues
⭐ Contributing & Community
Your feedback, bug reports, and pull requests are invaluable!
- Fork the repo
- Create a feature branch
- Submit a Pull Request
If you find Serverium Pro helpful, please ⭐ star the repository:
https://github.com/shravankumaruk/serverium-pro
📝 License
Serverium Pro is released under the GNU GPL v3.0. You are free to use, modify, and distribute this software—provided you retain the original credit and license notice. See LICENSE.md for full details.
Thank you for trying Serverium Pro v1.0.0—happy networking!