Currently only supports debian 11.
1.Download init script
curl -o- -L https://raw.githubusercontent.com/UISSH/install-script/main/install.sh | bash -s --2.Start install backend program
-
Website login username: root
-
Database default username: root
For domain name access, please add DNS resolution records before executing the following commands.
cd /tmp/install-script
python3 main.py --login_email=root@root.com --db_root_password=root --login_password=root --domain=demo.uissh.comFor IP access, this method is not recommended.
cd /tmp/install-script
python3 main.py --login_email=root@root.com --db_root_password=root --login_password=rootpython3 main.py --login_email=root@root.com --db_root_password=root --login_password=root --test=true