This project is designed to be lightweight and easy to use SQLite-web and can be run on the same server where Marzban is installed. This repository is a fork of SQLiteWeb and modified to work with Marzban.SQLite-web is a web-based SQLite database browser written in Python using the Flask web framework. It provides a simple and intuitive interface for working with SQLite databases.
- Automatically install and configure sqlite-web
- Generate Random Path to Access SQLite-web (or you can set your own path)
- Create and manage SQLite databases
- Browse and edit tables and data
- Search and filter data
- Export data to CSV or JSON
- View and edit SQL queries , execute them directly in the browser
- Create Service for SQLite-web
- Secure SQLite-web with SSL/TLS
Important
The Defualt Path of Databse is /var/lib/marzban/db.sqlite3
and the Default Port is 8010
.
just copy/paste and enjoy :
sudo bash -c "$(curl -sL https://raw.githubusercontent.com/azavaxhuman/SQLiteWeb_Marzban/main/install.sh)"
You can find a video tutorial on how to use this repository here.
YOUTUBE
You Can Find The Video ( SQLiteWeb + Marzban ) Here
Special thanks to SQLiteWeb's creator (SQLiteWeb)