openspeedtest as docker container

Comments

3 comments

  • Avatar
    Alexis Berthillier

    Here is the working configuration:

    sudo docker run -d \

      --name openspeedtest\

      --restart unless-stopped \

      --net host \

      -e MANAGE_HTTP_PORT=3000 \

      -e MANAGE_HTTPS_PORT=3001 \

      -e PORTAL_HTTP_PORT=3000\

      -e PORTAL_HTTPS_PORT=3001 \

    openspeedtest/latest

    Nothing more to do as this is persistent after reboot and now you have a great speed test server. Just put Firewalla-IP@:3000 in any browser and here you go. 

    NOTICE this is much more accurate than the default one currently implemented.

     

     

    0
    Comment actions Permalink
  • Avatar
    Chris Hewitt

    Can you please explain exactly how to do this?

    0
    Comment actions Permalink
  • Avatar
    Alexis Berthillier

    ssh to firewalla, type the cmd above et voilà it works like a charm...

    0
    Comment actions Permalink

Please sign in to leave a comment.