Creating own bulletproof hosting service

Jollier

Professional
Messages
1,128
Reputation
6
Reaction score
1,091
Points
113
Hey, carders!
Today I want to tell you how to make your own hosting using my own example.

To do this, you need:
- From 2 servers (If you want, then VDS :)
- Software from ISPsystem (namely: BillMeneger and ISPMeneger)
- Desire to work on your own hosting :)

1) Buy 2 servers
- 1. Server - for billing purposes, it needs at least 2 GB of RAM and at least 50 GB of hard disk space. (Required for the OS server:CentOS 7)
- 2. Server - for the hosting itself, it needs at least 5 GB. and a 100 GB. hard disk, but this is not enough. Look at your own pocket :)
(Required for the OS server:CentOS 7)

2) Buy BillMeneger and ISPMeneger (NOT ADVERTISING!)

Go to the official ISPsystem website: https://www.ispsystem.ru

1. Buy BillMeneger (Attention! At first, you don't have to buy if you don't have more than 50 customers!)

You can buy BillMeneger software here: https://www.ispsystem.ru/software/billmanager/order (The cheapest at the moment is $ 10 / month)

Installation:

Connect to the server via SSH and download BillMeneger with the command:
Code:
wget "http://cdn.ispsystem.com/install.sh"

And let's start the installation! To install we write:
Code:
sh install.sh

Enter: y

We need a BillMenger - Write the number: 6

And then he writes:
What version do you want to install.

1) BILLmanager
2) BILLmanager-Corporate
Stick out the one you bought!

Next comes the installation.
After that, go to the server address (IP)/billmgr
And accept the agreement.
Then log in.
Then, I think, you can configure it yourself)

2. Buy ISPMeneger, also on the official ISPsystem website https://www.ispsystem.ru/software/ispmanager
Or a demo version is given for 14 days :)

Connecting via SSH to server 2.

Download the installer with the command:
Code:
wget "http://cdn.ispsystem.com/install.sh"

Install with the command:
Code:
sh install.sh

Write the number: 1

Then choose the fj that you purchased using ISPMeneger.

Installation is underway...
After installation, go to the site (IP)/ispmgr.
Accept the agreement.
Log in to the dashboard using your server username and password.

It's done! It remains to configure Billmeneger's connection to ISPMeneger and IBillMeneger itself!
 
Top