OVPN-Configs-scraper is a Node.js tool that automatically collects free OpenVPN configuration files from various public sources. It streamlines the retrieval, organization, and updating of these configs for quick use.
- Automated scraping of public VPN server lists.
- Generation of ready-to-use
.ovpnfiles. - IP address caching and duplicate management.
- Export of configurations to a dedicated folder.
Important
To deploy your own version, you can use the following section. PLEASE DO NOT FORK, OUR VERSIONS WILL DIFFER ANYWAYS.
- Node.js >= 20
- npm
git clone https://github.com/your-username/OVPN-Configs-scraper.git
cd OVPN-Configs-scraper
npm installBefore running the app, you need to build the TypeScript source files:
npm run buildThis will compile the TypeScript code into JavaScript in the dist/ directory.
To run the scraper and update the configuration files:
npm startTip
The generated .ovpn files can be found in the data/configs/ folder.
You can directly download the generated configuration files:
Or download individually:
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 65.109.137.25 | Finland | Hetzner Online GmbH | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 122.211.190.167 | Japan | ARTERIA Networks Corporation | VPNGate | Download |
| 133.175.174.202 | Japan | ARTERIA Networks Corporation | VPNGate | Download |
| 138.64.224.36 | Japan | ASAHI Net, Inc. | VPNGate | Download |
| 59.133.158.94 | Japan | DION (KDDI CORPORATION) | VPNGate | Download |
| 42.150.189.160 | Japan | JCOM Co., Ltd. | VPNGate | Download |
| 36.13.6.150 | Japan | Kddi Corporation | VPNGate | Download |
| 111.106.171.215 | Japan | Kddi Corporation | VPNGate | Download |
| 153.200.245.56 | Japan | NTT Communications Corporation | VPNGate | Download |
| 110.163.135.59 | Japan | NTT DOCOMO, INC. | VPNGate | Download |
| 124.159.86.229 | Japan | QTnet, Inc. | VPNGate | Download |
| 219.63.112.199 | Japan | SoftBank Corp. | VPNGate | Download |
| 219.100.37.116 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.94 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.19 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.91 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.161 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.59 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.102 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.29 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.221 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.1 | Japan | SoftEther | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 189.186.31.143 | Mexico | UNINET | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 38.25.50.0 | Peru | Cogent Communications | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 188.48.85.133 | Saudi Arabia | Saudinet | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 114.199.43.47 | South Korea | Green Cable Television Station | VPNGate | Download |
| 211.196.123.188 | South Korea | Korea Telecom | VPNGate | Download |
| 183.104.100.25 | South Korea | Korea Telecom | VPNGate | Download |
| 14.52.253.14 | South Korea | Korea Telecom | VPNGate | Download |
| 222.120.166.120 | South Korea | Korea Telecom | VPNGate | Download |
| 121.189.125.13 | South Korea | Korea Telecom | VPNGate | Download |
| 1.240.128.118 | South Korea | SK Broadband Co Ltd | VPNGate | Download |
| 175.113.163.59 | South Korea | SK Broadband Co Ltd | VPNGate | Download |
| 58.123.250.75 | South Korea | SK Broadband Co Ltd | VPNGate | Download |
| 124.28.172.9 | South Korea | SK Broadband Co Ltd | VPNGate | Download |
| 211.205.218.20 | South Korea | SK Broadband Co Ltd | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 184.23.112.28 | United States | Sonic.net, LLC | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 1.52.208.103 | Vietnam | FPT Telecom Company | VPNGate | Download |
Tip: For the full list, check the
data/configs/folder after running the scraper.
Contributions are welcome! Feel free to open an issue or a pull request.
MIT