Mizban is a lightweight, LAN-based file-sharing server designed for easy file sharing between devices on the same network.
- Easy File Upload and Download: Share files seamlessly across devices on the same LAN network through a simple browser interface.
- Multi-Platformt: Run Mizban as a standalone
.exe
for Windows or an.AppImage
for Linux. - No Configuration Needed: Just run the executable, and Mizban will automatically create a "MizbanShared" folder on your desktop for storing shared files.
- Accessing by QR Code: Quickly access the Mizban web interface by scanning a QR code displayed in the terminal.
- Download and install Mizban using the installer from the latest release.
- Alternatively, you can use the portable
.exe
file, also available on the latest release page.
Note: On the first run, make sure to allow Mizban through the Windows Firewall when prompted, so it can access your network for file sharing.
- Download the
.AppImage
file from the latest release. - Make the file executable:
chmod +x Mizban.AppImage
- Run the
.AppImage
by double-clicking it. - After the first run, Mizban will be installed at
~/.local/share/Mizban
, and you can launch it from your application menu for quick access.
- Run the Mizban executable. A folder named
MizbanShared
will be created on your Desktop. Any files you place in this folder can be accessed by all devices on the network. - A terminal window will open, displaying a QR code.
- Scan the QR Code or enter the URL shown in the terminal on any device on the same network to access the Mizban web interface in your browser.
- File Sharing Options:
- Upload: Drag and drop files into the upload area, or click the "Upload" button to select files.
- Download: Download any shared files directly from the interface with a single click.
Note:Mizban is LAN-based and operates without requiring an internet connection.
Planned features for future releases:
- GUI for File Management: A graphical interface with customizable settings.
- Password Protection: Options to restrict access to shared files.
- Clipboard Sharing: Share text across LAN-connected devices.
We welcome contributions! If you're interested in the roadmap features or have other ideas:
- Fork the repository.
- Create a new branch (
git checkout -b feature/NewFeature
). - Commit your changes (
git commit -m 'Add NewFeature'
). - Push to the branch (
git push origin feature/NewFeature
). - Open a pull request.
You can also report bugs or suggest features via GitHub issues.
Mizban is licensed under the MIT License. See the LICENSE file for details.