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 |
|---|---|---|---|---|
| 218.220.155.188 | Japan | HCT | VPNGate | Download |
| 219.117.198.100 | Japan | INTERLINK | VPNGate | Download |
| 221.114.170.58 | Japan | Japan Network Information Center | VPNGate | Download |
| 219.124.16.47 | Japan | JCOM | VPNGate | Download |
| 218.216.32.95 | Japan | miyazaki cabletelevision network Co., LTD | VPNGate | Download |
| 153.188.245.213 | Japan | NTT Communications Corporation | VPNGate | Download |
| 110.163.147.10 | Japan | NTT DOCOMO, INC. | VPNGate | Download |
| 128.53.64.161 | Japan | NTT PC Communications, Inc. | VPNGate | Download |
| 126.75.167.92 | Japan | SoftBank Corp. | VPNGate | Download |
| 221.44.205.161 | Japan | SoftBank Corp. | VPNGate | Download |
| 219.100.37.23 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.225 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.165 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.191 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.180 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.111 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.162 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.177 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.224 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.51 | Japan | SoftEther | VPNGate | Download |
| 92.202.199.250 | Japan | Sony Network Communications Inc | VPNGate | Download |
| 120.138.147.104 | Japan | STARCAT Co ., LTD. | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 103.198.148.130 | Myanmar | NTT MYANMAR CO., LTD. | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 220.70.166.36 | South Korea | Korea Telecom | VPNGate | Download |
| 218.151.48.166 | South Korea | Korea Telecom | VPNGate | Download |
| 211.196.123.188 | South Korea | Korea Telecom | VPNGate | Download |
| 125.129.67.23 | South Korea | Korea Telecom | VPNGate | Download |
| 220.72.40.50 | South Korea | Korea Telecom | VPNGate | Download |
| 121.165.117.94 | South Korea | Korea Telecom | VPNGate | Download |
| 1.244.119.231 | South Korea | SK Broadband Co Ltd | VPNGate | Download |
| 118.222.200.243 | South Korea | SK Broadband Co Ltd | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 86.98.152.182 | United Arab Emirates | EMIRATES TELECOMMUNICATIONS GROUP COMPANY (ETISALAT GROUP) PJSC | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 50.39.166.245 | United States | Wholesail networks LLC | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 14.170.227.118 | Vietnam | VNPT-VNNIC | 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