zenVPN is a simple answer
zenVPN gives your team a dedicated VPN tunnel to your business apps, so you can shut everyone else out.
Here's all it takes to be protected
Site Location my-crm.com Brazil / São Paulo
- Download zenVPN
- Install client app on your device
- Start client app and log in
resource aws_security_group bastion {
name = "bastion"
vpc_id = aws_vpc.main.id
ingress {
description = "SSH from Internet"
protocol = "tcp"
from_port = 22
to_port = 22
cidr_blocks = shieldIps
ipv6_cidr_blocks = shieldIp6s
}
}
OR
nft add rule filter input ip saddr $shield_ips tcp dport ssh accept
nft add rule filter input ip6 saddr $shield_ip6s tcp dport ssh accept
Your team's internet access remains intact
Except for the access to your own websites, that go via zenVPN split tunnels.
Start using our Business VPN from $20 per month
Discover the perfect fit for your organization.
Available datacenters
In addition to shared locations, you can buy a dedicated server in any of the available global datacenters of zenVPN partners.
Germany / Frankfurt 100 Mbps per server
Germany / Berlin 100 Mbps per server
Brazil / São Paulo 100 Mbps per server
Finland / Helsinki 100 Mbps per server
Argentina / Buenos Aires 100 Mbps per server
Canada / Toronto 100 Mbps per server
Ecuador / Quito 100 Mbps per server
Guatemala / Guatemala City 100 Mbps per server
Sweden / Stockholm 100 Mbps per server
Norway / Oslo 100 Mbps per server
India / Dehli NCR 100 Mbps per server
France / Paris 100 Mbps per server
Available zenVPN clients for your team
Available integrations
We're excited to share that we're working diligently on developing plugins for WordPress, Apache, and Nginx.
In the meantime, we invite you to explore our guide on Protecting Back-Office Applications, which provides a comprehensive overview of implementing IP filtering to enhance the security of your business applications.