/pfsense-speedtest-widget

pfSense speedtest widget

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

Speedtest dashboard widget for pfSense

speedtes-ip

This version show IP address source of test.

**UPDATE OUT/2022 - Add option "--secure" to work with speedtest-cli again.

Manual Installation

To use this widget you will need to install the speedtest package:

pfSense 2.4.x:

pkg update ; pkg install -y py37-speedtest-cli

pfSense 2.5.x or 21.xx (PLUS):

pkg update ; pkg install -y py38-speedtest-cli

pfSense 2.6 or 21.xx (PLUS):

pkg update ; pkg install -y py39-speedtest-cli

pfSense 2.7 or 23.xx (PLUS):

pkg update ; pkg install -y py311-speedtest-cli

Copy the widget file speedtest.widget.php to /usr/local/www/widgets/widgets/ on your pfSense machine.

Enable the widget on your dashboard.

Auto Installation

  • Run this command:

fetch -q -o - https://raw.githubusercontent.com/joarli/pfsense-speedtest-widget/master/install.sh | sh

Enable the widget on your Dashboard.

Done.