#安裝git
>pkg install git
#安裝npm
>pkg install npm
#下載webssh2
>git clone https://github.com/billchurch/WebSSH2
>cd WebSSH2/app
#複製config.json
>cp config.json.example config.json
#安裝webssh2
>npm install --production
#啟動服務
>npm start