XMPlus® pinned «https://github.com/xcode75/XManagerPlus/releases/tag/v20241219»
XMPlus®
https://github.com/xcode75/XManagerPlus/releases/tag/v20241219
If your online ips not showing after update(which show have updated onlineip database table) of v1,
run the sql to update online ip table manually.
XMPlus®
If your online ips not showing after update(which show have updated onlineip database table) of v1, run the sql to update online ip table manually.
Use this instead, missing AUTO_INCREMENT on id from older post causing only 1 record to save


DROP TABLE IF EXISTS `online_ip`;
CREATE TABLE IF NOT EXISTS `online_ip` (
`id` bigint NOT NULL AUTO_INCREMENT,
`serverid` int NOT NULL,
`servername` text COLLATE utf8mb4_unicode_ci,
`userid` int NOT NULL,
`username` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`ip` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`datetime` bigint NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
### Panel Update v20250103
- https://github.com/xcode75/XManagerPlus/releases/tag/v20250103

### Important Notice:
- Backend v1.1.0 (Xray-core v25.1.1) does not support panel version before v20250103
- Server port format can be 443, 443-443 or 442-450

* The second value for a port range cannot be smaller the the first. (eg, 443-442. this is invalid format)
* The port for the client is randomly selected if using a port range
XMPlus® pinned «### Panel Update v20250103 - https://github.com/xcode75/XManagerPlus/releases/tag/v20250103 ### Important Notice: - Backend v1.1.0 (Xray-core v25.1.1) does not support panel version before v20250103 - Server port format can be 443, 443-443 or 442-450 …»
[Panel v1 and v2]
Port range is valid for only XMPlus Backend.
If using XrayR, port format can only be 443 or 443-443 format. (same port number for a range).
update.sql
240 B
There was an issue with last update sql for v1, update your database
If you have such issues with backend try updateing again xmplus update v1.1.0 Fixed issue in XMPlus service file
XMPlus® pinned a photo
XMPlus v3 now available

https://github.com/XMPlusDev/XMPv3/wiki

You are limited to 10 Users and 5 Server for the free version

Paid version is limited to te specific site domain address.
Paid service will be available before end of this month. (monthly, quarterly, semiannul or yearly).

Demo: https://v3.xmplus.dev
XMPlus® pinned «XMPlus v3 now available https://github.com/XMPlusDev/XMPv3/wiki You are limited to 10 Users and 5 Server for the free version Paid version is limited to te specific site domain address. Paid service will be available before end of this month. (monthly…»
## XMPlus Panel updates will come in the near future while backend update is scheduled at the end of the month.

All issues raised on telegram and on the github repo will be replied from Monday.

Thanks for your attention
XMPlus® pinned «## XMPlus Panel updates will come in the near future while backend update is scheduled at the end of the month. All issues raised on telegram and on the github repo will be replied from Monday. Thanks for your attention»
Coming soon 🚀
https://demo.xmplus.dev

Admin
----------------------------
email: demo@xmplus.dev
password: demo12345

User
----------------------------
user@xmplus.dev
user12345


Release Date: Friday March 13, 2026

Free to use for up to 20 users or 50 subscriptions

All other annoucements regarding migration from old panels to be addressed after friday.
XMPlus® pinned «https://demo.xmplus.dev Admin ---------------------------- email: demo@xmplus.dev password: demo12345 User ---------------------------- user@xmplus.dev user12345 Release Date: Friday March 13, 2026 Free to use for up to 20 users or 50 subscriptions …»