{"id":13574012,"url":"https://github.com/R0GGER/public-iperf3-servers","last_synced_at":"2025-04-04T13:30:44.096Z","repository":{"id":38392292,"uuid":"461051163","full_name":"R0GGER/public-iperf3-servers","owner":"R0GGER","description":"A list of public iPerf3 servers...","archived":false,"fork":false,"pushed_at":"2025-03-11T14:40:00.000Z","size":355,"stargazers_count":539,"open_issues_count":1,"forks_count":38,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-11T15:45:03.900Z","etag":null,"topics":["iperf3","ipv4","ipv6","speedtest"],"latest_commit_sha":null,"homepage":"https://iperf3serverlist.net","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/R0GGER.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-19T00:56:48.000Z","updated_at":"2025-03-11T14:40:03.000Z","dependencies_parsed_at":"2023-12-16T14:48:01.551Z","dependency_job_id":"ac1b071f-58fa-46f8-b242-4833b6115d02","html_url":"https://github.com/R0GGER/public-iperf3-servers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R0GGER%2Fpublic-iperf3-servers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R0GGER%2Fpublic-iperf3-servers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R0GGER%2Fpublic-iperf3-servers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R0GGER%2Fpublic-iperf3-servers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/R0GGER","download_url":"https://codeload.github.com/R0GGER/public-iperf3-servers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247184902,"owners_count":20897852,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["iperf3","ipv4","ipv6","speedtest"],"created_at":"2024-08-01T15:00:45.067Z","updated_at":"2025-04-04T13:30:44.090Z","avatar_url":"https://github.com/R0GGER.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Public iPerf3 Serverlist\n\n\u003cp align=\"center\"\u003e\u003cbr/\u003e\n  \u003ca href=\"https://iperf3serverlist.net\" target=\"_blank\"\u003e\u003cimg src=\"iperf3serverlist_256.png\" width=\"150\"\u003e\u003c/a\u003e\u003cbr/\u003e  \n  \u003cb\u003e\u003ca href=\"https://iperf3serverlist.net\" target=\"_blank\"\u003eiperf3serverlist.net\u003c/a\u003e\u003c/b\u003e\u003cbr/\u003e\n  \u003cbr/\u003e\n  \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-green.svg?color=0066ff\u0026style=for-the-badge\u0026label=License\u0026logoColor=000000\u0026labelColor=ececec\" alt=\"License: MIT\"\u003e\u003c/a\u003e \u003cbr/\u003e\n   \u003ca href=\"https://stand-with-ukraine.pp.ua\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraineFlat.svg\" alt=\"#StandWithUkraine\" /\u003e\u003c/a\u003e\n\u003ch3 align=\"center\"\u003eA list of public iPERF3 servers to perform bandwidth and speedtests across different geographical regions.\u003c/h3\u003e  \n  \u003c/a\u003e\u003cbr/\u003e \n\u003c/p\u003e\n\n## Content\n* [Install iperf3](#install-iperf3)\n* [Commands](#commands)\n* [Documentation](#documentation)\n* [Servers per continent](#servers-per-continent)\n* [Export to .CSV, .XLSX, JSON](#export)\n* [Contact](#contact)\n\n## Install iperf3\n**Debian/Ubuntu:**\n```bash\napt update \u0026\u0026 apt install -y iperf3\n```\n**CentOS/RockyLinux:**\n```bash\nyum install epel-release \u0026\u0026 yum install iperf3\n```\n**Windows**    \nDownload and extract [iperf-3.*-win64.zip](https://github.com/ar51an/iperf3-win-builds)\n\n## Commands:\n```bash\niperf3 -c speedtest.novoserve.com -p 5201 -P 20\n```\n```bash\ndocker run -it --rm -p 5201:5201 -p 5201:5201/udp r0gger/iperf3 -c ams.speedtest.clouvider.net -p $((5201+(RANDOM%10)))\n```\n\n**Options**    \n`-c` host  \n`--bidir` run in bidirectional mode. Client and server send and receive data.    \n`-p, --port` server port to listen on/connect to (default: 5201)    \n`-P, --parallel`  number of parallel client streams to run (default =10)    \n`-R, --reverse` run in reverse mode (server sends, client receives)(download)    \n`-4, --version4` only use IPv4 (default)   \n`-6, --version6` only use IPv6 \n\n### Find \u0026 Test\nThis script automatically selects the nearest iperf3 server based on IP, country, and city, and then performs an iperf3 test.\n```bash\ncurl -s https://raw.githubusercontent.com/R0GGER/public-iperf3-servers/refs/heads/main/findtest.sh | bash\n```\n\n## Documentation\nFor more information about iperf3, visit our documentation webpage: https://iperf3serverlist.net/iperf3.html\n\n## Servers per continent\nDo you want to add/remove an IP or HOST to this list? Please create a [new issue](https://github.com/R0GGER/public-iperf3-servers/issues).\n\n* [AFRICA](#africa)\n* [ASIA](#asia)\n* [EUROPE](#europe)\n* [LATIN AMERICA](#latin-america)\n* [NORTH AMERICA](#north-america)\n* [OCEANIA](#oceania)\n\n:sparkles: Servers with an uptime of 90% or less in 30 days will be removed.\n\n### AFRICA\n| **COMMAND** | **OPTIONS** | **GB/S** | **COUNTRY** | **SITE** |\n|:------------|:-----------:|:--------:|:-----------:|:---------|\n| iperf3 -c 41.110.39.130 | -R,-6 | 10 | DZ \\| 🇩🇿 | Algiers |\n| iperf3 -c 213.158.175.240 | -R,-6 | 10 | EG \\| 🇪🇬 | Cairo |\n| iperf3 -c 102.214.66.19 | -R,-6 | 2x10 | GN \\| 🇬🇳 | Accra |\n| iperf3 -c 102.214.66.39 | -R,-6 | 2x10 | GN \\| 🇬🇳 | Accra |\n| iperf3 -c 105.235.237.2 -p 5201-5209 | -R |  | GQ \\| 🇬🇶 | Bata |\n| iperf3 -c speedtestfl.telecom.mu -p 5201-5209 | -R |  | MU \\| 🇲🇺 | Floreal |\n| iperf3 -c speedtest.telecom.mu -p 5201-5209 | -R |  | MU \\| 🇲🇺 | Port Louis |\n| iperf3 -c 197.26.19.243 -p 9200-9240 | -R |  | TN \\| 🇹🇳 | Tunis |\n| iperf3 -c 41.226.22.119 -p 9202-9240 | -R |  | TN \\| 🇹🇳 | Tunis |\n| iperf3 -c 41.210.185.162 | -R,-6 | 2x10 | UG \\| 🇺🇬 | Kampala |\n| iperf3 -c 169.150.238.161 | -R | 2x10 | ZA \\| 🇿🇦 | Johannesburg |\n\n\n### ASIA\n| **COMMAND** | **OPTIONS** | **GB/S** | **COUNTRY** | **SITE** |\n|:------------|:-----------:|:--------:|:-----------:|:---------|\n| iperf3 -c 84.17.57.129 | -R | 2x10 | HK \\| 🇭🇰 | Hong Kong |\n| iperf3 -c speedtest.hkg12.hk.leaseweb.net -p 5201-5210 | -R,-6 | 10 | HK \\| 🇭🇰 | Hong Kong |\n| iperf3 -c 103.185.255.183 -p 5201-5230 | -R |  | ID \\| 🇮🇩 | Jakarta |\n| iperf3 -c speedtest.myrepublic.net.id -p 9200-9240 | -R |  | ID \\| 🇮🇩 | Jakarta |\n| iperf3 -c speed.netfiber.net.il | -R | 1 | IL \\| 🇮🇱 | Jerusalem |\n| iperf3 -c speed.rimon.net.il | -R | 1 | IL \\| 🇮🇱 | Jerusalem |\n| iperf3 -c 169.150.202.193 | -R | 2x10 | IL \\| 🇮🇱 | Tel Aviv |\n| iperf3 -c lg-in-mum.webhorizon.net | -R,-6 | 10 | IN \\| 🇮🇳 | Mumbai |\n| iperf3 -c forough.iperf3.ir -o 5201-5209 | -R | 10 | IR \\| 🇮🇷 | Shiraz |\n| iperf3 -c bamdad.iperf3.ir -p 5208 | -R,-6 | 10 | IR \\| 🇮🇷 | Teheran |\n| iperf3 -c shahriar.iperf3.ir -p 5207 | -R,-6 | 10 | IR \\| 🇮🇷 | Teheran |\n| iperf3 -c simin.iperf3.ir -p 5201-5209 | -R,-6 | 10 | IR \\| 🇮🇷 | Teheran |\n| iperf3 -c 89.187.160.1 | -R | 2x10 | JP \\| 🇯🇵 | Tokyo |\n| iperf3 -c speedtest.tyo11.jp.leaseweb.net -p 5201-5210 | -R,-6 | 10 | JP \\| 🇯🇵 | Tokyo |\n| iperf3 -c 91.185.23.98 | -R |  | KZ \\| 🇰🇿 | Aktau |\n| iperf3 -c iperf.myren.net.my -p 5201-5210 | -R |  | MY \\| 🇲🇾 | Kuala Lumpur |\n| iperf3 -c 89.187.162.1 | -R | 2x10 | SG \\| 🇸🇬 | Singapore |\n| iperf3 -c sgp.proof.ovh.net -p 5201-5210 | -R,-6 | 1 | SG \\| 🇸🇬 | Singapore |\n| iperf3 -c speedtest.sin1.sg.leaseweb.net -p 5201-5210 | -R,-6 | 10 | SG \\| 🇸🇬 | Singapore |\n| iperf3 -c speedtest.singnet.com.sg -p 5201-5210 | -R |  | SG \\| 🇸🇬 | Singapore |\n| iperf3 -c 202.29.80.9 -p 9200-9240 | -R |  | TH \\| 🇹🇭 | Phitsanulok |\n| iperf3 -c 58.64.45.56 -p 9200-9240 | -R |  | TH \\| 🇹🇭 | Phitsanulok |\n| iperf3 -c 156.146.52.1 | -R | 2x10 | TR \\| 🇹🇷 | Istanbul |\n| iperf3 -c speedtest.uztelecom.uz -p 5200-5209 | -R,-6 | 10 | UZ \\| 🇺🇿 | Tashkent |\n\n\n### EUROPE\n| **COMMAND** | **OPTIONS** | **GB/S** | **COUNTRY** | **SITE** |\n|:------------|:-----------:|:--------:|:-----------:|:---------|\n| iperf3 -c 185.180.12.40 | -R | 2x10 | AT \\| 🇦🇹 | Vienna |\n| iperf3 -c lg.vie.alwyzon.net -p 5202-5203 | -R |  | AT \\| 🇦🇹 | Vienna |\n| iperf3 -c 207.211.214.65 | -R | 2x10 | BE \\| 🇧🇪 | Brussels |\n| iperf3 -c 37.19.203.1 | -R | 2x10 | BG \\| 🇧🇬 | Sofia |\n| iperf3 -c speedtest.shinternet.ch -p 5200-5209 | -R,-6 | 10 | CH \\| 🇨🇭 | Schaffhausen |\n| iperf3 -c speedtest.init7.net | -R,-6 | 20 | CH \\| 🇨🇭 | Winterthur |\n| iperf3 -c 89.187.165.1 | -R | 2x10 | CH \\| 🇨🇭 | Zürich |\n| iperf3 -c speedtest.iway.ch | -R,-6 | 10 | CH \\| 🇨🇭 | Zürich |\n| iperf3 -c rychlost.poda.cz -p 5203-5205 | -R |  | CZ \\| 🇨🇿 | Mikulov |\n| iperf3 -c 185.152.65.113 | -R | 2x10 | CZ \\| 🇨🇿 | Prague |\n| iperf3 -c a110.speedtest.wobcom.de | -R,-6 | 2x25 | DE \\| 🇩🇪 | Berlin |\n| iperf3 -c a209.speedtest.wobcom.de | -R,-6 | 2x25 | DE \\| 🇩🇪 | Berlin |\n| iperf3 -c a208.speedtest.wobcom.de | -R,-6 | 2x25 | DE \\| 🇩🇪 | Düsseldorf |\n| iperf3 -c 178.215.228.109 -p 9201-9240 | -R |  | DE \\| 🇩🇪 | Frankfurt |\n| iperf3 -c 185.102.219.93 | -R | 2x10 | DE \\| 🇩🇪 | Frankfurt |\n| iperf3 -c a205.speedtest.wobcom.de | -R,-6 | 2x25 | DE \\| 🇩🇪 | Frankfurt |\n| iperf3 -c a210.speedtest.wobcom.de | -R,-6 | 2x25 | DE \\| 🇩🇪 | Frankfurt |\n| iperf3 -c fra.speedtest.clouvider.net -p 5200-5209 | -R,-6 | 10 | DE \\| 🇩🇪 | Frankfurt |\n| iperf3 -c spd-desrv.hostkey.com -p 5201 | -R | 10 | DE \\| 🇩🇪 | Frankfurt |\n| iperf3 -c speedtest.fra1.de.leaseweb.net -p 5201-5210 | -R,-6 | 10 | DE \\| 🇩🇪 | Frankfurt |\n| iperf3 -c speedtest.ip-projects.de | -R,-6 | 10 | DE \\| 🇩🇪 | Frankfurt |\n| iperf3 -c speedtest.wtnet.de -p 5200-5209 | -R,-6 | 40 | DE \\| 🇩🇪 | Norderstedt |\n| iperf3 -c a400.speedtest.wobcom.de | -R,-6 | 2x25 | DE \\| 🇩🇪 | Wolfsburg |\n| iperf3 -c speedtest.wobcom.de | -R,-6 | 2x25 | DE \\| 🇩🇪 | Wolfsburg |\n| iperf3 -c 121.127.45.65 | -R | 2x10 | DK \\| 🇩🇰 | Copenhagen |\n| iperf3 -c speed.fiberby.dk -p 9201-9240 | -R,-6 | 10 | DK \\| 🇩🇰 | Copenhagen |\n| iperf3 -c speedtest.hiper.dk -p 5201-5203 | -R,-6 |  | DK \\| 🇩🇰 | Copenhagen |\n| iperf3 -c 185.93.3.50 | -R | 2x10 | ES \\| 🇪🇸 | Madrid |\n| iperf3 -c spd-fisrv.hostkey.com -p 5201 | -R | 10 | FI \\| 🇫🇮 | Helsinki |\n| iperf3 -c speedtest-hki.netplaza.fi | -R |  | FI \\| 🇫🇮 | Helsinki |\n| iperf3 -c speedtest.cinia.fi | -R |  | FI \\| 🇫🇮 | Oulu |\n| iperf3 -c 138.199.14.66 | -R | 2x10 | FR \\| 🇫🇷 | Marseille |\n| iperf3 -c 185.93.2.193 | -R | 2x10 | FR \\| 🇫🇷 | Paris |\n| iperf3 -c iperf.online.net -p 5200-5209 | -R,-6 | 100 | FR \\| 🇫🇷 | Paris |\n| iperf3 -c iperf3.moji.fr -p 5200-5240 | -R,-6 | 100 | FR \\| 🇫🇷 | Paris |\n| iperf3 -c ping-90ms.online.net -p 5200-5209 | -R,-6 | 100 | FR \\| 🇫🇷 | Paris |\n| iperf3 -c proof.ovh.net -p 5201-5210 | -R,-6 | 10 | FR \\| 🇫🇷 | Paris |\n| iperf3 -c ping.online.net -p 5200-5209 | -R,-6 | 100 | FR \\| 🇫🇷 | Vitry-sur-Seine |\n| iperf3 -c scaleway.testdebit.info -p 5200-5209 | -R,-6 | 10 | FR \\| 🇫🇷 | Vitry-sur-Seine |\n| iperf3 -c 185.59.221.51 | -R | 2x10 | GB \\| 🇬🇧 | London |\n| iperf3 -c iperf.as42831.net -p 5300-5400 | -R |  | GB \\| 🇬🇧 | London |\n| iperf3 -c lon.speedtest.clouvider.net -p 5200-5209 | -R,-6 | 10 | GB \\| 🇬🇧 | London |\n| iperf3 -c speedtest.lon1.uk.leaseweb.net -p 5201-5210 | -R,-6 | 10 | GB \\| 🇬🇧 | London |\n| iperf3 -c speedtest.lon12.uk.leaseweb.net -p 5201-5210 | -R,-6 | 10 | GB \\| 🇬🇧 | London |\n| iperf3 -c 169.150.252.2 | -R | 2x10 | GR \\| 🇬🇷 | Athens |\n| iperf3 -c 169.150.242.129 | -R | 2x10 | HR \\| 🇭🇷 | Zagreb |\n| iperf3 -c speedtest1.vodafone.hu | -R | 1 | HU \\| 🇭🇺 | Budapest |\n| iperf3 -c 87.249.137.8 | -R | 2x10 | IR \\| 🇮🇷 | Dublin |\n| iperf3 -c spd-icsrv.hostkey.com -p 5201 | -R | 10 | IS \\| 🇮🇸 | Reykjavik |\n| iperf3 -c it1.speedtest.aruba.it | -R |  | IT \\| 🇮🇹 | Arezzo |\n| iperf3 -c speed.itgate.net -p 5201-5202 | -R,-6 |  | IT \\| 🇮🇹 | Gerbido |\n| iperf3 -c 84.17.59.129 | -R | 2x10 | IT \\| 🇮🇹 | Milan |\n| iperf3 -c 217.61.40.96 | -R |  | IT \\| 🇮🇹 | Ponte San Pietro |\n| iperf3 -c speedtest.lu.buyvm.net | -R,-6 |  | LU \\| 🇱🇺 | Bissen |\n| iperf3 -c 185.102.218.1 | -R | 2x10 | NL \\| 🇳🇱 | Amsterdam |\n| iperf3 -c a204.speedtest.wobcom.de | -R,-6 | 2x25 | NL \\| 🇳🇱 | Amsterdam |\n| iperf3 -c ams.speedtest.clouvider.net -p 5200-5209 | -R,-6 | 10 | NL \\| 🇳🇱 | Amsterdam |\n| iperf3 -c iperf-ams-nl.eranium.net -p 5201-5210 | -R,-6 | 100 | NL \\| 🇳🇱 | Amsterdam |\n| iperf3 -c lg.ams-nl.terrahost.com -p 9201-9240 | -R,-6 |  | NL \\| 🇳🇱 | Amsterdam |\n| iperf3 -c ping-ams1.online.net -p 5200-5209 | -R | 10 | NL \\| 🇳🇱 | Amsterdam |\n| iperf3 -c speedtest.ams1.nl.leaseweb.net -p 5201-5210 | -R,-6 | 10 | NL \\| 🇳🇱 | Amsterdam |\n| iperf3 -c speedtest.ams1.novogara.net -p 5200-5209 | -R,-6 | 20 | NL \\| 🇳🇱 | Amsterdam |\n| iperf3 -c speedtest.ams2.nl.leaseweb.net -p 5201-5210 | -R,-6 | 10 | NL \\| 🇳🇱 | Amsterdam |\n| iperf3 -c speedtest.macarne.com | -R,-6 | 100 | NL \\| 🇳🇱 | Amsterdam |\n| iperf3 -c speedtest.nl3.mirhosting.net -p 5201-5209 | -R,-6 | 40 | NL \\| 🇳🇱 | Amsterdam |\n| iperf3 -c speedtest.novoserve.com -p 5201-5206 | -R,-6 | 40 | NL \\| 🇳🇱 | Amsterdam |\n| iperf3 -c lg-drn.liteserver.nl -p 5200-5240 | -R | 1 | NL \\| 🇳🇱 | Dronten |\n| iperf3 -c speedtest.nl1.mirhosting.net -p 5201-5209 | -R,-6 | 40 | NL \\| 🇳🇱 | Dronten |\n| iperf3 -c iperf.worldstream.nl | -R,-6 | 10 | NL \\| 🇳🇱 | Naaldwijk |\n| iperf3 -c lg.gigahost.no -p 9201-9240 | -R,-6 | 100 | NO \\| 🇳🇴 | Sandefjord |\n| iperf3 -c lg.terrahost.com -p 9200-9240 | -R,-6 | 10 | NO \\| 🇳🇴 | Sandefjord |\n| iperf3 -c 185.246.208.67 | -R | 2x10 | PL \\| 🇵🇱 | Warsaw |\n| iperf3 -c speedtest-w5-rnp.play.pl | -R |  | PL \\| 🇵🇱 | Warsaw |\n| iperf3 -c 109.61.94.65 | -R | 2x10 | PT \\| 🇵🇹 | Lisbon |\n| iperf3 -c lisboa.speedtest.net.zon.pt -p 5201-5209 | -R,-6 | 10 | PT \\| 🇵🇹 | Lisbon |\n| iperf3 -c porto.speedtest.net.zon.pt -p 5201-5209 | -R,-6 | 10 | PT \\| 🇵🇹 | Porto |\n| iperf3 -c 185.102.217.170 | -R | 2x10 | RO \\| 🇷🇴 | Bucharest |\n| iperf3 -c speedtest1.sox.rs -p 9201-9240 | -R,-6 | 10 | RS \\| 🇷🇸 | Belgrade |\n| iperf3 -c speedtest.kamel.network -p 5201-5205 | -R,-6 | 1 | SE \\| 🇸🇪 | Kista |\n|  iperf3 -c speedtest.cityhost.se -p 5201 | -R,-6 | 100 | SE \\| 🇸🇪 | Stockholm |\n| iperf3 -c 185.76.9.135 | -R | 2x10 | SE \\| 🇸🇪 | Stockholm |\n| iperf3 -c speedtest.ownit.se | -R | 1 | SE \\| 🇸🇪 | Stockholm |\n| iperf3 -c 156.146.40.65 | -R | 2x10 | SK \\| 🇸🇰 | Bratislava |\n| iperf3 -c 37.19.218.65 | -R | 2x10 | UA \\| 🇺🇦 | Kyiv |\n| iperf3 -c speedtest.solver.net.ua | -R |  | UA \\| 🇺🇦 | Poltava |\n\n\n### LATIN AMERICA\n| **COMMAND** | **OPTIONS** | **GB/S** | **COUNTRY** | **SITE** |\n|:------------|:-----------:|:--------:|:-----------:|:---------|\n| iperf3 -c 138.199.4.1 | -R | 2x10 | BR \\| 🇧🇷 | São Paulo |\n| iperf3 -c speedtest.sao1.edgoo.net -p 9204-9240 | -R,-6 |  | BR \\| 🇧🇷 | São Paulo |\n| iperf3 -c 79.127.209.1 | -R | 2x10 | CL \\| 🇨🇱 | Santiago |\n| iperf3 -c sp11.wom.cl |  |  | CL \\| 🇨🇱 | Santiago |\n| iperf3 -c speedtest-cncp.grupogtd.com -p 5201-5205 | -R,-6 | 10 | CL \\| 🇨🇱 | Valdivia |\n| iperf3 -c 152.204.128.194 -p 55200-55300 | -R | 10 | CO \\| 🇨🇴 | Bogotá |\n| iperf3 -c 169.150.228.129 | -R | 2x10 | CO \\| 🇨🇴 | Bogotá |\n| iperf3 -c 156.146.53.53 | -R | 2x10 | CR \\| 🇨🇷 | San Jose |\n| iperf3 -c speedtest.masnet.ec -p 5201-5209 | -R,-6 | 1 | EC \\| 🇪🇨 | Santa Ana |\n| iperf3 -c 121.127.43.65 | -R | 2x10 | MX \\| 🇲🇽 | Querétaro |\n| iperf3 -c 200.2.166.166 -p 5201-5213 | -R |  | SR \\| 🇸🇷 | Paramaribo |\n\n\n### NORTH AMERICA\n| **COMMAND** | **OPTIONS** | **GB/S** | **COUNTRY** | **SITE** |\n|:------------|:-----------:|:--------:|:-----------:|:---------|\n| iperf3 -c bhs.proof.ovh.ca -p 5201-5210 | -R,-6 | 10 | CA \\| 🇨🇦 | Beauharnois |\n| iperf3 -c speedtest-west.eastlink.ca | -R | 10 | CA \\| 🇨🇦 | Chestermere |\n| iperf3 -c speedtest.mtl2.ca.leaseweb.net -p 5201-5210 | -R,-6 | 10 | CA \\| 🇨🇦 | Montreal |\n| iperf3 -c as21723.goco.ca -p 9200-9240 | -R |  | CA \\| 🇨🇦 | Montréal |\n| iperf3 -c 138.199.57.129 | -R | 2x10 | CA \\| 🇨🇦 | Toronto |\n| iperf3 -c 37.19.206.20 | -R | 2x10 | US \\| 🇺🇸 | Ashburn |\n| iperf3 -c ash.speedtest.clouvider.net -p 5200-5209 | -R,-6 | 10 | US \\| 🇺🇸 | Ashburn |\n| iperf3 -c 185.152.66.67 | -R | 2x10 | US \\| 🇺🇸 | Atlanta |\n| iperf3 -c atl.speedtest.clouvider.net -p 5200-5209 | -R,-6 | 10 | US \\| 🇺🇸 | Atlanta |\n| iperf3 -c 109.61.86.65 | -R | 2x10 | US \\| 🇺🇸 | Boston |\n| iperf3 -c speedtest13.suddenlink.net | -R | 10 | US \\| 🇺🇸 | Charleston |\n| iperf3 -c speedtest15.suddenlink.net | -R | 10 | US \\| 🇺🇸 | Charleston |\n| iperf3 -c 185.93.1.65 | -R | 2x10 | US \\| 🇺🇸 | Chicago |\n| iperf3 -c speedtest.chi11.us.leaseweb.net -p 5201-5210 | -R,-6 | 10 | US \\| 🇺🇸 | Chicago |\n| iperf3 -c 89.187.164.1 | -R | 2x10 | US \\| 🇺🇸 | Dallas |\n| iperf3 -c dal.speedtest.clouvider.net -p 5200-5209 | -R | 10 | US \\| 🇺🇸 | Dallas |\n| iperf3 -c speedtest.dal13.us.leaseweb.net -p 5201-5210 | -R,-6 | 10 | US \\| 🇺🇸 | Dallas |\n| iperf3 -c 84.17.63.68 | -R | 2x10 | US \\| 🇺🇸 | Denver |\n| iperf3 -c 37.19.216.1 | -R | 2x10 | US \\| 🇺🇸 | Houston |\n| iperf3 -c 185.152.67.2 | -R | 2x10 | US \\| 🇺🇸 | Los Angeles |\n| iperf3 -c la.speedtest.clouvider.net -p 5200-5209 | -R | 10 | US \\| 🇺🇸 | Los Angeles |\n| iperf3 -c speedtest.lax12.us.leaseweb.net -p 5201-5210 | -R,-6 | 10 | US \\| 🇺🇸 | Los Angeles |\n| iperf3 -c speedtest.tds.net | -R |  | US \\| 🇺🇸 | Madison |\n| iperf3 -c 195.181.162.195 | -R | 2x10 | US \\| 🇺🇸 | Miami |\n| iperf3 -c speedtest.mia11.us.leaseweb.net -p 5201-5210 | -R,-6 | 10 | US \\| 🇺🇸 | Miami |\n| iperf3 -c 185.59.223.8 | -R | 2x10 | US \\| 🇺🇸 | New York |\n| iperf3 -c spd-uswb.hostkey.com -p 5201-5202 | -R | 10 | US \\| 🇺🇸 | New York |\n| iperf3 -c nyc.speedtest.clouvider.net -p 5200-5209 | -R | 10 | US \\| 🇺🇸 | New York City |\n| iperf3 -c speedtest.nyc1.us.leaseweb.net -p 5201-5210 | -R,-6 | 10 | US \\| 🇺🇸 | New York City |\n| iperf3 -c speedtest.phx1.us.leaseweb.net -p 5201-5210 | -R,-6 | 10 | US \\| 🇺🇸 | Phoenix |\n| iperf3 -c speedtest.sfo12.us.leaseweb.net -p 5201-5210 | -R,-6 | 10 | US \\| 🇺🇸 | San Francisco |\n| iperf3 -c 84.17.41.11 | -R | 2x10 | US \\| 🇺🇸 | Seattle |\n| iperf3 -c speedtest.sea11.us.leaseweb.net -p 5201-5210 | -R,-6 | 10 | US \\| 🇺🇸 | Seattle |\n| iperf3 -c speedtest.is.cc -p 5201-5209 | -R,-6 | 40 | US \\| 🇺🇸 | Secaucus |\n| iperf3 -c speedtest.wdc2.us.leaseweb.net -p 5201-5210 | -R,-6 | 10 | US \\| 🇺🇸 | Washington |\n\n\n### OCEANIA\n| **COMMAND** | **OPTIONS** | **GB/S** | **COUNTRY** | **SITE** |\n|:------------|:-----------:|:--------:|:-----------:|:---------|\n| iperf3 -c 143.244.63.144 | -R | 2x10 | AU \\| 🇦🇺 | Sydney |\n| iperf3 -c 198.142.237.72 -p 5202 | -R |  | AU \\| 🇦🇺 | Sydney |\n| iperf3 -c 198.142.237.97 -p 5202 | -R |  | AU \\| 🇦🇺 | Sydney |\n| iperf3 -c speedtest.syd12.au.leaseweb.net -p 5201-5210 | -R,-6 | 10 | AU \\| 🇦🇺 | Sydney |\n| iperf3 -c syd.proof.ovh.net -p 5201-5210 | -R,-6 | 1 | AU \\| 🇦🇺 | Sydney |\n| iperf3 -c techspeedtest.bla.optusnet.com.au -p 5202-5203 | -R |  | AU \\| 🇦🇺 | Sydney |\n| iperf3 -c akl.linetest.nz -p 5300-5309 | -R | 10 | NZ \\| 🇳🇿 | Auckland |\n| iperf3 -c chch.linetest.nz -p 5300-5309 | -R | 10 | NZ \\| 🇳🇿 | Christchurch |\n| iperf3 -c 154.81.51.4  | -R | 2x10 | PG \\| 🇵🇬 | Port Moresby |\n\n## Export\n:bulb: ​More export options at [iperf3serverlist.net](https://iperf3serverlist.net/)\n\n| CONTINENT (NocoDB) | .CSV                                                          | .XLSX  | .JSON |\n| :------------ | :------------------------------------------------------------ | :------| -------|\n| [AFRICA](https://db.iperf3serverlist.net/dashboard/#/nc/view/f4fd0f64-7dff-4416-8e3b-315b837b67d4) | [AFRICA-export.csv](https://db.iperf3serverlist.net/api/v1/db/public/shared-view/f4fd0f64-7dff-4416-8e3b-315b837b67d4/rows/export/csv) | | |\n| [ASIA](https://db.iperf3serverlist.net/dashboard/#/nc/view/bce4c994-6598-4b00-b2cd-fc48503ad7ac) | [ASIA-export.csv](https://db.iperf3serverlist.net/api/v1/db/public/shared-view/bce4c994-6598-4b00-b2cd-fc48503ad7ac/rows/export/csv) | | |\n| [EUROPE](https://db.iperf3serverlist.net/dashboard/#/nc/view/b111407c-43c4-48af-a828-301b698064a3) | [EUROPE-export.csv](https://db.iperf3serverlist.net/api/v1/db/public/shared-view/b111407c-43c4-48af-a828-301b698064a3/rows/export/csv) | | |\n| [LATIN AMERICA](https://db.iperf3serverlist.net/dashboard/#/nc/view/bf1834c8-7894-43c5-be9e-e909fb998b26) | [LATIN AMERICA-export.csv](https://db.iperf3serverlist.net/api/v1/db/public/shared-view/bf1834c8-7894-43c5-be9e-e909fb998b26/rows/export/csv) | | |\n| [NORTH AMERICA](https://db.iperf3serverlist.net/dashboard/#/nc/view/956847fb-43b7-4404-b048-440518fbc763) | [NORTH AMERICA-export.csv](https://db.iperf3serverlist.net/api/v1/db/public/shared-view/956847fb-43b7-4404-b048-440518fbc763/rows/export/csv) | | |\n| [OCEANIA](https://db.iperf3serverlist.net/dashboard/#/nc/view/99ab6c30-f9ae-4f8a-afa2-2f81bddb107f) | [OCEANIA-export.csv](https://db.iperf3serverlist.net/api/v1/db/public/shared-view/99ab6c30-f9ae-4f8a-afa2-2f81bddb107f/rows/export/csv) | | |\n| [ALL SERVERS](https://db.iperf3serverlist.net/dashboard/#/nc/view/3ea603e9-af3a-4e86-9db6-62e7edc254e4) | [ALL SERVERS-export.csv](https://db.iperf3serverlist.net/api/v1/db/public/shared-view/3ea603e9-af3a-4e86-9db6-62e7edc254e4/rows/export/csv) | [ALL SERVERS-export.xlsx](https://export.iperf3serverlist.net/xlsx.php) | [View](https://export.iperf3serverlist.net/json.php?action=view) \\| [Download](https://export.iperf3serverlist.net/json.php?action=download) |\n\n## Contact\nContact me via e-mail - r0gger[at]iperf3serverlist.net\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FR0GGER%2Fpublic-iperf3-servers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FR0GGER%2Fpublic-iperf3-servers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FR0GGER%2Fpublic-iperf3-servers/lists"}