arrow_upward

Posted by: Honey - 11-05-2016, 05:12 PM - Forum: VPS Reviews - Replies (11)
Introduction

Hey, I'm Honey and today I'm going to review blazingserver's VPS that they provided me to review. I have been using it since a few days for different tasks and I have liked it so far. The speeds are good, the server does not lag much itself and good r/w speeds as well. They only offer their services in france right now though, but as they are just a starter company I'm sure they'll expand to more locations soon.


Specifications






Disk Space 100 GB


RAM: 2 GB


IP Addresses: 1x IPv4


Virtualization: KVM


Monthly Traffic: Unmetered Bandwidth


Location:  France


Control Panel:  SolusVM


Connection: 100 mbps



Benchmarks


FreeVPS BenchMarks Script V2 Copyright © 2015 Hidden Refugee



Code:
root@host:~# bash bench.sh
Benchmark started on Sat Nov  5 16:49:39 GMT 2016
Full benchmark log: /root/bench.log

System Info
-----------
Processor       : QEMU Virtual CPU version (cpu64-rhel6)
CPU Cores       : 2
Frequency       : 3392.292 MHz
Memory          : 1953 MB
Swap            : 0 MB
Uptime          : 5 days, 4:36,

OS              : Ubuntu 14.04.5 LTS
Arch            : x86_64 (64 Bit)
Kernel          : 3.13.0-24-generic
Hostname        : host.name


Speedtest (IPv4 only)
---------------------
Your public IPv4 is 5.135.213.191

Location                Provider        Speed
CDN                     Cachefly        15.4MB/s

Atlanta, GA, US         Coloat          2.71MB/s
Dallas, TX, US          Softlayer       1.54MB/s
Seattle, WA, US         Softlayer       7.26MB/s
San Jose, CA, US        Softlayer       8.54MB/s
Washington, DC, US      Softlayer       6.97MB/s

Tokyo, Japan            Linode          7.16MB/s
Singapore               Softlayer       2.58MB/s

Rotterdam, Netherlands  id3.net         19.5MB/s
Haarlem, Netherlands    Leaseweb        32.1MB/s


Disk Speed
----------
I/O (1st run)   : 40.5 MB/s
I/O (2nd run)   : 80.4 MB/s
I/O (3rd run)   : 93.1 MB/s
Average I/O     : 71.3333 MB/s


Speedtest

Code:
root@host:~# speedtest-cli --share

Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from Blazing Servers (5.135.213.191)...
Selecting best server based on latency...
Hosted by NEOTELECOMS (Paris) [1.88 km]: 8.223 ms
Testing download speed........................................
Download: 478.93 Mbit/s
Testing upload speed..................................................
Upload: 153.27 Mbit/s
[Image: 5774399897.png]

Performance

Code:
root@host:~# time sh -c "dd if=/dev/zero of=ddfile bs=8k count=250000 && sync"; rm ddfile
250000+0 records in
250000+0 records out
2048000000 bytes (2.0 GB) copied, 21.232 s, 96.5 MB/s

real    0m25.544s
user    0m0.172s
sys     0m6.941s

Disk Space

Code:
root@host:~# df -h
Filesystem      Size  Used Avail Use% Mounted on
udev            967M   12K  967M   1% /dev
tmpfs           196M  384K  196M   1% /run
/dev/vda1        97G  4.2G   88G   5% /
none            4.0K     0  4.0K   0% /sys/fs/cgroup
none            5.0M     0  5.0M   0% /run/lock
none            977M     0  977M   0% /run/shm
none            100M     0  100M   0% /run/user

Personal Opinions

So, as you just saw the VPS has some great specs and I love that but there are some downsides along with it too, such as, It's speeds are good but most providers have 1 Gbps as standard speed however they have 100 mbps on their website. 
So far, It has not failed to amaze me at each point considering that It is only 6$ after all. Not much to suggest on it except the internet speed issue I pointed before, other than that I really liked them.

Final Ratings : 9/10

Provider : Blazing Servers
Provided to me by Sagnik
TOS : Not made yet.

Thanks for reading my review!

P.S A big thanks to TrK as I followed his review's style and a big thanks to Sagnik for letting me review this vps!
Posted by: YOuNeS_Dz - 11-05-2016, 03:35 PM - Forum: Tutorials - No Replies
After installing OGP Agent now you have to Install OGP Panel on centos 5/6/7

1- update

Code:
yum update

2- install wget

Code:
yum install wget



3-then

Code:
sed -i 's|SELINUX=enforcing|SELINUX=disabled|' /etc/selinux/config
setenforce 0
service iptables stop
chkconfig iptables off

4-


Code:
wget http://dl.fedoraproject.org/pub/epel/6/i...noarch.rpm
rpm -Uvh epel-release-6-8.noarch.rpm
rm -f epel-release-6-8.noarch.rpm
yum install -y perl-ExtUtils-MakeMaker


5)


Code:
wget http://master.dl.sourceforge.net/project...noarch.rpm


6)


Code:
yum -y install ogp_panel-3264-1.noarch.rpm


7)

Code:
service httpd restart
chkconfig --levels 235 httpd on
service mysqld restart
chkconfig --levels 235 mysqld on


WARNING: At Centos 7 you must use:

Code:
systemctl enable mariadb.service


Setup Mysql:
first: install mysql
Code:
mysql_secure_installation

then

Code:
chown -Rf apache:apache /var/www/html


Open your web browser and load phpmyadmin :

Code:
http://[Your server IP]/phpmyadmin

EXMP
http://xxx.xx.xx.xx/phpmyadmin

then go to your server ip
create admin account.. after yu done.. you have to remove install.php using this code


Fin..

Code:
rm -f /var/www/html/install.php

More information about installing OGP Agent Visti my thread!
Click me to check my thread
Or visit: opengamepanel.org
This Tut to old( not latest Version of OGP)
Posted by: YOuNeS_Dz - 11-05-2016, 03:18 PM - Forum: Tutorials - Replies (15)
Install OpenGamePanel Agent on centos 5/6/7 , i saw another Post how to Install OGP But not Cent OS Smile, but before installing panel you should install Agent Smile
Update your System:

Code:
yum update

Install wget:

Code:
yum install wget

Then:

Code:
sed -i 's|SELINUX=enforcing|SELINUX=disabled|' /etc/selinux/config
setenforce 0
service iptables stop
chkconfig iptables off



WARNING: In Centos 7 disable firewall withSad For CentOS7 Only)

Code:
systemctl stop firewalld
systemctl disable firewalld


Install EPEL Repository and distribution dependencies
CentOS-5

Code:
wget http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
rpm -Uvh epel-release-5-4.noarch.rpm
rm -f epel-release-5-4.noarch.rpm
sed -i "s/gpgcheck=./gpgcheck=0/g" /etc/yum.conf
yum install -y perl-IO-Compress-Bzip2 Pure-FTPd
cpan -i Archive::Tar

CentOS-6

Code:
wget http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
rpm -Uvh epel-release-6-8.noarch.rpm
rm -f epel-release-6-8.noarch.rpm
yum install -y perl-ExtUtils-MakeMaker Pure-FTPd perl-IO-Compress-Bzip2 Pure-FTPd

CentOS-7

Code:
wget http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-0.2.noarch.rpm
rpm -Uvh epel-release-7-0.2.noarch.rpm
rm -f epel-release-7-0.2.noarch.rpm
yum install -y perl-HTTP-Daemon perl-LWP-Protocol-http10 proftpd proftpd-utils perl-ExtUtils-MakeMaker


Download ogp_agent-3264-1.noarch.rpm

CentOS-5
Code:
wget -O ogp_agent-3264-1.noarch.rpm http://sourceforge.net/projects/hldstart/files/OpenGamePanel/Centos_Installers/Centos5/ogp_agent-3264-1.noarch.rpm/download

CentOS 6/7

Code:
wget -O ogp_agent-3264-1.noarch.rpm http://sourceforge.net/projects/hldstart/files/OpenGamePanel/Centos_Installers/ogp_agent-3264-1.noarch.rpm/download

Now we'll Install the package and dependencies as root or using sudo:


Code:
yum -y install ogp_agent-3264-1.noarch.rpm

and If your System 64 Bits use this code!
Code:
yum -y install glibc.i686 libstdc++.i686

Now Change the user and group ownership of the agent files to ogp_agent so it can update itself.

Code:
chown -Rf ogp_agent:ogp_agent /usr/share/ogp_agent

Then start the service and add it to the system startup, the first time you will be asked for a new password, new encription key and if you accept the Steam™ license (root or sudo):

Code:
cd /etc/init.d
./ogp_agent start

Once configured:
Code:
chkconfig --levels 235 ogp_agent on


After starting the agent, check that is running (root or sudo):
Code:
su -c "screen -list" ogp_agent

Then use this :
Code:
su -c "screen -S ogp_agent -r" ogp_agent


To detach, and back to shell, press Ctrl+A+D.


Now after Installing OGP_Agent go and install Panel more infor Here:  Click me Heart
Special Thanks tp OGP Community and Post4VPS
Posted by: Lampard - 11-04-2016, 02:57 PM - Forum: Cheap Providers - Replies (22)
New Year 2017 Limitless Hosting Competition - A chance to win Domain, Web Hosting or MTA:SA/SAMP Server of 100 slots.
Limitless Free Hosting has got a New Year Competition, get a chance to win MTA:SA/SAMP Server of 100 slots, Domain or Web Hosting.


We are giving away the following things for free:
  • 5 MTA:SA/SAMP Servers 100 slots(Premium)(Location can chosen from following: USA, France or Germany)
  • 1 domain (can be selected from following domains): (.cricket, .science, .trade, .download, .loan, .party, .racing, .win, .bid, .review, .stream, .life, .world, .space)
  • 5 PRO Web Hosting, for specifications, please check this page: https://limitlesshost.net/hosts.html

Video about it:



For more information, please go to this topic:
https://limitlessrpg.com/thread-1050.html







[Image: logo.png]

Limitless Hosting is a company which sells affordable game servers, it was found in 2015 and it started with giving free game servers. Limitless Hosting still gives free game servers but they have limited slots.



Premium Game servers:

Game servers available:

MTA: SA
SAMP
Counter Strike: 1.6
Counter Strike: Global Offensive



Game server prices:

MTA: SA/SAMP Server Prices:
60 slots - 1$ per month - 2 GB Disk Space
100 slots - 3$ per month - 4 GB Disk Space
400 slots - 6$ per month - 10 GB Disk Space




[font=Arial]CS1.6/CSGO Server Prices:[/font]

[font=serif]8 slots - 1$ per month - 1 GB Disk Space
  15 slots - 3$ per month - 2 GB Disk Space

[font=serif][font=serif]  22 slots - 5$ per month - 4 GB Disk Space
[font=serif] 
[/font][/font][/font]


Server Locations:
[font=Arial Black]USA
Franc[font=serif]e

Features:
DDoS Protection for France Server
Live Support for Premium Users.
Easy to use control panel with tons of features.
[/font][/font]
[/font]



[font=serif][font=Arial Black][font=serif]Shared Hosting:

We sell affordable Shared Hosting, starting at 0.50$

[/font][/font]
[/font][font=serif][font=Arial Black][font=serif][font=serif][font=serif][font=Arial Black][font=serif]Packages:
BASIC
[/font][/font]
[/font]
[/font][/font][/font]
[/font]
  • 10 GB Disk Space
  • 100 GB Bandwidth
  • 3 Addon Domains
  • 5 MySQL Databases

    Price: 0.50$ per month

Order here: https://limitlesshost.net/billing/index....=/order/19


[font=serif][font=Arial Black][font=serif]

PRO
[/font][/font]
[/font]
  • 40 GB Disk Space
  • 200 GB Bandwidth
  • 4 Addon Domains
  • 6 MySQL Databases



Price: 1.40$ per month
Order here: https://limitlesshost.net/billing/index....=/order/20






[font=serif][font=Arial Black][font=serif]Advanced Pro
[/font][/font]
[/font]
  •  200 GB Disk Space
  • 1 TB Bandwidth
  • 20 Addon Domains
  • 40 MySQL Databases


[font=serif][font=Arial Black][font=serif][font=serif][font=serif][font=Arial Black][font=serif][font=Arial]Price: 5$ per month
Order here:
https://limitlesshost.net/billing/index....=/order/22
[/font][/font][/font]

[/font]

All of the Shared Hosting Packages include:
DDoS Protection
Softaculous Premium
cPanel
Live Support

For more information about Shared Hosting, check this: https://limitlesshost.net/host.html
[/font][/font][/font]
[/font]


Domains:[font=serif][font=Arial Black][font=serif]

.com domain 10.50$ per year.
.net domain 10.99$ per year.
.org domain 11.90$ per year.
.us domain 9$ per year.

To know more about domains, check here:
https://limitlesshost.net/host.html
[/font][/font]
[/font]


Payment methods:
PayPal

Website: https://limitlesshost.net

[font=serif]ToS:[/font]
[font=serif]http://limitlesshost.net/billing/index.php?_url=/tos[/font]

[font=serif] Privacy Policy:[/font]
[font=serif]http://limitlesshost.net/billing/index.php?_url=/privacy-policy[/font]



Posted by: Dynamo - 11-03-2016, 04:21 PM - Forum: Cheap VPS Providers - Replies (3)
Weekly Special Offers
Buffalo, Los Angeles, Seattle, Dallas, Chicago

[Image: 1880fe12e0.png]

Promo Page: https://virmach.com/special-offers

Hurry as stocks are limited!
No traffic exchange. No I/O or CPU abuse. No network abuse. No mailservers/spam. Read Terms

there Weekly Offers are really Eye Catchy Lovely
Posted by: HosterX - 11-03-2016, 06:48 AM - Forum: Free VPS Providers - Replies (2)
[Image: 248cc9_ccedbd8a18694f32969bd54f6a170683-mv2.png]



Townzhost- Directory & Discussion


Townzhost is a new plan, we started in June 2016. Townzhost currently provides Free VPS and Gameservers 



[*]Townzhost is a forum to discuss about hosting and games

[*]You can find some great solutions for your problems from our Tutorials section

[*]You can compare and find some great free and paid hosting offers

[*]You can freely advertise your websites/products  no need to register 

[*]If you are not Satisfied so you can get help from our live chat our live chat agents are online 24/7 to help you

[*]Townz is a great hub to help  you can freely join  our small community and you can be a part of this great community what you need to do is  just you need to help our visitors/clients 






TownzHost Free Vps VPS Specifications



[*]
[Image: 7aTTDIQ.jpg]                                                    [Image: BPiMd7r.jpg]


Join now  at **Link Removed**

Posted by: hazeaj - 11-02-2016, 09:39 PM - Forum: General - Replies (3)
How hyped is everyone for O? You shouldn't be yet if you are Tongue
Anyway, what would you guys like to see for Android O? I'd personally love for if to be the optimization update. New butter smooth animations, maybe tone down the crashing or make it less noticeable, or something like that. Please google :3.
Also: O FOR OREO!
Posted by: hazeaj - 11-02-2016, 09:05 PM - Forum: VPS Reviews - Replies (2)
Hello everyone, Haze here. Today I will be reviewing the free FreeDomain.Club VPS!

1. Introduction & specs
You get this VPS from the FreeDomain.Club forums by posting (50 points). It is relatively easy to get in 1-2 days. That being said, it isn't a great VPS as you'll see.

Specs:
Code:
   2 CPU Cores
   Disk Space: 10GB (SSD Cached)
   RAM: 512MB
   Bandwidth: 512GB
   1 * IPV4
   Any linux operating system


2. Benchmark
Code:
Benchmark started on Wed Nov  2 16:50:46 EDT 2016
Full benchmark log: /root/bench.log

System Info
-----------
Processor : Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz
CPU Cores : 2
Frequency : 2000.056 MHz
Memory : 512 MB
Swap : 512 MB
Uptime : 8 days, 34 min,

OS : CentOS release 6.8 (Final)
Arch : x86_64 (64 Bit)
Kernel : 2.6.32-042stab113.21
Hostname : [Censored again.]

Speedtest (IPv4 only)
---------------------
Your public IPv4 is [I wonder why Haze censored this...]

Location Provider Speed
CDN Cachefly 78.5MB/s

Atlanta, GA, US Coloat 27.2MB/s
Dallas, TX, US Softlayer 77.3MB/s
Seattle, WA, US Softlayer 30.1MB/s
San Jose, CA, US Softlayer 26.7MB/s
Washington, DC, US Softlayer 5.02MB/s

Tokyo, Japan Linode 7.56MB/s
Singapore Softlayer 3.93MB/s

Rotterdam, Netherlands id3.net 6.99MB/s
Haarlem, Netherlands Leaseweb 27.9MB/s


Disk Speed
----------
I/O (1st run) : 255 MB/s
I/O (2nd run) : 286 MB/s
I/O (3rd run) : 174 MB/s
Average I/O : 238.333 MB/s

Let's start with the specs.
It's "fine" for programming stuff, but you can't really even host a simple website on this that gets a moderate amount of traffic.

Regarding speed, it's, well, not the worst I guess. Still, you're gonna get some slow speed outside US... Which is also why I don't recommend this VPS to anyone living in anywhere outside America. Since you can only do simple tasks with it, the latency will probably kill you *_*.

In Disk Speed it's just a regular SSD, nothing fancy or really fast. But those are not the biggest problems with this VPS...
It has been pretty stable thusfar I guess, having an uptime for 8 days, but...

3. The problem...
FDC has an extremely inactive community, and its owner has threatend to shut down multiple times. He isn't getting any money and he doesn't look like he will, so please only use this as a quick test enviroment if you really need to. Heck, why would you even use this VPS? Just set up a damn VM or something for your testing, because that's all you're gonna do with this thing.

Rating: 4/10

3-word-conclusion: Just please don't.

Ninja edit: Thanks @Vulutus for the benchmark script (wget freevps.us/downloads/bench.sh -O - -o /dev/null|bash)
Posted by: hazeaj - 11-02-2016, 06:09 PM - Forum: Tutorials - No Replies
HEY WHAT'S UP GUYS IT'S SCARCE haze here back with another video tutorial.
All jokes aside, I saw another tutorial to set up a server on here, but I've found that it was a bit lacking and only for Ubuntu.

Contents:

0. SSH'ing
1. Installing openjdk (java)
2. Downloading the server and setting it up
3. (optional) Make the server run in the background and not shut off!
4. Tips and tricks

0. SSH
Let's SSH into the server! On Windows you can use Putty (plenty of tutorials available online) or SSH on Linux:
Code:
ssh USER@YOUR-SERVER-IP
Also, USER is mostly root.

1. Java
Assuming you've successfully SSH'ed into the server, first of all, we have to install openjdk/java.
If you are on Ubuntu or Debian (or similar/derivatives), you can do:
Code:
sudo apt-get install openjdk-8-jre
If you are on CentOS (or similar/derivatives), you can do:
Code:
yum install java-1.8.0-openjdk
If you are on a different Linux distro (how?!), you can try to follow this guide to try and compile the packages yourself, but it's not recommended for beginners and can be really hit and miss. You can always google specifically a build for your distro or maybe use Oracle Java (blegh).

2. Set up
Now you have a few options. You can download a vanilla Minecraft server, get a prebuilt version of Spigot or Bukkit (not linking as the pre-builts are illegal) or build it yourself. We'll stick to the first option for now.
Let's download the server:
Code:
wget https://s3.amazonaws.com/Minecraft.Download/versions/1.10.2/minecraft_server.1.10.2.jar
or
curl -O https://s3.amazonaws.com/Minecraft.Download/versions/1.10.2/minecraft_server.1.10.2.jar

Of course in the future this version may not be the latest, so please change 1.10.2 to the appropriate version.

Now let's test our server out! To start the the server, execute the following command:
Code:
java -jar minecraft_server.1.10.2.jar

If this worked you should see your server start up! You're done now, but there are a few extra (recommended but optional) steps to take.

3. Run in background
Noticed that your server shuts down when you disconnect from Putty or SSH? Let's fix that!
Install screen (
Code:
sudo apt-get install tmux / yum install tmux
) and type '
Code:
screen
' in the terminal
. Now run your server and exit tmux (ctrl+b and then ctrl+d) and boom! Your server is now running in the background. To get back to it to for example restart the server, just type '
Code:
tmux attach
' and you'll be back in your server's console.

4. Tips
  • Watch out for DDoSing and read the ToS of your VPS carefully.
  • Always try to use as little plugins as possible to save RAM space. Trust me it helps. 10 plugins should be about enough.
  • Make sure your server complies with Mojang's TOS (no p2w...)
Alright, thanks for reading. Post any feedback below. Haze out, peace :3
Posted by: perry - 11-02-2016, 01:51 PM - Forum: Announcements - Replies (8)
Hello guys

We recently had decided to have one more Moderator as day by day the Users are increasing, so we guess it's the Perfect moment for another Moderator.

STATUS: closed

This is your chance to apply for Global Moderator of Post4VPS.
Number of Global Moderators we need: 1

Minimum requirements:
1. User should know good English.
2. User should be devoting 1-2 hours per day here.
3. User should be user friendly.
4. Good decision quality.

For Applying for Global Moderator's rank, Users have to create a Thread in VPS Request forum with following details:


Code:
Real Name (name, last name not required just so we now your name):
Your age (so we can see how mature you are):
Why would you join us (tell us something):
Your real address (so we can have a trust on you, keep in mind it should be in proper format):
Skype (useful to have, we have a p4v group):

And the Title would be: Global Moderator rank's Application

The contest would remain open till we announce our newest Moderator.
We wish you success!
Post4VPS Team
Pages (306): Jump to page 
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 2,271
» Latest member: orzpainter
» Forum threads: 3,099
» Forum posts: 34,782

Full Statistics

Online Users
There are currently 793 online users.
» 0 Member(s) | 791 Guest(s)
Google, Bing

Latest Threads
Get LLHOST Netherlands Fe...
Forum: Others
Last Post: LLHOST
09-29-2025, 03:02 AM
» Replies: 0
» Views: 503
Super Fast LLHOST Netherl...
Forum: Value VPS Providers
Last Post: LLHOST
09-16-2025, 05:01 AM
» Replies: 0
» Views: 360
Get LLHOST Netherlands Fe...
Forum: Cheap Providers
Last Post: LLHOST
09-08-2025, 01:33 PM
» Replies: 0
» Views: 475
Windows VPS @ $31.5/Year ...
Forum: Cheap Providers
Last Post: DewlanceHosting
08-16-2025, 03:12 AM
» Replies: 0
» Views: 619
Buy DemoTiger Videos on c...
Forum: Others
Last Post: DewlanceHosting
08-16-2025, 03:10 AM
» Replies: 8
» Views: 5,780
Budget Dedicated Servers ...
Forum: Others
Last Post: HostNamaste
08-13-2025, 04:54 AM
» Replies: 2
» Views: 1,578
☁️ How to Use VCCPRO Virt...
Forum: Cheap Providers
Last Post: bestadvisor
07-13-2025, 09:36 AM
» Replies: 0
» Views: 817
[Promo] 30% Discount – VP...
Forum: Cheap Providers
Last Post: LLHOST
07-11-2025, 12:56 PM
» Replies: 0
» Views: 725
✅ Affordable VPS Hosting ...
Forum: Cheap VPS Providers
Last Post: RIYAD
07-02-2025, 03:02 AM
» Replies: 0
» Views: 1,504
15% Lifetime Discount on ...
Forum: Cheap Providers
Last Post: LLHOST
06-25-2025, 05:03 AM
» Replies: 0
» Views: 603

Sponsors: VirMach - Host4Fun - CubeData - Evolution-Host - HostDare - Hyper Expert - Shadow Hosting - Bladenode - Hostlease - RackNerd - ReadyDedis - Limitless Hosting