LOREM IPSUM
LOREM IPSUM
HOW IT WORKS
LIKE A NINJA


30 SECS
TO INSTALL

FRIENDLY

AVOID FALSE
POSITIVES

PRICING
0-1 HOSTED USER

$10.00
per server
Realtime IP Reputation
Honeypots
WAF
Log Analysis
DoS Detection
Malware Detection
2-40 HOSTED USERS

$20.00
per server
Realtime IP Reputation
Honeypots
WAF
Log Analysis
DoS Detection
Malware Detection
41-250 HOSTED USERS

$30.00
per server
Realtime IP Reputation
Honeypots
WAF
Log Analysis
DoS Detection
Malware Detection
250+ HOSTED USERS

$40.00
per server
Realtime IP Reputation
Honeypots
WAF
Log Analysis
DoS Detection
Malware Detection
How do you count the users on my server?
First of all, we check the number of system and non-system users by UID_MIN, MAX, SYS_UID_MIN/MAX, it can be defined in /etc/login.defs. Moreover, we count different users’ various folders in /home, /var/www, /var/www/vhosts. The largest is the benchmark for the pricing.
How can I check the number of hosted users on my server?
ls -n /home|awk ‘$3 >= UID_MIN’|awk ‘{print $3}’|sort|uniq|wc -l
For DirectAdmin, we count every user in the access group in /home folder.
ls -n /home|awk ‘$4 == ACCESS_GID && $3 >= UID_MIN’|awk ‘{print $3}’|sort|uniq|wc -l
What are the requirements of starting the trial?
You only need to give your name and an email address to sign up on our website. After this, you receive a verification email to your mailbox with a confirmation link. Then, log into your account, add your servers and the trial starts instantly. No credit card needed to start the trial!
Can I resell BitNinja?
Yes, we have a Reseller Partner Program that allows you to sell BitNinja worldwide. Our Reseller Panel, API, and Reseller Kit for marketing purposes grants a quick start to launch your business.
LOREM IPSUM