How to Install Speedtest-web on OpenWrt for Internal Network Speed Testing

Introduction

To achieve internal network speed testing, most people would first think of iperf, which requires both a server and a client, making it quite cumbersome. Is there a simpler way to test speed directly through a web interface? Moreover, if it is installed on a soft router, all internal network devices can easily test their speed via the web. I implemented this to test the transmission rate of my Xiaomi TV over 5G.

Project

The project I used is a few years old, but it works perfectly on the latest OpenWrt 23.05.04. Therefore, it is effective for those seeking simplicity.

Official website: https://github.com/ZeaKyX/luci-app-speedtest-web

Installation

Step 1: Download the ipk file from the release page: https://github.com/ZeaKyX/luci-app-speedtest-web/releases

How to Install Speedtest-web on OpenWrt for Internal Network Speed Testing

Step 2: Go to OpenWrt – System – Software Packages, update the list first, then upload the package.

How to Install Speedtest-web on OpenWrt for Internal Network Speed Testing

Install in order.

How to Install Speedtest-web on OpenWrt for Internal Network Speed Testing

First install the main file.

How to Install Speedtest-web on OpenWrt for Internal Network Speed Testing

When installing luci-app-speedtest-web, if this prompt appears, close it, update the list again, and reinstall to succeed.

How to Install Speedtest-web on OpenWrt for Internal Network Speed Testing

Install the Chinese language pack.

How to Install Speedtest-web on OpenWrt for Internal Network Speed Testing

If an error prompt appears, follow the method above to reinstall luci-app-speedtest-web.

How to Install Speedtest-web on OpenWrt for Internal Network Speed Testing

After reinstalling once, the luci-i18n-speedtest-web-zh-cn language pack was successfully installed.

Step 3: Restart OpenWrt.

I had trouble finding the menu after several installations, but finally found it in the network section after a restart.

How to Install Speedtest-web on OpenWrt for Internal Network Speed Testing

Testing

How to Install Speedtest-web on OpenWrt for Internal Network Speed Testing

I tested my Alibaba Cloud connection, and the maximum bandwidth was indeed only 200Mb.

How to Install Speedtest-web on OpenWrt for Internal Network Speed Testing

At home, the wired internal network runs at full gigabit speed.

How to Install Speedtest-web on OpenWrt for Internal Network Speed Testing

The wifi speed is not fully utilized, and this is the only way to measure the transmission rate of wifi.

Conclusion

For users who have played with OpenWrt, installing a plugin is second nature. I am just recording this to avoid forgetting it after some time.

Leave a Comment

×