how to limit inbound in v2ray to a single device

2.9k Views Asked by At

I'm using a v2ray server I want each client user can have ability to access the internet just with one device and he can't use multiple devices to use the connection that I provide for him please let me know if you have solution

I have tested several x-ui forks that claims their x-ui can provide me that ability but none of them work for me

2

There are 2 best solutions below

1
On

This Script can help you. Of course, if you create multiple users with different UIDs.

2
On

In 6 steps:

  1. apt install python3
  2. pip3 install requests
  3. pip3 install schedule
  4. apt install net-tools
  5. copy main.py file to your server
  6. nohup python3 main.py & Maybe you need run these commands with sudo keyword