fbpx

 

SpeedTest.net has been recently being a global standard for broadband speed test. Many users use their service to test how fast their internet connection is. You know that you can even host your own Speedtest webapp using its Mini version? Well, you can! Simply follow very easy steps below:

 There is a video, or just go straight to the old fashion way, there are steps right below it.

INSTALL APACHE AND PHP

You can check how it works with our Linux VPS or Cloud VM.

Step 1 – You gonna need a webserver on it and Apache will be perfect for that job. So let’s start to install it.

 

Issue this command:

1 yum install httpd -y

1

 

Step 2 – Next, install PHP and required PHP modules:

1 yum install php php-mysql php-gd php-mcrypt -y

 2

 

DOWNLOAD AND INSTALL SPEEDTEST MINI

Step 1 – Now grab Speedtest Mini package using wget:

1 wget http://c.speedtest.net/mini/mini.zip

3

Step 2 – Unzip its package and move it to web directory. Simply follow command lines below. Copy-paste each line one by one, not all at once:

p.s: If you not install unzip yet, you can install it with this command:

yum install unzip -y

4

1

2

3

unzip mini.zip

mkdir -p /var/www/html

cp -rRfv mini /var/www/html/

5

6

 

Step 3 – Next, go to the web directory and rename index-php.html to index.html:

1

2

cd /var/www/html/mini

mv index-php.html index.html

7

Step 4 – Finally, start Apache with this classy CentOS 7 command:

1 systemctl start httpd

 

Finally, you can run it for the very first time. Open up your favorite web browser and give it a try. You can access it via this url:

http://x.x.x.x/mini

replace that x.x.x.x with your own VPS IP address.

8

 

You can check how it works with our Linux VPS or Cloud VM.

Categories: Tutorials

3 Comments

natural male enhancement food · November 16, 2016 at 11:39 AM

I really prize your piece of content, Great post.

bitcoin casino · April 3, 2017 at 5:19 PM

Hello very cool website!! Guy .. Excellent ..

Amazing .. I’ll bookmark your website and
take the feeds additionally? I’m happy to search out so many useful info here in the put up, we need develop extra techniques on this
regard, thanks for sharing. . . . . .

HOST YOUR OWN SPEEDTEST SERVER ON CENTOS 7 VPS · October 31, 2023 at 11:01 AM

[…] HOST YOUR OWN SPEEDTEST SERVER ON CENTOS 7 VPS […]

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.