Abdal 4iProto Panel is a comprehensive web-based management interface for the Abdal 4iProto Server. This panel provides administrators with a complete solution to manage users, server configuration, traffic monitoring, session management, and system logs through an intuitive web interface.
The panel is built with Go and uses embedded resources, making it a single executable file that can run without any prerequisites. It supports both Windows and Linux systems and can be installed as a system service.
- Complete CRUD Operations: Create, read, update, and delete users
- User Configuration: Manage user settings including:
- Username and password
- Role assignment (admin/user)
- Blocked domains and IPs
- Session limits and TTL
- Speed limits (KB/s)
- Traffic limits (MB)
- Logging preferences
- Port Management: Configure multiple server ports
- Shell Configuration: Set default shell for Windows/Linux
- Authentication Settings: Configure max authentication attempts
- Server Version: Customize server signature/version
- IP Blocking: Manage blocked IP addresses
- Brute-Force Protection:
- Configurable max login attempts
- Time-based attempt window
- Configurable block duration
- Automatic IP blocking
- Real-time Logs: View user access logs with Ajax updates
- Traffic Monitoring: Monitor user traffic consumption
- Real-time traffic statistics
- Session-based and total traffic tracking
- Traffic limit warnings
- Session Management: View active sessions from the server
- Session ID, username, IP address
- Client version, creation time, last seen
- Panel Settings: Manage panel configuration through web interface
- Port configuration
- Admin credentials
- Logging preferences
- Security settings
- Auto-restart: Panel service automatically restarts after configuration changes
- Multi-language Support: English and Persian (Farsi) interface
- Responsive Design: Mobile-friendly with hamburger menu
- Service Support: Can run as Windows Service or Linux systemd service
- Embedded Resources: All assets (CSS, JS, templates, translations) are embedded
- No Prerequisites: Single executable file, no external dependencies
The following files must be placed alongside the installation script:
abdal-4iproto-panel.json
abdal_4iproto_panel_linux
abdal_4iproto_server_linux
blocked_ips.json
id_ed25519
id_ed25519.pub
server_config.json
users.json
🧠 Note for linux:
The two executable core files are:
- abdal_4iproto_panel_linux — The management panel executable
- abdal_4iproto_server_linux — The 4iProto server executable
🧠 Note for windows:
The two main executable files are:
- abdal-4iproto-panel-windows.exe — The management panel executable
- abdal-4iproto-server-windows.exe — The 4iProto server executable
Simply execute the installation script along with the required files located in the path: /usr/local/abdal-4iproto-server
chmod +x install-abdal-4iproto-panel.sh
./install-abdal-4iproto-panel.sh
Store all files in a single directory, then run the install-abdal-4iproto-panel.bat file with Administrator privileges.
- Go 1.21 or later (for building from source)
- Windows 7+ or Linux system with systemd
# Clone the repository
git clone https://github.com/ebrasha/abdal-4iproto-panel.git
cd abdal-4iproto-panel
# Build the executable
go build -o abdal-4iproto-panel main.go
# For Windows
go build -o abdal-4iproto-panel.exe main.goDownload the latest release from the Releases page.
The panel creates a default configuration file abdal-4iproto-panel.json on first run:
{
"port": 52202,
"username": "ebrasha",
"password": "ebrasha1309",
"logging": true,
"blocked_ips": [],
"max_login_attempts": 5,
"login_attempt_window": 300,
"block_duration": 3600
}- Open your web browser
- Navigate to
http://localhost:52202(or the configured port) - Login with default credentials:
- Username:
ebrasha - Password:
ebrasha1309
- Username:
All management is done through the web interface:
- Dashboard: Overview of users, sessions, and traffic
- Users: Manage user accounts and permissions
- Server Configuration: Configure the Abdal 4iProto Server
- Blocked IPs: Manage blocked IP addresses
- Logs: View user access logs
- Traffic: Monitor user traffic consumption
- Sessions: View active server sessions
- Panel Configuration: Manage panel settings
- About: Information about the panel and programmer
The panel can be installed as a system service for automatic startup and background operation.
# Install the service
abdal-4iproto-panel.exe install
# Start the service
abdal-4iproto-panel.exe start
# Stop the service
abdal-4iproto-panel.exe stop
# Uninstall the service
abdal-4iproto-panel.exe uninstall# Run the installation script
sudo ./install-abdal-4iproto-panel.sh
# Or manually
sudo systemctl start abdal-4iproto-panel
sudo systemctl enable abdal-4iproto-panel
sudo systemctl status abdal-4iproto-panel- Server Repository: Abdal 4iProto Server
- Panel Repository: Abdal 4iProto Panel
If you encounter any issues or have configuration problems, please reach out via email at Prof.Shafiei@Gmail.com. You can also report issues on GitHub.
If you find this project helpful and would like to support further development, please consider making a donation:
Handcrafted with Passion by Ebrahim Shafiei (EbraSha)
- E-Mail: Prof.Shafiei@Gmail.com
- Telegram: @ProfShafiei
This project is licensed under the GPLv2 or later License.

