• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer

FlashRouters Support Portal

Prioritizing Privacy

  • SETUP GUIDES
    • Privacy Hero Router Setup Guide
    • ASUS-WRT Router Setup Guide
    • AsusWRT-Merlin Router Setup Guide
    • DD-WRT Router Setup Guide
    • ExpressVPN Router Setup Guide
    • GL.iNet Router Setup Guide
    • Roqos Core Router Setup Guide
  • TROUBLESHOOTING
    • Router Access
    • WiFi Connectivity
    • Internet Connection Issues
    • General VPN Issues
    • DD-WRT Firmware
    • TeamViewer Remote Support
  • FAQs
    • Router FAQs
    • VPN FAQs
    • Warranty and Returns FAQs
    • Sales FAQs
    • Shipping FAQs
    • Service Plan FAQs
  • Show Search
Hide Search

Search Results for: allows

Privacy Hero Creating User Profiles and Adding Devices to Profiles

TeamFlashRouters · Apr 3, 2023 ·

Your Privacy Hero router uses Cloud Based router management which means you can access the router settings from anywhere on any device that has an internet connection. You can follow these steps while connected to your phone, other Wi-Fi network, or the Privacy Hero network.

The Privacy Hero router allows for User Profile creation. Doing so allows you to group different user’s devices together to customize the following rules:

  • Internet access scheduler (Bedtime settings)
  • Internet Safe Search
  • Youtube Safe Search
  • Block Adult Content

This makes the Privacy Hero a great router option for families and internet addicts.

1. From any device that has a browser such as a computer, smartphone, or tablet visit app.privacyhero.com

App.PrivacyHero.com

2. Enter your Privacy Hero account email and password. Click Login.

Privacy Hero Access Settings

If you have not created your Privacy Hero account yet please follow these instructions.

3. Click the Profiles symbol.

Privacy Hero Profiles

4. Click Create New Profile.

Privacy Hero Create New Profile

5. Set the Profile Name, select the Profile Icon, and click Save.

Privacy Hero Set Profile Name

6. Click the name of the User Profile.

Privacy Hero Select Profile

7. Select Devices.

Privacy Hero Select Devices

8. Select Manage Devices.

Privacy Hero Select Manage Devices

9. If you have not already connected your devices to the Privacy Hero network via wireless or ethernet you can do so now. Refresh the page after connecting a new device and it will appear in the list where you can select Move to “Profile Name” to move the device to the appropriate profile. By default new devices are in the Shared profile.

Privacy Hero Move to User Profile

If your devices were already connected to the Privacy Hero network and you are having issues identifying them I would recommend the following steps:

  1. Click the Devices icon.
  2. Select the device in question.
  3. Click Nerd and note down the IP Address of the device.
  4. Go to the network settings of your device where it will display the local IP Address and match that to the IP Address noted in Privacy Hero.

This is how you can identify a device that is not properly named.

10. Now that your devices are assigned you can set the Bedtime Settings (Internet Scheduler) and Safe Surf settings for your new Profile.

TROUBLESHOOTING

Still having issues? Visit the VPN Troubleshooting section.

Troubleshoot Here

Wireless Guest Network Setup – Bridged (Advanced)

TeamFlashRouters · Jun 12, 2019 ·

If you would like to prevent visitors from connecting to your main WiFi network then you can create a Bridged Guest Network that will prevent access to the main router. This setup also allows you to create different rules for different WiFi SSID’s in your home ranging from QoS controls, access restrictions, VPN network segmentation, and more.

Preparing for Wireless Guest Network Setup

If you have a Dual-band or Tri-Band router you can setup a WiFi Guest Network, creating a separate VLAN (virtual local area network) for your visitors, or in order to segment your VPN networks on any band you like. We recommend using the 2.4GHz network for your DD-WRT Guest Wireless Network so it is compatible with the most possible WiFi devices. Setting up a guest network for visitors in your home allows you to keep them off of your main WiFi network.

We recommend performing this setup while connected to the FlashRouter via ethernet cable. If your computer does not have an ethernet port and you must proceed via wireless connection to the FlashRouter pay attention to the wireless connection as you may need to rejoin the FlashRouter’s network after making changes.

DD-WRT Router Setup for Wireless Guest Network

Enter Wireless settings

Navigate to Wireless > Basic Settings

Bridged Wireless Guest Network Setup on DD-WRT FlashRouter – Setting SSID for Guest Network
  1. Under the 2.4GHz or 5GHz Interface click the Add button.
  2. In the Wireless Network Name (SSID) field enter the unique network name of the guest network.
  3. Click Save.

Enter Wireless Security settings

Navigate to Wireless > Wireless Security

Bridged Wireless Guest Network Setup on DD-WRT FlashRouter – Setting Guest Network Wireless Password
  1. Duplicate the wireless security settings that are set for the other bands for the newly created virtual interface.
  2. Click Apply Settings.
  3. Reboot your router.

Create Bridge

Navigate to Setup > Networking

Bridged Wireless Guest Network Setup on DD-WRT FlashRouter – Create Bridge
  1. Under Create Bridge click Add. Name the newly created bridge br1.
  2. Click Apply Settings

Assign to Bridge

Bridged Wireless Guest Network Setup on DD-WRT FlashRouter – Assign Bridge
  1. Under Assign to Bridge select br1 from the Assignment dropdown. Select wl1.1 or ath1.1 depending on your router model.
  2. Click Apply Settings.

Depending on the router model and WiFi band you are using, the wireless interfaces will be labelled differently.

This setting can be labelled wl1.1, ath0.1, wl2.1, and so on. Make sure when you get up to the bridge assignment section that you are using the correct guest network Virtual Interface.

Network Configuration br1

Bridged Wireless Guest Network Setup on DD-WRT FlashRouter – Configure Bridge DNS Redirection
  1. Under Network Configuration br1 select Enable for Forced DNS Redirection.
  2. Set Optional DNS Target to 208.67.220.220
  3. Set IP Address to 192.168.12.1
  4. Set Subnet Mask to 255.255.255.0
  5. Click Apply Settings.

Multiple DHCP Server

Bridged Wireless Guest Network Setup on DD-WRT FlashRouter – Configure DHCP Server Settings
  1. Under Multiple DHCP Server click Add.
  2. Set the first dropdown to br1.
  3. Click Apply Settings.
  4. Reboot your router.

Firewall Rules

Navigate to Administration > Commands

  1. Copy the fire script from below and paste into the empty Commands shell
  2. Click Save Firewall.
  3. Wait one minute and then reboot your router.

iptables -I FORWARD -i br1 -o br0 -m state –state NEW -j DROP
iptables -I FORWARD -i br0 -o br1 -m state –state NEW -j DROP
iptables -I INPUT -i br1 -p tcp –dport telnet -j REJECT –reject-with tcp-reset
iptables -I INPUT -i br1 -p tcp –dport ssh -j REJECT –reject-with tcp-reset
iptables -I INPUT -i br1 -p tcp –dport www -j REJECT –reject-with tcp-reset
iptables -I INPUT -i br1 -p tcp –dport https -j REJECT –reject-with tcp-reset

You will now have a working Bridged Guest Network on the FlashRouter. By inputting the firewall rules, this will also prevent any guests on your network from gaining access to your router settings.

Back up your settings

Navigate to Administration > Backup

  1. Click the Backup button.
  2. A file named nvrambak.bin will be saved to your computer.
  3. You can load nvrambak.bin to restore your settings in the event of a reset.

TROUBLESHOOTING

Still having issues? Visit our Troubleshooting section to diagnose common problems here.

Troubleshoot Here

Wireless Guest Network Setup – Unbridged (Recommended)

TeamFlashRouters · Jun 12, 2019 ·

If you would like to prevent visitors from connecting to your main WiFi network then you can create a separate Guest Network that will prevent access to the main router. This setup also allows you to create different rules for different WiFi SSID’s in your home ranging from QoS controls, access restrictions, VPN network segmentation, and more.

Preparing for Wireless Guest Network Setup

If you have a Dual-band or Tri-Band router you can setup a WiFi Guest Network, creating a separate VLAN (virtual local area network) for your visitors, or in order to segment your VPN networks on any band you like. We recommend using the 2.4GHz network for your DD-WRT Guest Wireless Network so it is compatible with the most possible WiFi devices. Setting up a guest network for visitors in your home allows you to keep them off of your main WiFi network.

We recommend performing this setup while connected to the FlashRouter via ethernet cable. If your computer does not have an ethernet port and you must proceed via wireless connection to the FlashRouter. Be sure to pay attention to the wireless connection as you may need to rejoin the FlashRouter’s network after making changes.

DD-WRT Router Setup for Wireless Guest Network

Enter Wireless settings

Navigate to Wireless > Basic Settings

FlashRouter DD-WRT Wireless Guest Network Settings Unbridged

Under the 2.4GHz or 5GHz Interface click the Add button.

Wireless Network Name (SSID)

Enter the a unique network name for the guest network.

Network Configuration

Unbridged

Force DNS Redirection

Enable

Optional DNS Target

208.67.220.220

IP Address

192.168.12.1

Subnet Mask

255.255.255.0

CLICK SAVE

Enter Wireless Security settings

Navigate to Wireless > Wireless Security

Wireless Guest Network Setup on DD-WRT FlashRouter Unbridged
  1. Duplicate the wireless security settings that are set for the other bands for the newly created virtual interface.
  2. Click Apply Settings.
  3. Reboot your router.

Enable DHCP for Guest Network

Navigate to Setup > Networking

Wireless Guest Network Setup on DD-WRT FlashRouter Unbridged Setting DHCP Server
  1. Scroll to the very bottom of the page and under DHCPD click Add.
  2. Select wl0.1 or ath1.1 depending on your router model.
  3. Click Apply Settings.
  4. Reboot your router.

Depending on the router model and WiFi band you are using, the wireless interfaces will be labelled differently.

This setting can be labelled wl1.1, ath0.1, wl2.1, and so on. Make sure when you get up to the bridge assignment section that you are using the correct guest network Virtual Interface.

Back up your settings

Navigate to Administration > Backup

  1. Click the Backup button.
  2. A file named nvrambak.bin will be saved to your computer.
  3. You can load nvrambak.bin to restore your settings in the event of a reset.

TROUBLESHOOTING

Still having issues? Visit our Troubleshooting section to diagnose common problems here.

Troubleshoot Here

HMA VPN Manual OpenVPN Setup

TeamFlashRouters · Apr 11, 2019 ·

Please note: HMA no longer allows router based integration, please visit our top recommended VPNs.

TROUBLESHOOTING

Still having issues? Visit the VPN Troubleshooting section.

Troubleshoot Here

Wireless Repeater – WiFi as WAN on Roqos

Dave · Dec 16, 2021 ·

WiFi as WAN is a feature of the Roqos software which allows you to use an existing WiFi network as the Internet source for the Roqos router instead of an ethernet cable connection. This is a great solution for travelling users who do not have access to the modem/router in their hotel or AirBnB.

Login to Roqos Core UI web app in a browser on any computer or smart device.

1. Click the navigation menu and select Basic Settings > Internet Settings.

Roqos Basic Settings - Internet Settings

2. Click WiFi as WAN.

Roqos Internet Settings - WiFi as WAN

3. Scroll down and select the existing WiFi network you wish to use for WAN/Internet from the Nearby Wireless Networks list.

4. Enter the correct password for the existing WiFi network and click Connect.

5. Toggle the Enable slide and click Save.

Roqos WiFi as WAN - Enable and Save

Be patient as the connection is made. It usually takes 30 seconds to a minute to connect. Then test that your Internet is working while connected to the Roqos network.

Block Websites by Country on Roqos

Dave · Dec 16, 2021 ·

Country Block allows you to select countries that you identify to be an unsafe and block internet traffic between your network and those countries.

Login to Roqos Core UI web app in a browser on any computer or smart device.

1. Click the navigation menu and select Cybersecurity > Country Block.

Roqos Cybersecurity - Country Block

2. Toggle the Country Block setting.

Roqos Cybersecurity - Enable Country Block

3. In the Mode dropdown select Detect & Block or Detect Only.

Roqos Cybersecurity - Country Block Mode

4. Under Regions you can select the regions you want to block or specific countries within that region. Once your selections are made click Save.

Roqos Cybersecurity - Select Blocked Countries

Managing User Profiles on Roqos

Dave · Dec 16, 2021 ·

User Profiles allow you to organize your devices connected to the Roqos Core. This allow you to see a user profile’s usage history, set a schedule when devices are allowed to connect to the Internet, and filter out specific content such as explicit websites and games.

Login to Roqos Core UI web app in a browser on any computer or smart device.

Adding new User Profile

1. Click the navigation menu and select Users.

2. To add a new User Profile click Add User.

3. In the Name field enter the name for the User Profile. You can add an image for the User Profile here as well.

4. You will see a list of devices connected to the Roqos Core at the bottom of the page. Check the box of the devices that you would like to add to this User Profile. Then click Save.

Tracking Usage History

1. Click the User Profile that you want to review.

2. Select Usage History.

3. On the new page you can view usage by Top Visited, All Activity, and Activity Graph.

Schedule Pauses

1. Click the User Profile that you want to review.

2. Select Scheduled Pauses.

3. Click Add Schedule.

4. From here you can set the name of the schedule, the days that the schedule will be in effect, and if the schedule should be applied all day or during specific hours. Click Save.

Filters

1. Click the User Profile that you want to review.

2. Select Filters.

3. From here you can use the toggle to Block explicit websites and Block explicit search results.

4. In the Safe Youtube dropdown you can select None, Moderate, or Strict.

5. The Blocked Content area allows you to block specific services such as Games and Social Media.

6. Add specific websites to the Block Sites list if the above policies did not cover them.

7. Add specific websites to the Allowed Sites list if you want to block all websites except for a few.

VPN Director for Asus Merlin

TeamFlashRouters · Jan 19, 2022 ·

Once you have OpenVPN connected on your Merlin FlashRouter you can manage your VPN connections by device or by VPN servers or even VPN providers. This is a major advantage of Asus Merlin firmware as it allows up to 5 VPN connections at the same.

Login to Asus Merlin firmware settings in a browser on any computer or smart device.

Setup multiple VPN clients

1. Under Advanced Settings select VPN.

2. Click the VPN Client tab.

3. In the Select Client instance dropdown select a new client instance to setup and follow your VPN providers setup guide.

VPN Director select client instance

4. Name the client in the Description field for more clarity for which server or provider is being setup.

VPN Director Description

5. Set the Redirect Internet traffic through tunnel dropdown to VPN Director.

VPN Director Policy

Start or Stop VPN Client

1. Under Advanced Settings select VPN.

2. Click the VPN Director tab.

Merlin VPN Director

3. With multiple VPN clients connected you can start and stop them as needed from this page.

VPN Director

Assign a device to a specific VPN client

1. On the VPN Director page click the + symbol next to Add new rule.

VPN direct add new rule

2. Select the Interface that you want to add the device to.

VPN director select interface

3. Click the Local IP dropdown and a full list of devices connected to the Merlin FlashRouter should appear. Select the device you want to assign to this VPN client.

VPN director select device

4. Click OK and click Apply.

Change Wireless Channels on ExpressVPN/Aircove firmware

TeamFlashRouters · Mar 16, 2022 ·

Changing the wireless channel on your ExpressVPN FlashRouter can help with WiFi stability and allows you to use a wireless channel with less traffic in your local environment.

1. Connect to the FlashRouter’s network via ethernet cable or wireless.

2. Open your web browser and enter expressvpnrouter.com or 192.168.132.1 in the URL.

ExpressVPNrouter.com
192.168.132.1

3. Login with your ExpressVPN FlashRouter admin password.

ExpressVPN Router admin login

4. Select Network Settings on the left hand side of the menu.

ExpressVPN Network Settings

5. Select Wi-Fi Settings on the left hand side of the menu.

ExpressVPN WiFi Settings

6. Select Advanced Settings.

ExpressVPN WiFi Advanced Settings

7. Select the Channel Width and Main Channel you want your ExpressVPN FlashRouter to use. Note that higher 5GHz Wi-Fi channels will not be compatible with older devices. Click Save. Click Continue.

ExpressVPN WiFi Channels

What are some extra steps I can take to secure my network?

TeamFlashRouters · May 30, 2019 ·

DD-WRT open source firmware removes many firmware vulnerabilities and backdoor access issues that may cause problems in stock firmware. DD-WRT is also updated more frequently than stock firmware, so be sure to always check with the FlashRouter support team to see which DD-WRT build we recommend for the highest level of security for your router at any time.

Aside from avoiding common issues and flaws with stock firmware, DD-WRT give you more control over the firmware settings and allows you to take some extra steps to really lock down your network security. In this article we highlight additional options for WiFi network security and also preventative measures for remote execution attacks.

Wireless MAC Filtering

Navigate to Wireless > MAC Filter

Access FlashRouters DD-WRT Admin Enable MAC Filtering
  1. Set Use Filter to Enable.
  2. Select either Prevent or Permit
    • Choose Prevent to add MAC addresses that you don’t want to join your network.
    • Choose Permit to add MAC addresses that you do want to join your network, automatically blocking all others.
  3. Select Edit MAC Filter List.
  4. Add the MAC Address of the wireless devices you want to prevent or permit. Be sure to use the xx:xx:xx:xx:xx:xx format. Hint: You can see a list of connected devices MAC Address by clicking Wireless Client MAC List.
  5. Click Save.
  6. Replicate the steps above for each wireless band.
  7. Click Apply Settings.

Disable Remote Access

Navigate to Services > Services

Access FlashRouters DD-WRT Admin Settings and Disable Remote Access
  1. Set SNMP to Disable – this setting disables Simple Network Management Protocol, which prevents software from polling your network for information about connected devices.
  2. Set SSHd to Disable – disabling the Secure Shell is a simple way to prevent root access and brute force attacks on your network.
  3. Set Telnet to Disable – Telnet is a less secure version of SSH to manage your local router network via command line.
  4. Click Apply Settings.

Navigate to Administration > Management

Access FlashRouters DD-WRT Admin Settings and Disable Remote Access 2
  1. Set Web GUI Management to Disable.
  2. Set SSH Management to Disable.
  3. Set Telnet Management to Disable.
  4. Set Allow Any Remote IP to Enable – Even though this setting is set to Enable there is no remote access because Web GUI Management is already set to Disable. 
  5. Click Apply Settings.

Sales FAQs

admin · Jan 29, 2019 ·

Sales FAQs

Can My Router Be Preconfigured With My VPN Information?

Plug and Play VPN Support

Yes you can!

To receive a plug and play with VPN device, you will need to provide our team with the credentials from your VPN provider subscription.

IMPORTANT NOTE: This is not required but recommended for users who wish to have the simplest, most seamless experience when the FlashRouter arrives. You can always change the password when the device arrives if you wish as well.

 

To have your router VPN preconfigured:

  1. Check the “Connect To VPN For Me” box under VPN – Preconfiguration on the Product Page during check out.
  2. Select your VPN provider. If you don’t see your VPN listed select “Other” and you will see an additional field to input who your provider is.
  3. You’ll receive an email after purchase with detailed instructions. If you have any questions our team is happy to help!
Please note:  If you do give a server location, we will automatically start the device with the closest/optimal server for the location we are shipping the device by default. A location has to be added to the initial configuration for plug and play encryption security to occur on the device.

 

Privacy Hero 2 Only:

While our team isn’t able to pre-configure the Privacy Hero 2 VPN Router before shipping it out since you’ll have to make a Privacy Hero user account and register your router, we can assist you with the VPN set up process once you receive the router and create your Privacy Hero user account via 1-on-1 remote session, email, or live chat on our site.

You can also use our step-by-step Privacy Hero VPN Router Setup Guide to complete the process.

Can I Use My Dedicated IP Address With A FlashRouter?

Dedicated IP Addresses from NordVPN, SurfShark, & TorGuard are supported on almost all of our FlashRouter options.

Check out our Dedicated IP Addresses Blog Post for more details!

Can I Use A FlashRouter With My Current Mesh System?

Yes!

You will be able to connect the FlashRouter of your choosing to your current mesh router via ethernet port as shown below:

ISP Modem/Router —- FlashRouter (VPN) —- Main Mesh Router (VPN from FlashRouter) 

This setup will allow you to keep your mesh network with added VPN protection, as well as add the FlashRouter wireless network for your devices.

You can disable the wifi on the FlashRouter also if you only wanted to use the mesh network for wifi.

Can You Flash My Router and Connect me to VPN?

At FlashRouters, we offer expert router flashing and VPN configuration services through our Flash My Router plans. Whether your router needs custom firmware flashing or just a VPN configuration, we ensure it’s set up for maximum security, privacy, and streaming performance with your chosen VPN provider.

The appointment will take place via remote software. During the appointment, our team will also answer any questions you may have about using the VPN on the router. Flashing is done out of the East Coast of the United States – we will do our best to accommodate your time zone difference if you are located in another part of the United States or another country.

👉 Explore our Flash My Router plans:
🔗 Flash My Router Plans


🔹 How It Works

✅ Flashing vs. Configuration: Some routers require custom firmware (flashing) to enable VPN, while others can be configured without flashing.
✅ Fully Optimized: Our team ensures your router is ready to securely connect to your VPN, block ISP tracking, and enhance your streaming experience.
✅ Remote Assistance Available: Get expert help setting up your VPN connection remotely if needed.


Flashing vs. Configuration: Router Compatibility

At FlashRouters, we handle VPN setup differently based on your router brand and model. Some routers require flashing custom firmware (like DD-WRT or AsusWRT-Merlin), while others can be configured without flashing.

🛠 Router Setup Types by Brand

🔹 Flashing Required (Custom Firmware Installation)

These routers require firmware flashing (DD-WRT or AsusWRT-Merlin) to enable VPN compatibility.

  • Asus – Flashed with AsusWRT-Merlin or updated to the latest AsusWRT build. Some models only require configuration.
  • Linksys – Flashed with DD-WRT firmware.
  • Netgear – Flashed with DD-WRT firmware.

🔹 Configuration Only (No Flashing Required)

These routers have built-in VPN support and only require proper setup.

  • TP-Link – Configured without flashing.
  • GL.iNet – Configured without flashing.
  • Cudy – Configured without flashing.

📌 Other brands are not supported at this time. If you have a different router, we recommend checking out our pre-flashed router options.


✅ Supported VPN Providers

We work with a wide range of VPN providers, including:

  • NordVPN
  • ExpressVPN
  • Surfshark
  • CyberGhost
  • IPVanish
  • Private Internet Access (PIA)
  • VyprVPN
  • ProtonVPN
  • PureVPN
  • Windscribe
  • IVPN
  • Mullvad
  • StrongVPN
  • AzireVPN
  • AstrillVPN
  • HotspotShield VPN

(If your provider isn’t listed, reach out – we may still be able to support it!)


🔗 Get Started Today!

👉 Explore our Flash My Router plans:
🔗 Flash My Router Plans

🔹 Need help selecting the right option? Contact our support team! We’re happy to assist.

How Can I Add The 1 Year NordVPN Service From My FlashRouters.com Order To My Current NordVPN Account?

You can easily combine the free 1 year of NordVPN included with your FlashRouter purchase once you receive the NordVPN Activation Code Email from FlashRouters.com. The email is typically received within 24 hours of order completion and will contain a link as well as an activation code.

This code can be entered at nordvpn.com/activate with the email address associated with your current NordVPN account to add the 1 year of free service to your existing service.

 

Privacy Hero 2 Only:

You can easily combine the free 1 year of NordVPN included with the Privacy Hero 2 VPN Router during the router activation process.

After activating the router, you’ll receive a NordVPN activation code within your privacy hero account dashboard. This code can be entered at nordvpn.com/activate with the email address associated with your current NordVPN account to add the 1 year of free service to your existing service.

What Are the Differences Between New, Recertified, And Open Box FlashRouters?

New

  • Direct from manufacturer, in new box.
  • Custom flashed on demand at time of the order.
  • 30 Day Satisfaction Guarantee / 1 Year Warranty.

Recertified (RM)

  • Direct from manufacturer/reseller, may be reboxed.
  • Custom flashed on demand at time of the order.
  • Specialists tested to guarantee same functionality as NEW routers.
  • 30 Day Satisfaction Guarantee / 1 Year Warranty.

Open Box

  • Limited quantity, discount items reboxed that may have cosmetic imperfections.
  • Same testing and functionality level and New and RM.
  • 30 Day Satisfaction Guarantee / No Warranty.

Will a FlashRouter Work With My Internet Service Provider?

US Customers (Single Router Solution):

Almost all Internet Service Providers(ISPs) require a modem in place to establish a connection to their service, however a modem by itself doesn’t provide the wifi connectivity needed in the home or office. A FlashRouter can connect directly to all known modems provided by major ISPs to create a wireless network so long as there is an Ethernet port on the modem to connect to the FlashRouter Internet port. 

US Customers (Dual Router Solution): 

Yes, FlashRouters are compatible with your ISP in what is called a Dual Router Set Up.

For this type of setup, you would use your current router or modem router to connect to your local ISP while using a FlashRouter to connect to your VPN. This is recommended as you will not overhaul your network with a new router, and you will be able to use your selected VPN service on the devices you wish to use it with.

This set up would result in the creation of two networks, which can be seen as the “Local Network” and the “FlashRouter Network”. All devices connected to the FlashRouter Network will go through the VPN service. 

For any device you would prefer to use without a VPN, you can connect to the local network. The chain of devices would be connected from LAN ton your modem or modem/router to WAN on the FlashRouter, with your current router connected to the FlashRouter via Ethernet cable. 

 

International Customers (Single Router Solution):

Almost all Internet Service Providers (ISPs) require a modem in place to establish a connection to their service, however a modem by itself doesn’t provide the wifi connectivity needed in the home or office. A FlashRouter can connect directly to all known modems provided by major ISPs to create a wireless network so long as there is an Ethernet port on the modem to connect to the FlashRouter Internet port. 

International Customers (Dual Router Solution):

ISPs should all be compatible. Some providers require VLAN tagging/VID settings when wiring directly from modem to FlashRouter. 

For this type of setup, you would use your current router or modem router to connect to your local ISP while using a FlashRouter to connect to your VPN. This is recommended as you will not overhaul your network with a new router, and you will be able to use your selected VPN service on the devices you wish to use it with.

This set up would result in the creation of two networks, which can be seen as the “Local Network” and the “FlashRouter Network”. All devices connected to the FlashRouter Network will go through the VPN service. 

For any device you would prefer to use without a VPN, you can connect to the local network. The chain of devices would be connected from LAN ton your modem or modem/router to WAN on the FlashRouter, with your current router connected to the FlashRouter via Ethernet cable. 

What Stock Firmware Features Will I Lose If I Flash My Router

Open Source firmware like DD-WRT or Assu Merlin has many features equivalent to what stock firmware has, in addition to adding new features to a router. However, some features are lost from the stock firmware when a router is flashed.

These are typically features that are put into the stock firmware by the manufacturers themselves. Things like the Linksys App and the NetGear Genie are examples of what would not be available or compatible on the router after flashing.

Most routers also have a WPS button. By default, the WPS button’s functionality is disabled when a router is flashed as it can be vulnerable and a security risk. It can be re-enabled by following this guide but we do not recommend it.

Does a FlashRouter or Service Plan Purchase Include a VPN Subscription?

A subscription to a VPN does not come with a FlashRouter or Service plan. If you are planning to use a VPN, you would need to sign up for one separately, directly from a provider.

Need assistance in finding a VPN Provider? Please visit our recent VPN Provider Best Seller List.

Plug and Play VPN Support

Unlike other VPN Router providers, FlashRouters is proud to offer free VPN service integration with any purchase.

To receive a plug and play with VPN device, you will need to provide our team with the credentials from your VPN provider subscription.

IMPORTANT NOTE: This is not required but recommended for users who wish to have the simplest, most seamless experience when the FlashRouter arrives. You can always change the password when the device arrives if you wish as well.

Shows what to look for when you want to preconfigure your router.

To have your router VPN pre-configured:

  1. Select Yes from the “Want Your Router Preconfigured?” on the Payment Page during checkout.
  2. Select your VPN provider. If you don’t see your VPN listed select “Other” and you will see an additional field to input who your provider is.
  3. Enter your your VPN username and password
  4. For ExpressVPN Firmware Routers there will be an additional box for your activation code.

Please note:  If you do not enter a server location request in “Order Comments”, we will automatically start the device with the closest/optimal server for the location we are shipping the device by default. A location has to be added to the initial configuration for plug and play encryption security to occur on the device.

Can I Use A FlashRouter To Work From Home?

Yes! A large number of our customers use their FlashRouters to “work from home” no matter where your travels take you. Check out our Working Remotely Blog Post for more details.

What is the Difference Between Business VPNs and VPN Services?

Location: VPN Services offer many server locations to encrypt your traffic through. They are located in several countries worldwide for creating a private VPN tunnel for your online activities. A business VPN connects to specific central servers for data or directly to your office, creating a direct tunnel for accessing sensitive work documents and information.

Logging: Most VPN services offer log-free connections for total anonymity and security when connected (it is important to check out their terms of service and privacy policy for full details). A business VPN is monitored and maintained by employers such as corporations, hospitals or universities.

Protection: VPN services secure your family’s personal data while using computers, SmartTVs and various Internet of Things devices. Business VPNs protect the data of the company while you are tunneling into work.

Are There VPN Service Providers That Offer VPN for Business?

There are in fact several trusted VPN providers that have services specially tailored for business use. NordVPN Teams and VyprVPN for Business offer a full suite of solutions like user management tools, dedicated IPs, personal product managers, global server access, business pricing, and more.

These solutions allow you to quickly deploy a safe and secure corporate network without building and maintaining your own servers. If you are a small business looking to quickly secure remote workers as they shift to work from home, and you do not have an in-house IT expert, then you should consider NordVPN Teams or VyprVPN for Business.

Even better, when choosing a business VPN provider like NordVPN or VyprVPN, employees can use routers with direct NordVPN and VyprVPN integration already included through the FR Privacy App. Meaning that a full network kill switch, routing by device, automatic connections, and more are all included as features with your business VPN connection.

Can I use a VPN on a FlashRouter With My Work/Corporate VPN?

Many of our customers have found that they can connect to both their corporate and personal VPN, however due to the variables beyond our control, we cannot guarantee this for every unique situation.

Using two VPNs at once can lead to unpredictable results. Bouncing your network traffic to multiple servers before finally arriving at it’s intended destination can sometimes introduce speed and connection issues.

Please consider that some employers and agencies are more vigilant regarding third party VPN use than others. There are tools readily available that detect the use of VPN services.

While these tools cannot decrypt and view your network traffic, they can tell your employer that you are potentially using a VPN, which can be against company policy.

If your corporate and personal VPN do not work together, then you can always set the computer using your work VPN to bypass the FlashRouter’s VPN tunnel by accessing the router admin panel for your device.

This way, your computer would only use the work VPN. Keep in mind however, your location would appear as your actual location to your work.

Every FlashRouter also comes with a 30 Day Satisfaction Guarantee.

If in the event you determine the FlashRouter is not working out for you, you can return the device within the first 30 Days. A $25 restocking fee does apply.

Can I Use a FlashRouter to Connect to a Dedicated Business VPN Network?

Of course! If you have an OpenVPN server running on a local machine or hosted on a cloud provider like Amazon Web Services (AWS), FlashRouters can create a custom router client configuration to connect the entire router and all connected devices to your OpenVPN server. Instead of employees connecting device-by-device, a router-based VPN connection allows for always-on secure VPN tunneling.

Our service team is here to work with you to test and ensure compatibility before purchasing. Interested in a router based custom client VPN solution for your remote workers? Please do not hesitate to contact us.

And, if you’re looking for a specific router, take a look at some of our most popular options!

How can I Reset the Password for My FlashRouters.com Customer Account?

To reset your password, you’ll want to click the “Account” icon in the upper right hand corner on our main website (Flashrouters.com). Once clicked, a menu will open where you can enter your login information, or select the “Forgot Password” button to trigger a reset email.

If you’re still having issues accessing your FlashRouters.com customer account after attempting a password reset, please reach out to us at support@flashrouters.com for further assistance.

What Payment Methods does FlashRouters Accept?

We accept Apple Pay, Google Pay, and all major cred/debit card providers on our payment method options page during checkout.

 

If you’d like to complete a purchase using PayPal as a payment method, please contact our team at support@flashrouters.com to request an invoice.

Can I Make Change/Update/Cancel My Order?

We strive to process and ship all orders within one business day. If you wish to make changes or cancellations, please contact us within 24 hours of placing your order at support@flashrouters.com with your order number and the changes you’d like to make.

While we will do our best to accommodate your request, please note that we cannot guarantee changes or cancellations.

Please note that if you need to update the shipping address, the order will require reapproval through our fraud prevention system with the new address.

Trouble Checking Out

Some customers have found that trying the methods below have helped solve any checkout errors they may have encountered:

⚡️Clearing cache
⚡️Refreshing web page
⚡️Switching web browsers
⚡️Using an incognito/private window
⚡️Confirming all billing information is accurate
⚡️Disable VPN if one is enabled
⚡️Disable Ad & Script Blockers if enabled
⚡️If you’re using a mobile device, switching to a computer or laptop would be ideal.

Using Device Groups to bypass VPN on ExpressVPN/Aircove firmware

TeamFlashRouters · May 12, 2022 ·

Bypassing the ExpressVPN tunnel on certain devices allows you to have multiple IP Addresses while connected to the same router. This feature is very helpful with certain websites where VPN is blocked such as streaming services and banking information.

1. Connect to the FlashRouter’s network via ethernet cable or wireless.

2. Open your web browser and enter expressvpnrouter.com or 192.168.132.1 in the URL.

ExpressVPNrouter.com
192.168.132.1

3. Login with your ExpressVPN FlashRouter admin password.

ExpressVPN Router admin login

4. Select VPN Off on the right hand side of the menu.

ExpressVPN select No VPN

5. Click and drag the device that you want to bypass the VPN tunnel to the No VPN area.

ExpressVPN No VPN select device
ExpressVPN No VPN select device 2

The devices assigned to No VPN will now correct directly to your ISP internet while the devices in the VPN group will remain connected to the VPN server.

Privacy Hero Bedtime Settings (Internet Scheduler)

TeamFlashRouters · Apr 3, 2023 ·

Your Privacy Hero router uses Cloud Based router management which means you can access the router settings from anywhere on any device that has an internet connection. You can follow these steps while connected to your phone, other Wi-Fi network, or the Privacy Hero network.

The Bedtime settings feature allows users to schedule when internet access will be turned off for specific user profiles. All devices assigned to this profile will have these rules applied.

1. From any device that has a browser such as a computer, smartphone, or tablet visit app.privacyhero.com

App.PrivacyHero.com

2. Enter your Privacy Hero account email and password. Click Login.

Privacy Hero Access Settings

If you have not created your Privacy Hero account yet please follow these instructions.

3. Click the Profiles symbol.

Privacy Hero Profiles

4. Click the name of the User Profile.

Privacy Hero Select Profile

5. Click Schoolnights or Weekends depending on which you need to set rules for.

Privacy Hero Bedtime School Nights Weekends

6. Select the time that you want the Internet to turn off and the days you want this rule to apply to. Click Save.

Privacy Hero Set Bedtime

7. Set the Bedtime toggle to On.

Privacy Hero Enable Bedtime

TROUBLESHOOTING

Still having issues? Visit the VPN Troubleshooting section.

Troubleshoot Here

Privacy Hero Safe Surf

TeamFlashRouters · Apr 3, 2023 ·

Your Privacy Hero router uses Cloud Based router management which means you can access the router settings from anywhere on any device that has an internet connection. You can follow these steps while connected to your phone, other Wi-Fi network, or the Privacy Hero network.

The Safe Surf settings feature allows users to block inappropriate search results, YouTube videos, and adult content. All devices assigned to this profile will have these rules applied.

1. From any device that has a browser such as a computer, smartphone, or tablet visit app.privacyhero.com

App.PrivacyHero.com

2. Enter your Privacy Hero account email and password. Click Login.

Privacy Hero Access Settings

If you have not created your Privacy Hero account yet please follow these instructions.

3. Click the Profiles symbol.

Privacy Hero Profiles

4. Click the name of the User Profile.

Privacy Hero Select Profile

5. Toggle On the settings for Internet Safe Search, YouTube Safe Search, and Block Adult Content as needed.

Privacy Hero Safe Search

TROUBLESHOOTING

Still having issues? Visit the VPN Troubleshooting section.

Troubleshoot Here

Primary Sidebar

  • Troubleshooting
  • Router Access
  • Internet Connection Issues
  • WiFi Connectivity
  • General VPN Issues
  • TeamViewer Remote Support
  • DD-WRT Firmware
  • Facebook
  • Twitter
  • Instagram
  • Pinterest
  • YouTube

Footer