<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: OpenSpeedtest.com</title>
    <description>The latest articles on Forem by OpenSpeedtest.com (@openspeedtest).</description>
    <link>https://forem.com/openspeedtest</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F208353%2F8d7e8b35-a100-4746-8a16-44b3afcfc170.png</url>
      <title>Forem: OpenSpeedtest.com</title>
      <link>https://forem.com/openspeedtest</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/openspeedtest"/>
    <language>en</language>
    <item>
      <title>Synology Speed Test</title>
      <dc:creator>OpenSpeedtest.com</dc:creator>
      <pubDate>Tue, 21 Jun 2022 08:40:11 +0000</pubDate>
      <link>https://forem.com/openspeedtest/synology-speed-test-5fbk</link>
      <guid>https://forem.com/openspeedtest/synology-speed-test-5fbk</guid>
      <description>&lt;p&gt;1 Hour Continuous Speed Test using this &lt;a href="https://hub.docker.com/u/openspeedtest"&gt;Docker Image&lt;/a&gt; on my Synology DS920+&lt;/p&gt;

&lt;p&gt;&lt;code&gt;docker run --restart=unless-stopped --name openspeedtest -d -p 3000:3000 -p 3001:3001 openspeedtest/latest&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Now Visit &lt;a href="http://localhost:3000"&gt;http://localhost:3000&lt;/a&gt; or &lt;a href="http://YOUR-IP:3000"&gt;http://YOUR-IP:3000&lt;/a&gt; &lt;br&gt;
For SSL   &lt;a href="https://localhost:3001"&gt;https://localhost:3001&lt;/a&gt; or &lt;a href="https://YOUR-IP:3001"&gt;https://YOUR-IP:3001&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;New features:&lt;/p&gt;

&lt;p&gt;1) Stress Test. (Continuous Speed Test)&lt;br&gt;
Stress testing is for identifying overheating issues &amp;amp; other problems that may arrive when the system is at full load. So you can ensure stability when used in a normal environment.&lt;/p&gt;

&lt;p&gt;You can see the results in near-real-time, So you can test and see the impact of the configuration change in your network equipment instantly, Helpful when Fixing Wi-Fi interference , change in position or orientation, proper ventilation, etc., from your devices easily.&lt;/p&gt;

&lt;p&gt;Overheating and thermal throttling is common issues found on all network equipment and connected devices. if you run a stress test, you can simulate a busy day and see how your device will perform.&lt;/p&gt;

&lt;p&gt;1) Download and install OpenSpeedTest-Server&lt;/p&gt;

&lt;p&gt;2) Open the URL shown in Server App on the device you want to run the test.&lt;/p&gt;

&lt;p&gt;3) To enable stress pass 'Stress' or 'S' keyword as a URL parameter. Also you can feed the first letter of each parameter and its values. You can pass multiple keywords and it's not CasESensitivE.&lt;/p&gt;

&lt;p&gt;Example :&lt;/p&gt;

&lt;p&gt;if &lt;a href="http://192.168.1.5:3000"&gt;http://192.168.1.5:3000&lt;/a&gt; is the url shown in server.&lt;/p&gt;

&lt;p&gt;You need to add "?Stress=Low" at the end of the url or "?S=L"&lt;/p&gt;

&lt;p&gt;Now, the URL looks like this.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://192.168.1.5:3000?Stress=Low"&gt;http://192.168.1.5:3000?Stress=Low&lt;/a&gt; or &lt;a href="http://192.168.1.5:3000?S=L"&gt;http://192.168.1.5:3000?S=L&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Stress=Low Or S=L will run a speed test for 5 Minutes (300 Seconds) for upload and download.&lt;/p&gt;

&lt;p&gt;Stress=Medium Or S=M will run a speed test for 10 Minutes (600 Seconds) for upload and download.&lt;/p&gt;

&lt;p&gt;Stress=High Or S=H will run a speed test for 15 Minutes (900 Seconds) for upload and download.&lt;/p&gt;

&lt;p&gt;Stress=VeryHigh Or S=V will run a speed test for 30 Minutes (1800 Seconds) for upload and download.&lt;/p&gt;

&lt;p&gt;Stress=Extreme Or S=E will run a speed test for 60 Minutes (3600 Seconds) for upload and download.&lt;/p&gt;

&lt;p&gt;Stress=Day Or S=D will run a speed test for one Day (86400 Seconds) for upload and download.&lt;/p&gt;

&lt;p&gt;Stress=Year Or S=Y will run a speed test for one Year (31557600 Seconds) for upload and download.&lt;/p&gt;

&lt;p&gt;or you can specify "Stress=5000" or "S=5000", This will run a speed test for 5000 Seconds, or any other number of your choice.&lt;/p&gt;

&lt;p&gt;2) Start a Speed Test Automatically.&lt;/p&gt;

&lt;p&gt;If you want to start the test automatically without clicking the start button, add "run" or "r" keyword as a URL parameter.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://192.168.1.5:3000?run"&gt;http://192.168.1.5:3000?run&lt;/a&gt; or &lt;a href="http://192.168.1.5:3000?R"&gt;http://192.168.1.5:3000?R&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you like to start the test after specific time, give the time in seconds.&lt;/p&gt;

&lt;p&gt;Example, If i need to run a speed test after 45 seconds&lt;/p&gt;

&lt;p&gt;&lt;a href="http://192.168.1.5:3000?run=45"&gt;http://192.168.1.5:3000?run=45&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If i need to stress for 300 seconds and start a speed test without clicking the start button.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://192.168.1.5:3000?R&amp;amp;S=300"&gt;http://192.168.1.5:3000?R&amp;amp;S=300&lt;/a&gt; or &lt;a href="http://192.168.1.5:3000?Run&amp;amp;Stress=300"&gt;http://192.168.1.5:3000?Run&amp;amp;Stress=300&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;3) Run a Specific Test. (Download, Upload or Ping.)&lt;/p&gt;

&lt;p&gt;Sometimes you need to run a specific test, If you need to run upload test, you can pass "Test=Upload" or "T=U" as a URL Parameter. You can test download "Test=Download" or "T=D" or ping "Test=Ping" or "T=P" like this.&lt;/p&gt;

&lt;p&gt;4)Set the Number of ping samples by adding "Ping" or "P" as a URL Parameter&lt;/p&gt;

&lt;p&gt;&lt;a href="http://192.168.1.5?Ping=500"&gt;http://192.168.1.5?Ping=500&lt;/a&gt; OR &lt;a href="http://192.168.1.5?p=500"&gt;http://192.168.1.5?p=500&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;More samples means more accurate representation. Ping=500 will send 501 requests to server to find the accurate ping value.&lt;/p&gt;

&lt;p&gt;5) Change default limit of 6 parallel http connections to Server, by adding "XHR" or "X" as a URL Parameter&lt;/p&gt;

&lt;p&gt;&lt;a href="http://192.168.1.5?Xhr=1"&gt;http://192.168.1.5?Xhr=1&lt;/a&gt; OR &lt;a href="http://192.168.1.5?X=1"&gt;http://192.168.1.5?X=1&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;6 is the common limit found on most browser. XHR will Accept values above 1 and maximum 32&lt;/p&gt;

&lt;p&gt;6) Select a different server to run a speed test.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://192.168.1.5?Host=http://192.168.55.1:90"&gt;http://192.168.1.5?Host=http://192.168.55.1:90&lt;/a&gt; OR &lt;a href="http://192.168.1.5?h=http://192.168.55.1:90"&gt;http://192.168.1.5?h=http://192.168.55.1:90&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Pass "Host" or "H" as a URL Parameter. Accept only valid http urls like "&lt;a href="http://192.168.1.10:3000"&gt;http://192.168.1.10:3000&lt;/a&gt;" or "&lt;a href="https://yourHost.com"&gt;https://yourHost.com&lt;/a&gt;".&lt;/p&gt;

&lt;p&gt;7) Set a PingTimeout dynamically by passing "Out" or "o" as a URL Parameter&lt;/p&gt;

&lt;p&gt;&lt;a href="http://192.168.1.5?Out=7000"&gt;http://192.168.1.5?Out=7000&lt;/a&gt; OR &lt;a href="http://192.168.1.5?O=7000"&gt;http://192.168.1.5?O=7000&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If Server not responded within 5 Seconds for any requests we send ('pingSamples' times) We will show Network Error, you can change the limit here. In milliseconds, if you need to set 6 seconds. Change value to 6000.&lt;/p&gt;

&lt;p&gt;8) Disable or change Overhead Compensation factor.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://192.168.1.5?Clean"&gt;http://192.168.1.5?Clean&lt;/a&gt; or &lt;a href="http://192.168.1.5?C"&gt;http://192.168.1.5?C&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Overhead Compensation factor, This is browser based test, Many Unknowns. Currently 4%. That is within the margin of error. You can pass "Clean" or "C" as a URL Parameter and reset Overhead Compensation factor to Zero or set any value between 0 and 4. 1 = 1% to 4 = 4%. "clean" will not accept values above 4, so Compensation is limited to maximum 4%.&lt;/p&gt;

</description>
      <category>docker</category>
      <category>javascript</category>
      <category>html</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Raspberry Pi Network Performance Test</title>
      <dc:creator>OpenSpeedtest.com</dc:creator>
      <pubDate>Thu, 25 Nov 2021 04:30:22 +0000</pubDate>
      <link>https://forem.com/openspeedtest/raspberry-pi-network-performance-test-3m1k</link>
      <guid>https://forem.com/openspeedtest/raspberry-pi-network-performance-test-3m1k</guid>
      <description>&lt;p&gt;Get OpenSpeedTest Server &lt;a href="https://go.openspeedtest.com/Server" rel="noopener noreferrer"&gt;https://go.openspeedtest.com/Server&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For full 1Gbps Test. Close all other programs running on your pi.&lt;br&gt;
Commands like  iftop, htop etc. will consume cpu and affect &lt;br&gt;
OpenSpeedTest Server performance.&lt;br&gt;
8G Pi, No OverClocking, running stock 1.8Ghz&lt;br&gt;
Running latest docker and OpenSpeedTest Image.&lt;br&gt;
Pi Connected to a Tp-Link 1G Switch.&lt;br&gt;
Speed Test from M1 MacMini using Latest Google Chrome.&lt;br&gt;
Screen Recoded on a MacBook Pro using ScreenFlow.&lt;br&gt;
Pi Via VNC Connect and Mac Via ScreenShare. &lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvgyfhavac2c84pdlf5b3.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvgyfhavac2c84pdlf5b3.jpg" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Docker install instructions:&lt;/p&gt;

&lt;p&gt;Install Docker and run the following command!&lt;/p&gt;

&lt;p&gt;docker run --restart=unless-stopped --name openspeedtest -d -p 3000:3000 -p 3001:3001 openspeedtest/latest&lt;/p&gt;

&lt;p&gt;Now open your browser and direct it to:&lt;/p&gt;

&lt;p&gt;A: For HTTP use: &lt;a href="http://YOUR-SERVER-IP:3000" rel="noopener noreferrer"&gt;http://YOUR-SERVER-IP:3000&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;B: For HTTPS use: &lt;a href="https://YOUR-SERVER-IP:3001" rel="noopener noreferrer"&gt;https://YOUR-SERVER-IP:3001&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;How to use your own SSL Certificate?&lt;/p&gt;

&lt;p&gt;You can mount a folder with your own SSL certificate to this docker container by adding the following line to the above command.&lt;/p&gt;

&lt;p&gt;-v /PATH-TO-YOUR-OWN-SSL-CERTIFICATE*&lt;em&gt;:/etc/ssl/&lt;/em&gt;*&lt;/p&gt;

&lt;p&gt;I am adding a folder with nginx.crt and nginx.key from my desktop by using the following command.&lt;/p&gt;

&lt;p&gt;docker run -v /Users/vishnu/Desktop/docker/:/etc/ssl/ --restart=unless-stopped --name openspeedtest -d -p 3000:3000 -p 3001:3001 openspeedtest/latest&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>javascript</category>
      <category>docker</category>
      <category>linux</category>
    </item>
    <item>
      <title>10Gbps Network Speed Test Using OpenSpeedTest V2</title>
      <dc:creator>OpenSpeedtest.com</dc:creator>
      <pubDate>Tue, 15 Jun 2021 07:59:14 +0000</pubDate>
      <link>https://forem.com/openspeedtest/10gbps-network-speed-test-using-openspeedtest-v2-189l</link>
      <guid>https://forem.com/openspeedtest/10gbps-network-speed-test-using-openspeedtest-v2-189l</guid>
      <description>&lt;p&gt;OpenSpeedTest Server V2 Released for Windows Mac and Linux.&lt;br&gt;
Download  👉 &lt;a href="http://go.openspeedtest.com/Server"&gt;http://go.openspeedtest.com/Server&lt;/a&gt; &lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--574Pa4w3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/216cqgvuiv3lapydt1ls.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--574Pa4w3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/216cqgvuiv3lapydt1ls.png" alt="OpenSpeedTest Server V2 "&gt;&lt;/a&gt;&lt;br&gt;
10Gbps or more can be tested on Latest M1 Mac with Safari or Chrome.&lt;br&gt;
10Gbps also tested on Ubuntu Linux with latest Chrome.&lt;br&gt;
Private Window is ALWAYS significantly better than Normal Window. &lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--IT5Rc-0n--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7ye4dnj79p1ljc8no0xd.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--IT5Rc-0n--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7ye4dnj79p1ljc8no0xd.png" alt="Private Window  vs Normal Window. "&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can test you network speed from a TV &lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--_LUBNmWn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/c7n8cdo22vopus8d90pj.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--_LUBNmWn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/c7n8cdo22vopus8d90pj.jpeg" alt="Network speed from a TV "&gt;&lt;/a&gt;&lt;br&gt;
Download Now 👉 &lt;a href="http://go.openspeedtest.com/Server"&gt;http://go.openspeedtest.com/Server&lt;/a&gt; &lt;/p&gt;

</description>
      <category>html</category>
      <category>javascript</category>
      <category>node</category>
      <category>linux</category>
    </item>
    <item>
      <title>HTML5 Network Speed Test Application [Source Code Available]</title>
      <dc:creator>OpenSpeedtest.com</dc:creator>
      <pubDate>Sat, 18 Jul 2020 12:05:44 +0000</pubDate>
      <link>https://forem.com/openspeedtest/html5-network-speed-test-application-source-code-available-4jlk</link>
      <guid>https://forem.com/openspeedtest/html5-network-speed-test-application-source-code-available-4jlk</guid>
      <description>&lt;p&gt;First test your local network speed before pointing fingers towards your ISP for slow and sluggish internet experience. Introducing Network Speed Test Server for Windows , Mac &amp;amp; Linux!. For professionals docker image and source code available.&lt;/p&gt;

&lt;p&gt;This is Ajax based network speed test application this can run on almost every platform!. Even on static file hosting server.&lt;/p&gt;

&lt;p&gt;Todays work from home situation. Connectivity is more important than ever.&lt;/p&gt;

&lt;p&gt;Download OpenSpeedTest Server : &lt;a href="https://go.openspeedtest.com/Server"&gt;https://go.openspeedtest.com/Server&lt;/a&gt;&lt;br&gt;
And send me your feedback..&lt;/p&gt;

</description>
      <category>linux</category>
      <category>android</category>
      <category>ios</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Download HTML5 Network Speed Test Application
[Source Code Available]</title>
      <dc:creator>OpenSpeedtest.com</dc:creator>
      <pubDate>Sat, 18 Jul 2020 11:39:38 +0000</pubDate>
      <link>https://forem.com/openspeedtest/download-html5-network-speed-test-application-source-code-available-2o4b</link>
      <guid>https://forem.com/openspeedtest/download-html5-network-speed-test-application-source-code-available-2o4b</guid>
      <description>&lt;p&gt;First test your local network speed before pointing fingers towards your ISP for slow and sluggish internet experience. Introducing Network Speed Test Server for Windows , Mac &amp;amp; Linux!. For professionals docker image and source code available.&lt;/p&gt;

&lt;p&gt;This is Ajax based network speed test application this can run on almost every platform!. Even on static file hosting server.&lt;/p&gt;

&lt;p&gt;Todays work from home situation. Connectivity is more important than ever. &lt;/p&gt;

&lt;p&gt;Download OpenSpeedTest Server : &lt;a href="https://go.openspeedtest.com/Server"&gt;https://go.openspeedtest.com/Server&lt;/a&gt;&lt;br&gt;
And send me your feedback.. &lt;/p&gt;

</description>
      <category>html</category>
      <category>javascript</category>
      <category>docker</category>
      <category>linux</category>
    </item>
    <item>
      <title>My First Electron App.</title>
      <dc:creator>OpenSpeedtest.com</dc:creator>
      <pubDate>Sun, 12 Jul 2020 01:26:39 +0000</pubDate>
      <link>https://forem.com/openspeedtest/my-first-electron-app-4hol</link>
      <guid>https://forem.com/openspeedtest/my-first-electron-app-4hol</guid>
      <description>&lt;p&gt;It is not pretty! But functional.&lt;/p&gt;

&lt;p&gt;I created a Network speed test application in Electron.&lt;/p&gt;

&lt;p&gt;Check this URL if you need to try my application.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://openspeedtest.com/results/39563137"&gt;http://openspeedtest.com/results/39563137&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In just four commands you can make apps for windows, mac and linux.&lt;/p&gt;

&lt;p&gt;open cmd or terminal&lt;/p&gt;

&lt;p&gt;Install Node.js and Git&lt;/p&gt;

&lt;p&gt;then open development folder&lt;/p&gt;

&lt;p&gt;npx create-electron-app openspeedtest-server&lt;/p&gt;

&lt;p&gt;npm start&lt;/p&gt;

&lt;p&gt;npm run make&lt;/p&gt;

&lt;p&gt;Done.. Yes now you need to write application logic etc but there are the only few steps you need to do to make you Awesome web-app to a cool desktop application. &lt;/p&gt;

</description>
      <category>javascript</category>
      <category>html</category>
      <category>node</category>
    </item>
    <item>
      <title>Unpublished Video ~ 3d1p</title>
      <dc:creator>OpenSpeedtest.com</dc:creator>
      <pubDate>Sun, 02 Feb 2020 10:07:06 +0000</pubDate>
      <link>https://forem.com/openspeedtest/unpublished-video-3d1p-3k71</link>
      <guid>https://forem.com/openspeedtest/unpublished-video-3d1p-3k71</guid>
      <description>&lt;p&gt;Javascript/XMLHttpRequest/SVG Internet Speed test.&lt;/p&gt;

&lt;p&gt;For High Speed connections we need constant stream of Data. &lt;/p&gt;

&lt;p&gt;For download we can send request to huge files and close the connection when needed. &lt;/p&gt;

&lt;p&gt;When we test Upload speed from browser, we have are limited &lt;br&gt;
by the technology. &lt;/p&gt;

&lt;p&gt;We have no Standard way to know Available Memory!&lt;/p&gt;

&lt;p&gt;Recently several people reported our new version have issue while testing upload speed from iPhone 6/6s&lt;/p&gt;

&lt;p&gt;While testing via Xcode simulator everything fine.&lt;/p&gt;

&lt;p&gt;but a real device will return "Failed to load resource: WebKit encountered an internal error"&lt;/p&gt;

&lt;p&gt;I thought server configuration may have some issue. After some time i found this was due to limited memory allocation by webkit! &lt;/p&gt;

&lt;p&gt;I reduced the memory consumption for upload data! Now it is working fine. &lt;/p&gt;

&lt;p&gt;but we need larger amount of data for HIGH SPEED connections. Currently only Google chrome and Firefox Allow us to know the Available memory.&lt;/p&gt;

&lt;p&gt;looking for a workaround that works everywhere!      &lt;/p&gt;

</description>
      <category>javascript</category>
      <category>docker</category>
      <category>tutorial</category>
      <category>html</category>
    </item>
    <item>
      <title>1Gbps Internet Speedtest by OpenSpeedtest.com</title>
      <dc:creator>OpenSpeedtest.com</dc:creator>
      <pubDate>Sat, 24 Aug 2019 16:15:52 +0000</pubDate>
      <link>https://forem.com/openspeedtest/1gbps-internet-speedtest-by-openspeedtest-com-19hf</link>
      <guid>https://forem.com/openspeedtest/1gbps-internet-speedtest-by-openspeedtest-com-19hf</guid>
      <description>&lt;p&gt;Install Docker and run the following command!&lt;/p&gt;

&lt;p&gt;1) docker run --restart=unless-stopped --name=openspeedtest -d -p 80:8080 openspeedtest/latest&lt;/p&gt;

&lt;p&gt;Now Visit &lt;a href="http://localhost/"&gt;http://localhost/&lt;/a&gt; or &lt;a href="http://YOUR-IP/"&gt;http://YOUR-IP/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This can run offline! So you can use it to test your Local Area Network or put it on a server to test your line speed to that server. Currently optimised to test speeds up to 1~2 Gbps. You can change the values and files inside this docker and can test even faster connection.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>docker</category>
      <category>html</category>
      <category>linux</category>
    </item>
    <item>
      <title>Created my First Docker Image! for Self-Hosted HTML5 Internet Speed Test</title>
      <dc:creator>OpenSpeedtest.com</dc:creator>
      <pubDate>Wed, 07 Aug 2019 07:40:32 +0000</pubDate>
      <link>https://forem.com/openspeedtest/created-my-first-docker-image-for-self-hosted-html5-internet-speed-test-5f4n</link>
      <guid>https://forem.com/openspeedtest/created-my-first-docker-image-for-self-hosted-html5-internet-speed-test-5f4n</guid>
      <description>&lt;p&gt;This docker image contains the same application running at &lt;a href="http://openspeedtest.com"&gt;http://openspeedtest.com&lt;/a&gt;. This can run offline! So you can use it to test your Local Area Network or put it on a server to test your line speed to that server. Currently optimised to test speeds up to 1~2 Gbps. You can change the values and files inside this docker and can test even faster connection.&lt;/p&gt;

&lt;p&gt;Index.html will be used by default. (Can Run Without Internet Connection)&lt;/p&gt;

&lt;p&gt;If you need you can use hosted.html which will only run with an Internet connection and it will save results to our database.&lt;/p&gt;

&lt;p&gt;You can view results by registering here &lt;a href="http://openspeedtest.com/admin"&gt;http://openspeedtest.com/admin&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Download HTML5 Internet Speed Test Application (Speedtest for Home/Office LAN! [Runs Offline!])&lt;/p&gt;

&lt;p&gt;Install Docker and run the following command!&lt;/p&gt;

&lt;p&gt;1) docker run --restart=unless-stopped --name=openspeedtest -d -p 80:8080 openspeedtest/latest&lt;/p&gt;

&lt;p&gt;Now Visit &lt;a href="http://localhost/"&gt;http://localhost/&lt;/a&gt; or &lt;a href="http://YOUR-IP/"&gt;http://YOUR-IP/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Testing your WiFi speed you can decide where you need to place your router! or in which direction your need to add a repeater!&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>docker</category>
    </item>
  </channel>
</rss>
