cloud cmd install

 

 

 

Install

The installation of file manager is very simple.

  • install latest version of node.js.
  • install cloudcmd via npm with:
npm i cloudcmd -g

When in trouble use:

npm i cloudcmd -g --force

sudo vi /usr/lib/node_modules/cloudcmd/json/config.json

“dirStorage”: false,
“online”: true,
“open”: false,
“keysPanel”: true,
“port”: 8080,
“ip”: “143.89.31.17”,
“root”: “/”,
“prefix”: “”,
“progress”: true,
“contact”: true,
“confirmCopy”: true,
“confirmMove”: true,
“configDialog”: true,
“oneFilePanel”: false,
“console”: true,
“syncConsolePath”: false,
“terminal”: false,
“terminalPath”: “”,
“showConfig”: false,
“showFileName”: false,
“vim”: false,
“columns”: “name-size-date-owner-mode”,
“export”: false,
“exportToken”: “root”,
“import”:false,
“importToken”: “root”,
“importUrl”: “http://143.89.31.17:8080″,
“importListen”: false,
“log”: true

open 8080 port to let access 143.89.31.17:8080

993 systemctl start firewalld
994 systemctl status firewalld
995 firewall-cmd –permanent –add-port=8080/tcp
996 sudo firewall-cmd –permanent –add-port=8080/tcp
997 firewall-cmd –reload
998 sudo firewall-cmd –reload
999 sudo vi /usr/lib/node_modules/cloudcmd/json/config.json

 

 

 

Leave a Reply

  

  

  

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>