Skip to content

jacobdjwilson/pfsense-speedtest-widget

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Speedtest dashboard widget for pfSense

Install

Navigate to the command prompt Diagnostics > Command Prompt

  1. Issue the following command to install the speedtest package
pkg update ; pkg install -y $( pkg search speedtest-cli | awk '{ print $1 }' )
  1. Copy the widget file speedtest.widget.php to /usr/local/www/widgets/widgets/ with the following command
curl -LJ https://raw.githubusercontent.com/jacobdjwilson/pfsense-speedtest-widget/master/speedtest.widget.php -o /usr/local/www/widgets/widgets/speedtest.widget.php
  1. Install the widget on your dashboard through the web interface.

About

pfSense speedtest widget

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%