ExpressVPN runs on pfSense routers that support the OpenVPN protocol, which we'll show you how to set up just below. Aside from that, your pfSense must run software version 2.4.5 at least. So, before you can set up ExpressVPN on pfSense, make sure to update your router's software.
It's also worth mentioning that ExpressVPN is designed to run on pfSense routers and is intended for a basic home network setup. That means professional-grade pfSense routers and firewalls will benefit more from a large-scale VPN solution.
How to Set Up ExpressVPN on pfSense
We'll show you how to set up ExpressVPN on a pfSense router using an OpenVPN connection, which comes combined with AES-256 encryption. Do the following:
8. Select the 'CA' tab, click on '+Add,' and enter the following information:
Descriptive Name: Come up with an easy-to-remember name.Â
Method: Select 'Import an Existing Certificate Authority.'
Certificate Data: Launch the recently downloaded OVPN file in a text editor (right-click on it and select 'Open With,' and then choose a text editor). Then, copy the text between the <ca> and </ca> tags and paste it into this field.Â
Certificate Private Key (Optional): Feel free to leave this blank.Â
Serial for Next Certificate: Leave this one blank as well.Â
9. Now, select 'Certificates' > '+ Add,' and enter the following information:
Method: Select 'Import an Existing Certificate.'
Descriptive Name: Enter any name (like 'ExpressVPN Certificate').Â
Certificate Data: Once again, open the OVPN file in a text editor. Then, copy everything between the <cert> and </cert> tags.Â
Private Key Data: For this field, copy everything between the <key> and </key> tags (from the recently downloaded OVPN file once you open it in a text editor).Â
10. Using the top navigation bar, go to VPN > OpenVPN.
11. Select 'Clients' and click on the '+ Add' button.Â
12. Fill out the information in the 'General Information' group based on the following:
Local Port: Don’t change anything (leave blank).
Server Host or Address: Once again, open the OVPN file in a text editor. Then, copy the server address found between the word 'remote' and the 4-digit port number.Â
Server Port: Your 4-digit port number is found in the OVPN file.Â
Proxy Host or Address: Leave this field blank.Â
Proxy Port: Leave blank.Â
Proxy Authentication: Select 'None' here.Â
Description: Come up with a name that’ll help you recognize your VPN connection.Â
13. Take a look at the 'User Authentication Settings' group.Â
14. Provide your OpenVPN username and password.
15. Then, fill out the 'Cryptographic Settings' fields based on the following.Â
TLS Configuration: Make sure to check this box.Â
Automatically Generate a TLS Key: Make sure this box is unchecked.Â
TLS: Once again, you need to use your OVPN file. This time around, copy everything you see between the <tls-auth> and </tls-auth> tags.Â
Peer Certificate Authority: Pick the entry you created earlier.Â
Client Certificate: Pick the certificate you created moments ago.Â
Encryption Algorithm: Once you open the OVPN file in a text editor, look for the word 'cipher.' Select the algorithm shown after 'cipher' in the dropdown menu. For example, this could be AES-256-CBC.Â
Enable NCP: Don't use this option (uncheck this box).Â
NCP Algorithms: Feel free to leave blank.Â
Auth Digest Algorithm: Open the OVPN file again and look for the word 'auth.' Select the algorithm shown after 'auth' in the dropdown menu. For example, SHA512.Â
Hardware Crypto: Select based on the capability of your pfSense hardware. If this option isn’t available on your device, select 'No Hardware Crypto Acceleration.'
16. Then, take a look at the 'Tunnel Settings' group of fields.
17. Fill them out based on the following information.
IPv4 Tunnel Network: Leave this blank.
IPv6 Tunnel Network: Leave this one blank as well.
IPv4 Remote Network: Leave it as it is.
IPv6 Remote Network: Leave it as it is.
Limit Outgoing Bandwidth: Leave blank for unlimited.
20. Now, fill out the rest of the fields based on the following instructions.Â
UDP Fast I/O: Feel free to check this box.
Send/Receive Buffer: Pick '512 KiB' here.Â
Gateway Creation: Make sure to select 'IPv4 Only.'
Verbosity Level: Go with '3 (Recommended).'
21. You now need to route your WAN traffic through your VPN tunnel.Â
22. Go to Interfaces > Interface Assignments. Click on '+ Add,' and a new interface will be created.Â
23. For 'OPT 1,' make sure to select 'ovpnc1' and then go ahead with 'Save.'
24. Using the top navigation bar, go to Interfaces > OPT1.Â
25. Then, enter the required information based on the following.Â
Enable: Check this box.Â
Description: Enter any name (something like 'ExpressVPN').
MAC Address, MTU & MSS: Leave all three of those blank.Â
Block Private Networks and Loopback Addresses: Leave unchecked.Â
Block Bogon Networks: Leave unchecked as well.Â
26. Now, use the 'Save' button and then click 'Apply Changes.'
27. Using the top navigation bar, go to 'Firewall' > 'Aliases.'
28. Once again, click '+ Add,' and come up with a name for your network alias.
29. Then, enter the following information.Â
Name: Enter a meaningful name (easy to recognize).Â
Description: Come up with a meaningful description.Â
Type: Go with "Network(s)."
Network or FQDN: Enter "192.168.1.0." Then, select "24."
30. Save your changes and then go to 'Firewall' > 'NAT' > 'Outbound.'
31. For 'Mode,' select 'Manual Outbound NAT Rule Generation.'
32. Once again, save your changes by using the 'Save' > 'Apply Changes' route.
33. Scroll down to 'Mappings,' where you should see your existing WAN connections.Â
34. For the first WAN connection entry, click on the Copy icon (below 'Actions').Â
35. For 'Interface,' make sure to select 'EXPRESSVPN.'
36. Save your changes, and repeat that same process for any other WAN entries.
37. Go to 'Firewall' > 'Rules' > 'LAN,' and then click 'Add' on the far left.Â
38. Fill out the required information based on the following.Â
Edit Firewall Rule
Action: Select 'Pass.'
Disabled: Leave this unchecked.Â
Interface: Make sure to select 'LAN' here.Â
Address: Go with 'IPv4'
Protocol: Go with 'Any.'
Source & Destination
Source: Select 'Single Host or Alias.' Then, enter the name of the alias you created earlier (you’ve done this in Firewall > Aliases).Â
Destination: Feel free to pick 'Any.'
Extra Options
Log: Feel free to leave this unchecked.Â
Description: Enter a meaningful description. Something like 'LAN to ExpressVPN.'
Then, make sure to click on 'Display Advanced.'
Advanced Options
Gateway: Select 'EXPRESSVPN' here.Â
39. Finally, save and apply all your changes by going to 'Save' > 'Apply Changes.'Â
40. One more thing. You need to check whether your VPN connection works.Â
41. Go to 'Status' > 'OpenVPN.'
42. Then, check for 'Up' in the 'Status' column.Â
Final Thoughts
Setting up ExpressVPN on pfSense involves several steps, but that's the nature of pfSense, after all. This is the only router firmware that gives you an unparalleled level of customization, which goes hand-in-hand with ExpressVPN's high-end security features. That said, we hope you found the steps above clearly explained and that you now have a VPN connection live.
Of course, don't forget that ExpressVPN offers individual apps for computers, phones, tablets, streaming devices, and more, with up to 8 simultaneous connections. To learn how to get started with those, visit our central guide on how to download and install ExpressVPN (covering 60+ devices).
FAQ
Does ExpressVPN Work on pfSense?
Yes, ExpressVPN works on pfSense routers that support VPN connections. More precisely, you can set up OpenVPN connections on pfSense using ExpressVPN.
How Do I Connect to ExpressVPN on pfSense?
Once you subscribe to ExpressVPN and configure the VPN on your pfSense router, you need to go to Status > OpenVPN. If you're connected to ExpressVPN, it should say 'Up' in the 'Status' column.
What Protocols Does ExpressVPN Support on pfSense?
ExpressVPN supports OpenVPN on pfSense. The VPN combines that protocol with AES-256 encryption, which means you get high-end digital privacy protection.
That would be all on how to set up ExpressVPN on pfSense. If you have any questions, make sure to let us know via the comments section below. Lastly, thank you for reading!
For a better user experience we recommend using a more modern browser. We support the latest version of the following browsers: For a better user experience we recommend using the latest version of the following browsers: