Giter Club home page Giter Club logo

xmanagerplus's Introduction

xmanagerplus's People

Contributors

xcode75 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

xmanagerplus's Issues

Suggestion: Server capacity

That would be great if the XMPlus has the option to limit user counts for each server but it would be better if it can be visible to users to see how many people are on each server to decide to choose which low-population server.

config sample

hi .. please send some config sample ... i try to read your site but i cant create a good one .. please send more information to use your panel

zarinpal peyment bug

There is no problem with the first purchase

But when the gig volume runs out

To buy again
This gives an error
aaa
bbb

registeration and add new user issue

When I want to create a new user or register a new user, this message shows me:
A website error has occurred: Sorry for the temporary inconvenience.
In addition, I have a license
I had no problem before

console.php doesn't work

based on installation manual on CentOS 7 & 9:

  1. Frontend Installation - Frontend
  2. Create an administrator account: php bin/console.php admin
  3. result:

PHP Warning: main(/www/wwwroot/tld.com/bin/../vendor/autoload.php): failed to open stream: No such file or directory in /www/wwwroot/tld.com/bin/console.php on line 0

Warning: main(/www/wwwroot/tld.com/bin/../vendor/autoload.php): failed to open stream: No such file or directory in /www/wwwroot/tld.com/bin/console.php on line 0
PHP Fatal error: main(): Failed opening required '/www/wwwroot/tld.com/bin/../vendor/autoload.php' (include_path='.:') in /www/wwwroot/tld.com/bin/console.php on line 0

Fatal error: main(): Failed opening required '/www/wwwroot/tld.com/bin/../vendor/autoload.php' (include_path='.:') in /www/wwwroot/tld.com/bin/console.php on line 0

Cloudflare CDN Setup

Hi,
I tried to use Cloudflare CDN from the docs but I could not connect at all. What I did was I made a server like screenshots I attached to this ticket but I can't connect with it at all! There is no error on the XMPlus log.
xmplus01

Host is same as Server address
xmplus02

Servername is same as Server address
xmplus03

And this is what I set for cdn.conf file:
server {
listen 443 ssl http2 so_keepalive=on;
listen [::]:443 ssl http2;
server_name my.server.name;

index index.html;
root /var/www/html;

ssl_certificate /your/cert/my.server.name.crt;
ssl_certificate_key /your/key/my.server.name.key;
ssl_protocols TLSv1.2 TLSv1.3;
ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384;

client_header_timeout 52w;
keepalive_timeout 52w;

location / { 
      if ($http_upgrade != "websocket") {
          return 404;
    }
      proxy_redirect off;
      proxy_pass http://127.0.0.1:2053; #proxy_pass http://127.0.0.1:5500
      proxy_http_version 1.1;
      proxy_set_header Upgrade $http_upgrade;
      proxy_set_header Connection "upgrade";
      proxy_set_header Host $host;
      proxy_set_header X-Real-IP $remote_addr;
      proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}    

}

If I set port number as 2053 in "listen 443 SSL http2 so_keepalive=on;" and "listen [::]:443 SSL http2;" so Nginx does not run because of the port using confliction.

problem in create admin account run command: php bin/console.php admin

when i write this command after do evry thing in your guide sheet,
I get this errors :
plz guide me for solve this
tnx:

[root@76121 raaaanaa.xyz]# php bin/console.php admin
PHP Fatal error: Uncaught TypeError: Argument 2 passed to Symfony\Component\Console\Style\SymfonyStyle::ask() must be of the type string or null, int given, called in /www/wwwroot/raaaanaa.xyz/app/Commands/AdminCommand.php on line 42 and defined in /www/wwwroot/raaaanaa.xyz/vendor/symfony/console/Style/SymfonyStyle.php:253
Stack trace:
#0 /www/wwwroot/raaaanaa.xyz/app/Commands/AdminCommand.php(42): Symfony\Component\Console\Style\SymfonyStyle->ask()
#1 /www/wwwroot/raaaanaa.xyz/vendor/symfony/console/Command/Command.php(298): App\Commands\AdminCommand->execute()
#2 /www/wwwroot/raaaanaa.xyz/vendor/symfony/console/Application.php(1040): Symfony\Component\Console\Command\Command->run()
#3 /www/wwwroot/raaaanaa.xyz/vendor/symfony/console/Application.php(301): Symfony\Component\Console\Application->doRunCommand()
#4 /www/wwwroot/raaaanaa.xyz/vendor/symfony/console/Application.php(171): Symfony\Component\Console\Application->doRun()
#5 /www/wwwroot/raaaanaa.xyz/bin/console.php(0): Symfony\Co in /www/wwwroot/raaaanaa.xyz/vendor/symfony/console/Style/SymfonyStyle.php on line 253

Fatal error: Uncaught TypeError: Argument 2 passed to Symfony\Component\Console\Style\SymfonyStyle::ask() must be of the type string or null, int given, called in /www/wwwroot/raaaanaa.xyz/app/Commands/AdminCommand.php on line 42 and defined in /www/wwwroot/raaaanaa.xyz/vendor/symfony/console/Style/SymfonyStyle.php:253
Stack trace:
#0 /www/wwwroot/raaaanaa.xyz/app/Commands/AdminCommand.php(42): Symfony\Component\Console\Style\SymfonyStyle->ask()
#1 /www/wwwroot/raaaanaa.xyz/vendor/symfony/console/Command/Command.php(298): App\Commands\AdminCommand->execute()
#2 /www/wwwroot/raaaanaa.xyz/vendor/symfony/console/Application.php(1040): Symfony\Component\Console\Command\Command->run()
#3 /www/wwwroot/raaaanaa.xyz/vendor/symfony/console/Application.php(301): Symfony\Component\Console\Application->doRunCommand()
#4 /www/wwwroot/raaaanaa.xyz/vendor/symfony/console/Application.php(171): Symfony\Component\Console\Application->doRun()
#5 /www/wwwroot/raaaanaa.xyz/bin/console.php(0): Symfony\Co in /www/wwwroot/raaaanaa.xyz/vendor/symfony/console/Style/SymfonyStyle.php on line 253
[root@76121 raaaanaa.xyz]#

Captcha is not working

Hi
I enable Captcha both from Google and Cloudflare. it doesn't work and I can not enter my panel.
and also it doesn't be disabled.
the error is:

login:1 Access to script at 'https://embed.tawk.to/63d65f944742512879103c43' from origin 'https://domain' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

How to Use custom SNI when using cdn

hi. i want to use cloudflare cdn with custom sni. for example Vless-WS-CDN.
server name: cpanel.com
request host: sub.mydomain.com (proxy on)
sni: sub.mydomain.com
when i use this setting it's work. but when i change sni to random sub domain ex: xxxaaaa.mydomai.com
it's not work. but when i change sni manualy in client app it works too
i changed rejectUnknownSni to false and allowInsecure to true not work

block geo site

hi dear
how can i block any geo site on the server ?
for example i want to block .ir site on all connections
Now I want to use these two files to block the connection of users with Iranian domains and IPs
I searched this topic a lot, but there was no tutorial on how to use it in xmplus panel

iran-block.zip

problem in connecting to CDN

when I want to connect to CDN this error appears, while if I don't use CDN, I can connect.
when I use my domain address:
[Error] transport/internet/websocket: failed to dial to mydomain.domain:443 > read tcp 192.168.3.19:11528->172.67.200.145:443: wsarecv: An existing connection was forcibly closed by the remote host.
Screenshot 2023-02-03 192229

when I use direct IP's Cloudflare:
[Error] transport/internet/websocket: failed to dial to 190.93.245.213:443 > read tcp 192.168.3.19:4957->190.93.245.213:443: wsarecv: An existing connection was forcibly closed by the remote host.
Screenshot 2023-02-03 192207
I should mention that xmplus log shows nothing and every things are OK.

XMPlus may fail to start, please use XMPlus log to check the log information later

i got this erors in XMPlus log after doeing any thing for confiq XMPlus
and when i write Restart XMPlus:
XMPlus may fail to start, please use XMPlus log to check the log information later
plz help me again
tank you
XMPlus log:
-- Logs begin at Sun 2023-02-12 00:18:35 IST. --
Feb 12 06:02:17 76121.AZARONLINE.COM systemd[1]: Stopped XMPlus Service.
Feb 12 06:02:17 76121.AZARONLINE.COM systemd[1]: Started XMPlus Service.
Feb 12 06:02:17 76121.AZARONLINE.COM XMPlus[9528]: XMPlus v2.1.0 (A custom version of XrayR)
Feb 12 06:02:17 76121.AZARONLINE.COM XMPlus[9528]: 2023/02/12 06:02:17 Starting XMPlus
Feb 12 06:02:17 76121.AZARONLINE.COM XMPlus[9528]: 2023/02/12 06:02:17 [Info] app/dns: DNS: created UDP client initialized for 1.1.1.1:53
Feb 12 06:02:17 76121.AZARONLINE.COM XMPlus[9528]: 2023/02/12 06:02:17 [Info] app/dns: DNS: created UDP client initialized for 8.8.8.8:53
Feb 12 06:02:17 76121.AZARONLINE.COM XMPlus[9528]: 2023/02/12 06:02:17 [Warning] core: Xray 1.7.3 started
Feb 12 06:02:18 76121.AZARONLINE.COM XMPlus[9528]: 2023/02/12 06:02:18 Unsupported Node Type:
Feb 12 06:02:18 76121.AZARONLINE.COM XMPlus[9528]: panic: Unsupported Node Type:
Feb 12 06:02:18 76121.AZARONLINE.COM XMPlus[9528]: goroutine 1 [running]:
Feb 12 06:02:18 76121.AZARONLINE.COM XMPlus[9528]: log.Panic({0xc0004e1ce8?, 0xc0002c6e00?, 0xc0004e1d40?})
Feb 12 06:02:18 76121.AZARONLINE.COM XMPlus[9528]: log/log.go:384 +0x65
Feb 12 06:02:18 76121.AZARONLINE.COM XMPlus[9528]: github.com/xcode75/XMPlus/service/controller.(*Controller).Start(0xc0002ce900)
Feb 12 06:02:18 76121.AZARONLINE.COM XMPlus[9528]: github.com/xcode75/XMPlus/service/controller/controller.go:112 +0x658
Feb 12 06:02:18 76121.AZARONLINE.COM XMPlus[9528]: github.com/xcode75/XMPlus/panel.(*Panel).Start(0xc000460fc0)
Feb 12 06:02:18 76121.AZARONLINE.COM XMPlus[9528]: github.com/xcode75/XMPlus/panel/panel.go:184 +0x37d
Feb 12 06:02:18 76121.AZARONLINE.COM XMPlus[9528]: main.main()
Feb 12 06:02:18 76121.AZARONLINE.COM XMPlus[9528]: github.com/xcode75/XMPlus/main/main.go:93 +0x2bf
Feb 12 06:02:18 76121.AZARONLINE.COM systemd[1]: XMPlus.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Feb 12 06:02:18 76121.AZARONLINE.COM systemd[1]: XMPlus.service: Failed with result 'exit-code'.
Feb 12 06:02:28 76121.AZARONLINE.COM systemd[1]: XMPlus.service: Service RestartSec=10s expired, scheduling restart.
Feb 12 06:02:28 76121.AZARONLINE.COM systemd[1]: XMPlus.service: Scheduled restart job, restart counter is at 29.
Feb 12 06:02:28 76121.AZARONLINE.COM systemd[1]: Stopped XMPlus Service.
Feb 12 06:02:28 76121.AZARONLINE.COM systemd[1]: Started XMPlus Service.
Feb 12 06:02:28 76121.AZARONLINE.COM XMPlus[9535]: XMPlus v2.1.0 (A custom version of XrayR)
Feb 12 06:02:28 76121.AZARONLINE.COM XMPlus[9535]: 2023/02/12 06:02:28 Starting XMPlus
Feb 12 06:02:28 76121.AZARONLINE.COM XMPlus[9535]: 2023/02/12 06:02:28 [Info] app/dns: DNS: created UDP client initialized for 1.1.1.1:53
Feb 12 06:02:28 76121.AZARONLINE.COM XMPlus[9535]: 2023/02/12 06:02:28 [Info] app/dns: DNS: created UDP client initialized for 8.8.8.8:53
Feb 12 06:02:28 76121.AZARONLINE.COM XMPlus[9535]: 2023/02/12 06:02:28 [Warning] core: Xray 1.7.3 started
Feb 12 06:02:29 76121.AZARONLINE.COM XMPlus[9535]: 2023/02/12 06:02:29 Unsupported Node Type:
Feb 12 06:02:29 76121.AZARONLINE.COM XMPlus[9535]: panic: Unsupported Node Type:
Feb 12 06:02:29 76121.AZARONLINE.COM XMPlus[9535]: goroutine 1 [running]:
Feb 12 06:02:29 76121.AZARONLINE.COM XMPlus[9535]: log.Panic({0xc000a3dce8?, 0xc000392000?, 0xc000a3dd40?})
Feb 12 06:02:29 76121.AZARONLINE.COM XMPlus[9535]: log/log.go:384 +0x65
Feb 12 06:02:29 76121.AZARONLINE.COM XMPlus[9535]: github.com/xcode75/XMPlus/service/controller.(*Controller).Start(0xc000406900)
Feb 12 06:02:29 76121.AZARONLINE.COM XMPlus[9535]: github.com/xcode75/XMPlus/service/controller/controller.go:112 +0x658
Feb 12 06:02:29 76121.AZARONLINE.COM XMPlus[9535]: github.com/xcode75/XMPlus/panel.(*Panel).Start(0xc0007e6cc0)
Feb 12 06:02:29 76121.AZARONLINE.COM XMPlus[9535]: github.com/xcode75/XMPlus/panel/panel.go:184 +0x37d
Feb 12 06:02:29 76121.AZARONLINE.COM XMPlus[9535]: main.main()
Feb 12 06:02:29 76121.AZARONLINE.COM XMPlus[9535]: github.com/xcode75/XMPlus/main/main.go:93 +0x2bf
Feb 12 06:02:29 76121.AZARONLINE.COM systemd[1]: XMPlus.service: Main process exited, code=exited, status=2/INVALIDARGUMENT

XMPlus.service: Failed with result 'exit-code'.

hello my friend .
When I want to add my new server and complete its node and restart xmplus, I get an XMPlus may fail to start, please use XMPlus log to check the log information later, and then when I log, it shows me this
Feb 15 12:17:17 fi-2gb-hel1-1 systemd[1]: XMPlus.service: Scheduled restart job, restart counter is at 893.
Feb 15 12:17:17 fi-2gb-hel1-1 systemd[1]: Stopped XMPlus Service.
Feb 15 12:17:17 fi-2gb-hel1-1 systemd[1]: Started XMPlus Service.
Feb 15 12:17:17 fi-2gb-hel1-1 XMPlus[63776]: XMPlus v2.1.0 (A custom version of XrayR)
Feb 15 12:17:17 fi-2gb-hel1-1 XMPlus[63776]: 2023/02/15 12:17:17 Starting XMPlus
Feb 15 12:17:17 fi-2gb-hel1-1 XMPlus[63776]: 2023/02/15 12:17:17 Failed to unmarshal DNS config: /etc/XMPlus/dns.json
Feb 15 12:17:17 fi-2gb-hel1-1 XMPlus[63776]: panic: Failed to unmarshal DNS config: /etc/XMPlus/dns.json
Feb 15 12:17:17 fi-2gb-hel1-1 XMPlus[63776]: goroutine 1 [running]:
Feb 15 12:17:17 fi-2gb-hel1-1 XMPlus[63776]: log.Panicf({0x3123e70?, 0x14?}, {0xc000723be8?, 0x2881280?, 0xc0004d4f50?})
Feb 15 12:17:17 fi-2gb-hel1-1 XMPlus[63776]: log/log.go:391 +0x67
Feb 15 12:17:17 fi-2gb-hel1-1 XMPlus[63776]: github.com/xcode75/XMPlus/panel.(*Panel).loadCore(0xc000723e68?, 0xc0004de150)
Feb 15 12:17:17 fi-2gb-hel1-1 XMPlus[63776]: github.com/xcode75/XMPlus/panel/panel.go:60 +0x245
Feb 15 12:17:17 fi-2gb-hel1-1 XMPlus[63776]: github.com/xcode75/XMPlus/panel.(*Panel).Start(0xc0004b4280)
Feb 15 12:17:17 fi-2gb-hel1-1 XMPlus[63776]: github.com/xcode75/XMPlus/panel/panel.go:158 +0xe9
Feb 15 12:17:17 fi-2gb-hel1-1 XMPlus[63776]: main.main()
Feb 15 12:17:17 fi-2gb-hel1-1 XMPlus[63776]: github.com/xcode75/XMPlus/main/main.go:93 +0x2bf
Feb 15 12:17:17 fi-2gb-hel1-1 systemd[1]: XMPlus.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Feb 15 12:17:17 fi-2gb-hel1-1 systemd[1]: XMPlus.service: Failed with result 'exit-code'.

Please explain to me as a beginner, thank you.

cant get config link or export config

i cant get config link or export config .. i check my new setup and i see everything is fine .... what should i do now to get config and test my server ??

希望增加节点排序功能

添加节点和编辑节点中,添加节点排序功能。数值越大,越靠前。在节点页面和软件上都有排序作用。

add server error

Version of XMPlus frontend
v20230211

Version of XMPlus/XrayR backend
v2.1.0

Describtion :
I can no longer add new servers after recent updates
Screenshot (46)
Screenshot (47)

problem with tls file

hi .. i have a problem with tls file ... i create a server but i can't connect with client to the server
tls error ....
please tell me what to do ...

Like the Proxifier

Is it possible to limit users to only tunneled for specified softwares (in windows) similar to what the Proxifier does?
Or limit to specified IPs? Or limit to domains?

XMPlus 2.0.8 better than 2.1.0

In XMPlus 2.0.8 my config is vmess+ws+tls ping is 600-700 in v2rayng

22222222222222222222222222


But in XMPlus 2.1.0 my config is same but ping is 5000

11111111111

what is wrong?

nowpayment problem

@xcode75
hi
nowpayment portal has a problem and that problem is that it does not allow payment less than 32 dollars
I talked to their support and they told me that you need to fix this in API
But the API was not available for me. Thank you for doing this in an update
Untitled

The country flags not shown

The country flags are not shown in Clash but they are shown in the panel and user area in the website.

proxies:
 -
  name: '?? Spain-n-01'
  type: trojan
  server: mydomain
  port: 
  password: 
  sni: mydomain
  udp: true
  skip-cert-verify: false
  network: grpc
  grpc-opts: { grpc-service-name: mydomain }

backend server : Problem on cdn.conf error nginx

hi guys what's this error when start nginx command

-- Unit nginx.service has begun starting up.
Feb 13 14:50:10 nginx[10341]: nginx: [emerg] invalid number of arguments in "grpc_pass" directive in /etc/nginx/conf.d/cdn.conf:54
Feb 13 14:50:10 nginx[10341]: nginx: configuration file /etc/nginx/nginx.conf test failed
Feb 13 14:50:10 systemd[1]: nginx.service: control process exited, code=exited status=1
Feb 13 14:50:10 systemd[1]: Failed to start The nginx HTTP and reverse proxy server.
-- Subject: Unit nginx.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel

WS/gRPC & SNI through CDN (Cloudflare)

To cover "server IP" we use CDN like Cloudflare. If we use a different server address than SNI that uses Cloudflare like "discord.com" also we can cover the "server address" from the filtering system too!
In the XMPlus frontend panel, we can't set a different server address than SNI (server name in security settings) while Cloudflare DNS and Cloudflare CDN are "enable" so there is an error "Cloudflare: Cloudflare Zone not found" because the address that we want to use for cover is not set in CF zones and there must set it manually to a third-party app that we want to connect through them like v2rayN or Nekoray or etc. With that manual change, we can get connected through profiles that are made by the X-UI panel.

I tried to set a different server address than SNI with and without CDN manually in third-party apps and I got the results below:

  • gRPC+TLS+SNI+with CDN: does not work
  • gRPC+TLS+SNI+without CDN: does not work
  • WS+TLS+SNI+with CDN: works!
  • How is it possible to make a different server address than SNI in gRPC+TLS+SNI+with CDN config like what is happening in WS+TLS+SNI+with CDN?
  • Is it possible to add an option about using a different server address than SNI through CDN to cover address filtering chance?

I get again same eror in php bin/console.php admin

i got same eror in php bin/console.php admin after install again in my terminal.
plz help me again
tank you
PHP Fatal error: Uncaught TypeError: Argument 2 passed to Symfony\Component\Console\Style\SymfonyStyle::ask() must be of the type string or null, int given, called in /www/wwwroot/radientaghaei.xyz/app/Commands/AdminCommand.php on line 42 and defined in /www/wwwroot/radientaghaei.xyz/vendor/symfony/console/Style/SymfonyStyle.php:253
Stack trace:
#0 /www/wwwroot/radientaghaei.xyz/app/Commands/AdminCommand.php(42): Symfony\Component\Console\Style\SymfonyStyle->ask()
#1 /www/wwwroot/radientaghaei.xyz/vendor/symfony/console/Command/Command.php(298): App\Commands\AdminCommand->execute()
#2 /www/wwwroot/radientaghaei.xyz/vendor/symfony/console/Application.php(1040): Symfony\Component\Console\Command\Command->run()
#3 /www/wwwroot/radientaghaei.xyz/vendor/symfony/console/Application.php(301): Symfony\Component\Console\Application->doRunCommand()
#4 /www/wwwroot/radientaghaei.xyz/vendor/symfony/console/Application.php(171): Symfony\Component\Console\Application->doRun()
#5 /www/wwwroot/radientaghaei.xyz/bin/console.php(0): Symfony\Co in /www/wwwroot/radientaghaei.xyz/vendor/symfony/console/Style/SymfonyStyle.php on line 253

Fatal error: Uncaught TypeError: Argument 2 passed to Symfony\Component\Console\Style\SymfonyStyle::ask() must be of the type string or null, int given, called in /www/wwwroot/radientaghaei.xyz/app/Commands/AdminCommand.php on line 42 and defined in /www/wwwroot/radientaghaei.xyz/vendor/symfony/console/Style/SymfonyStyle.php:253
Stack trace:
#0 /www/wwwroot/radientaghaei.xyz/app/Commands/AdminCommand.php(42): Symfony\Component\Console\Style\SymfonyStyle->ask()
#1 /www/wwwroot/radientaghaei.xyz/vendor/symfony/console/Command/Command.php(298): App\Commands\AdminCommand->execute()
#2 /www/wwwroot/radientaghaei.xyz/vendor/symfony/console/Application.php(1040): Symfony\Component\Console\Command\Command->run()
#3 /www/wwwroot/radientaghaei.xyz/vendor/symfony/console/Application.php(301): Symfony\Component\Console\Application->doRunCommand()
#4 /www/wwwroot/radientaghaei.xyz/vendor/symfony/console/Application.php(171): Symfony\Component\Console\Application->doRun()
#5 /www/wwwroot/radientaghaei.xyz/bin/console.php(0): Symfony\Co in /www/wwwroot/radientaghaei.xyz/vendor/symfony/console/Style/SymfonyStyle.php on line 253
[root@76121 radientaghaei.xyz]#

How to enable Alpn

according to tlsobject, is it the right way to enable the alpn?
when I open V2rayNG, the alpn, and fingerprint (uTLS) are disabled. does Clash handle then automatically?

{
  "serverName": "mydomain.com",
  "rejectUnknownSni": true,
  "allowInsecure": false,
  "fingerprint": "chrome",
  "alpn": [
    "h2",
    "http/1.1"
  ]
}

Bulk users

hi

how can i add bulk users in panel?

can't find any solution, i would like to buy this panel but can't add bulk users and it's hard to make users each by each

thank you

aapanel restart issue

hello sorry to take your time.

explantion: it seems whenever i reboot the server the aapanel disappears and i can't access it anymore i have tried with many servers and multiple IPs but still the problem remains idk if this is a small issue or not.
question:is there a fix to this problem?

Frontend panel

When I try to login to my front panel it says currently going under maintenance although I know people who use their panel at the moment

All in one config if it possible

https://github.com/XTLS/Xray-examples/tree/main/All-in-One-fallbacks-Nginx
I think most people want to ask about this one and how to configure with xmangerplus. If maintener add more details would be great. I did try but end up with Websocket and grpc transport. When I tried to setup trojan gfw(tcp+tls) fallback to websocket and grpc won't work or can't get the real ip of client.
Tldr: I had 2 vps, one for website/panel then 1 vps as node with running websocket+grpc transport.

SSR

Please support SSR (ShadowsocksR)

XMPlus may fail to start

Hi there,
I configured the front end and everything works well.
but about the backend, I cant start the xmplus!

XMPlus may fail to start, please use XMPlus log to check the log information later

Jan 28 11:44:12 serverAddress systemd[1]: XMPlus.service holdoff time over, scheduling restart.
Jan 28 11:44:12 serverAddress systemd[1]: Stopped XMPlus Service.
Jan 28 11:44:12 serverAddress systemd[1]: Started XMPlus Service.
Jan 28 11:44:12 serverAddress XMPlus[5336]: XMPlus v2.0.8 (A custom version of XrayR)
Jan 28 11:44:12 serverAddress XMPlus[5336]: 2023/01/28 11:44:12 Starting XMPlus
Jan 28 11:44:12 serverAddress XMPlus[5336]: 2023/01/28 11:44:12 [Info] app/dns: DNS: created UDP client initialized for 1.1.1.1:53
Jan 28 11:44:12 serverAddress XMPlus[5336]: 2023/01/28 11:44:12 [Info] app/dns: DNS: created UDP client initialized for 8.8.8.8:53
Jan 28 11:44:12 serverAddress XMPlus[5336]: 2023/01/28 11:44:12 [Info] app/dns: DNS: created Remote DOH client for https://dns.google/dns-query
Jan 28 11:44:12 serverAddress XMPlus[5336]: 2023/01/28 11:44:12 [Info] app/dns: DNS: created Remote DOH client for https://1.1.1.1/dns-query
Jan 28 11:44:12 serverAddress XMPlus[5336]: 2023/01/28 11:44:12 [Info] app/dns: DNS: created Local DOH client for https://cloudflare-dns.com/dns-query
Jan 28 11:44:12 serverAddress XMPlus[5336]: 2023/01/28 11:44:12 [Warning] core: Xray 1.7.2 started
Jan 28 11:44:12 serverAddress XMPlus[5336]: 2023/01/28 11:44:12 XMPlus fialed to start: server port must > 0
Jan 28 11:44:12 serverAddress XMPlus[5336]: panic: XMPlus fialed to start: server port must > 0
Jan 28 11:44:12 serverAddress XMPlus[5336]: goroutine 1 [running]:
Jan 28 11:44:12 serverAddress XMPlus[5336]: log.Panicf({0x302b88c?, 0x0?}, {0xc000e39e68?, 0xc0000108d0?, 0xc000923e50?})
Jan 28 11:44:12 serverAddress XMPlus[5336]: log/log.go:395 +0x67
Jan 28 11:44:12 serverAddress XMPlus[5336]: github.com/xcode75/XMPlus/panel.(*Panel).Start(0xc000810500)
Jan 28 11:44:12 serverAddress XMPlus[5336]: github.com/xcode75/XMPlus/panel/panel.go:186 +0x3df
Jan 28 11:44:12 serverAddress XMPlus[5336]: main.main()
Jan 28 11:44:12 serverAddress XMPlus[5336]: github.com/xcode75/XMPlus/main/main.go:95 +0x2bf
Jan 28 11:44:12 serverAddress systemd[1]: XMPlus.service: main process exited, code=exited, status=2/INVALIDARGUMENT
Jan 28 11:44:12 serverAddress systemd[1]: Unit XMPlus.service entered failed state.
Jan 28 11:44:12 serverAddress systemd[1]: XMPlus.service failed.

XMPlus.service: main process exited, code=exited, status=2/INVALIDARGUMENT

Feb 16 22:37:51 centos-2gb-fsn1-2 systemd[1]: XMPlus.service failed.
Feb 16 22:38:01 centos-2gb-fsn1-2 systemd[1]: XMPlus.service holdoff time over, scheduling restart.
Feb 16 22:38:01 centos-2gb-fsn1-2 systemd[1]: Stopped XMPlus Service.
Feb 16 22:38:01 centos-2gb-fsn1-2 systemd[1]: Started XMPlus Service.
Feb 16 22:38:01 centos-2gb-fsn1-2 XMPlus[1058]: XMPlus v2.1.0 (A custom version of XrayR)
Feb 16 22:38:01 centos-2gb-fsn1-2 XMPlus[1058]: 2023/02/16 22:38:01 Starting XMPlus
Feb 16 22:38:01 centos-2gb-fsn1-2 XMPlus[1058]: 2023/02/16 22:38:01 [Info] app/dns: DNS: created localhost client
Feb 16 22:38:01 centos-2gb-fsn1-2 XMPlus[1058]: 2023/02/16 22:38:01 [Warning] core: Xray 1.7.3 started
Feb 16 22:38:02 centos-2gb-fsn1-2 XMPlus[1058]: panic: runtime error: invalid memory address or nil pointer dereference
Feb 16 22:38:02 centos-2gb-fsn1-2 XMPlus[1058]: [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x2442368]
Feb 16 22:38:02 centos-2gb-fsn1-2 XMPlus[1058]: goroutine 1 [running]:
Feb 16 22:38:02 centos-2gb-fsn1-2 XMPlus[1058]: github.com/xcode75/XMPlus/api/xmplus.(*APIClient).parseNodeResponse(0xc0000abb00, 0xc0008e5000)
Feb 16 22:38:02 centos-2gb-fsn1-2 XMPlus[1058]: github.com/xcode75/XMPlus/api/xmplus/xmplus.go:352 +0x288
Feb 16 22:38:02 centos-2gb-fsn1-2 XMPlus[1058]: github.com/xcode75/XMPlus/api/xmplus.(*APIClient).GetNodeInfo(0xc0000abb00)
Feb 16 22:38:02 centos-2gb-fsn1-2 XMPlus[1058]: github.com/xcode75/XMPlus/api/xmplus/xmplus.go:111 +0x337
Feb 16 22:38:02 centos-2gb-fsn1-2 XMPlus[1058]: github.com/xcode75/XMPlus/service/controller.(*Controller).Start(0xc0008d6700)
Feb 16 22:38:02 centos-2gb-fsn1-2 XMPlus[1058]: github.com/xcode75/XMPlus/service/controller/controller.go:72 +0xdb
Feb 16 22:38:02 centos-2gb-fsn1-2 XMPlus[1058]: github.com/xcode75/XMPlus/panel.(*Panel).Start(0xc0004ac280)
Feb 16 22:38:02 centos-2gb-fsn1-2 XMPlus[1058]: github.com/xcode75/XMPlus/panel/panel.go:184 +0x37d
Feb 16 22:38:02 centos-2gb-fsn1-2 XMPlus[1058]: main.main()
Feb 16 22:38:02 centos-2gb-fsn1-2 XMPlus[1058]: github.com/xcode75/XMPlus/main/main.go:93 +0x2bf
Feb 16 22:38:02 centos-2gb-fsn1-2 systemd[1]: XMPlus.service: main process exited, code=exited, status=2/INVALIDARGUMENT
Feb 16 22:38:02 centos-2gb-fsn1-2 systemd[1]: Unit XMPlus.service entered failed state.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.