1. 拷贝工程到系统根,然后需要赋予权限 sudo chmod 777 -R WebSSH2/
  2. git clone https://github.com/zhaocundang/WebSSH2.git

  3. depends : node.js v8

npm ERR! [email protected] postinstall: lightercollective
npm ERR! spawn ENOENT
npm ERR!

To install:
[email protected]:/volume1/web/webssh/WebSSH2/app$ sudo npm i -g lightercollective
/volume1/@appstore/Node.js_v8/usr/local/bin/lightercollective -> /volume1/@appstore/Node.js_v8/usr/local/lib/node_modules/lightercollective/index.js

  1. cd /WebSSH/app/

  2. sudo npm install

  3. cp WebSSH2/app/package.json ../

    sudo npm start

6.开机自启: sudo vim /etc/rc append this: (在末尾exit0 之前) cd /WebSSH2/ && npm start

  1. how to use?

in browser : http://10.168.1.241:2222/ssh/host/127.0.0.1

群晖搭建webssh

相关文章:

  • 2021-09-22
  • 2021-05-02
  • 2022-03-05
  • 2022-12-23
  • 2021-11-06
  • 2022-01-01
  • 2021-04-20
  • 2021-12-29
猜你喜欢
  • 2021-12-12
  • 2021-08-31
  • 2021-08-12
  • 2021-04-25
  • 2022-01-23
  • 2021-12-01
相关资源
相似解决方案