Skip to content

Ratnet/V4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

o11v4 - Cracked by @dandi_boy with help from drmhelp

SUPPORT FUTURE WORKS

BITCOIN :

bc1qrfj48nakv0w0l5dcuw9pegvhe8c8gg4jv2eg3q

ETHEREUM :

0xafFe735Cbc40cE323c635Ab1dcCDa0a9655a7A28

Tested on Ubuntu 20-23

Prerequisites

1. Create the Required Directory

Run the following command to create the necessary directory:

mkdir -p /home/o11
cd /home/o11

2. Install Nodejs/NPM

Run the following command to install the necessary software if you want to use nodejs:

curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt install -y nodejs
npm install -g pm2
npm install express

Setting Up & Starting the License Server Proxy

open the server file and add in your servers ip address to the ipAddress veriable then save

Run the following commands to set up and start the license server:

## if using nodejs
pm2 start server.js --name licserver --silent

## if using python
pm2 start server.py --name licserver --interpreter python3

then

pm2 startup
pm2 save

nohup ./run.sh > /dev/null 2>&1 &

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published