mehdiirh / xui-migration

migrate x-ui data and SSL certs from old server to new one with one command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Script to migrate x-ui data and SSL certs

On your new server run:

bash <(curl -Ls https://raw.githubusercontent.com/mehdiirh/xui-migation/master/migrator.sh)

and follow the instructions.

One-line migration

You can pass the credentials of your old server to the script for one-line migration.

SSH Arguments:

ARG DESCRIPTION EXAMPLE
-s server address 192.168.1.1
-u server username root
-p server password MyPaSsWoEd

One-line migration example

sudo bash <(curl -Ls https://raw.githubusercontent.com/mehdiirh/xui-migation/master/migrator.sh) -s 192.168.1.1 -u root -p MyPaSsWoEd

~

About

migrate x-ui data and SSL certs from old server to new one with one command


Languages

Language:Shell 100.0%