Skip to content

UISSH/install-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Currently only supports Debian 11, Ubuntu 22.04

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 [email protected] --db_password=root --password=root --domain=demo.uissh.com

For IP access, this method is not recommended.

cd /tmp/install-script 
python3 main.py [email protected] --db_password=root --password=root

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published