• Company
    • About Us
    • Case Studies
    • Press Center
    • Events
    • Careers
    • Blog
    • Contact us
  • Contact us
  • Login
 
  • English
    • Deutsch
    • Español
    • Français
    • Italiano
    • Português
Paessler
                    - The Monitoring Experts
  • Products
    • Paessler PRTG
      Paessler PRTGMonitor your whole IT infrastructure
      • PRTG Network Monitor
      • PRTG Enterprise Monitor
      • PRTG Hosted Monitor
      • PRTG extensionsExtensions for Paessler PRTGExtend your monitoring to a new level
    • Icon Features
      FeaturesExplore all monitoring features
      • Maps & dashboards
      • Alerts & notifications
      • Multiple user interfaces
      • Distributed monitoring
      • Customizable reporting
  • Solutions
    • Industries
      IndustriesMonitor various industry sectors
      • Industrial
      • Healthcare
      • Data Center
      • Education
      • Finance
      • Government
    • IT Topics
      IT TopicsMonitor all areas of IT
      • Network Monitoring
      • Bandwidth Monitoring
      • SNMP Monitor
      • Network Mapping
      • WiFi Monitoring
      • Server Monitoring
  • Pricing
  • Resources
    • Getting Started
      Getting StartedModules for self-paced learning
    • How-to Guides
      How-to GuidesGet the most out of PRTG
    • Videos & Webinars
      Videos & WebinarsLearn from Paessler experts
    • IT  Knowledge
      IT KnowledgeExpand your IT knowledge
    • PRTG Manual
      PRTG ManualFull documentation
    • Knowledge Base
      Knowledge BaseShare community knowledge
    • PRTG Sensor Hub
      PRTG Sensor HubGet sensors, scripts & templates
    • Trainings
      PRTG TrainingLearn how to work with PRTG
  • Partners
    • icon star
      New Partners and MSPBecome a new partner or MSP
    • icon partner
      Partner PortalLog in to your partner account
    • Deal Registration
      Deal RegistrationRegister your sales opportunities
    • icon search
      Find a PartnerFind partners selling Paessler products
    • icon technology
      Technology AlliancesSee Paessler technology partnerships
  • Company
    • About Us
    • Case Studies
    • Press Center
    • Events
    • Careers
    • Blog
    • Contact us
  • Contact us
  • Login
  • English
    • Deutsch
    • Español
    • Français
    • Italiano
    • Português
  • Get a quote
  • Free trial
  1. Home>
  2. Resources>
  3. How-to Guides>
  4. How to connect PRTG through a firewall in 4 steps
PRTG Logo

How to connect PRTG through a firewall in 4 steps

Free download
product overview

Connecting PRTG through a firewall: Step-by-Step Guide

Table of content
  • Prepare the PRTG web server
  • Optional settings
  • Specify NAT rules for your network
  • More: Connect a classic remote probe

Bring your monitoring experience to the next level with PRTG

Get full visibility with real-time dashboards, alerts, and customizable sensors

Free download
PRODUCT OVERVIEW

Access to the PRTG core server from outside

You have set up PRTG in your internal network with your private IP address, for example, 192.168.0.100. Everything is working fine, but now you also want to be able to reach your PRTG core server via the internet from a different system than where your PRTG installation is running. For mobile network monitoring, you want to use the PRTG apps for iOS or Android as well.

Before you can do this, however, you need to make sure that your PRTG core server can be accessed from the outside world and also through your firewall.

PRTG Infographic installation core server
PRTG Infographic installation core server

Prepare the PRTG web server

Because security comes first, you need to make sure that no one else is able to log in to your PRTG installation. To do so, you need to change the password for the PRTG System Administrator user account (this is prtgadmin by default) if you have not done so yet.

To check if you are still using the default password, simply select Setup | Account Settings | My Account from the main menu in the PRTG web interface and go to section User Account Settings. If the Login Name and Password fields are prefilled with prtgadmin, click Specify a new password to change the password accordingly.

PRTG screenshot user account settings
PRTG screenshot user account settings
PRTG screenshot web server
PRTG screenshot web server

Then, because you do not want to access your PRTG installation over the internet using insecure HTTP, you need to make sure that you configure PRTG to use HTTPS for all connections to the PRTG web interface. HTTP is also possible but we do not recommend it.

To do so, go to Setup | System Administration | User Interface, section PRTG Web Server, and select Secure HTTPS server as Transmission Control Protocol (TCP) port for incoming web page requests.

Optional settings

icon number one

Configure a DNS Name

Optionally, you can configure a DNS name that matches the desired “public” address that you use to access the PRTG web interface, for example, prtgserver.mydomain.tld. Enter the DNS Name under Setup | System Administration | User Interface, section PRTG Web Interface.

PRTG screenshot user account settings
PRTG screenshot user account settings
icon number two

Get an SSL Certificate

PRTG comes with an SSL certificate that is self-signed. If you configured the PRTG web server to use HTTPS, your browser shows a certificate warning when you access the PRTG web interface. To remove this warning, you need to get your own trusted certificate from a certificate authority (CA). For more information, see Using your own SSL Certificate with the PRTG Web Server in the PRTG Manual.

 


 

Specify NAT rules for your network

To access your PRTG installation from the outside, you need to open or forward the necessary ports in your firewall. The solution is to make Network Access Translation (NAT) rules for these ports.

Specifying NAT rules in your firewall can quite differ, depending on the vendor you use. Therefore, check the according documentation that comes with your device or model.

In our example, with PRTG running on a server with the IP address 192.168.0.100, the NAT rules could look something like this:

RuleSource IP (WAN)Source Port (WAN)Destination IP (LAN)Destination Port (LAN)Protocol
HTTP PRTG0.0.0.0 (all-nets)80192.168.0.10080TCP
HTTPS PRTG0.0.0.0 (all-nets)443192.168.0.100443TCP

The rule for HTTP is optional but makes things a lot easier. If you type prtgserver.mydomain.tld in your browser, it will first try to reach the website using HTTP. Note that if you do not want to create the NAT rule for HTTP, you must type https://prtgserver.mydomain.tld each time instead.

Also make sure that your Windows Firewall is either disabled on the PRTG core server or that you created the relevant rules.

And that’s it! You can now monitor your PRTG installation while on the go with the PRTG apps for iOS or Android or access the PRTG web interface from other clients via the internet.

PRTG makes monitoring as easy as it gets

Custom alerts and data visualization let you quickly identify and prevent all kinds of issues

Free download
PRODUCT OVERVIEW

More: Connect a classic remote probe

If you decide to install one or more classic remote probes (see our how-to guide) outside of your LAN to monitor your network from different locations, these remote probes initiate the connection to the PRTG core server.

PRTG infographic corporate lan
PRTG infographic corporate lan

This is the reason why you need to allow the PRTG core server to accept incoming remote probe connections.

In your PRTG installation, go to Setup | System Administration | Core & Probes. In section Probe Connection Settings, select All IP addresses available on this computer to specify that the server accepts all IP addresses for incoming probe connections.

For Allow IP addresses, enter the IP addresses of the clients that you want to install your remote probes on, or enter any to allow any IP address.

PRTG screenshot probe connection settings
PRTG screenshot probe connection settings

This is the reason why you need to allow the PRTG core server to accept incoming remote probe connections.

In your PRTG installation, go to Setup | System Administration | Core & Probes. In section Probe Connection Settings, select All IP addresses available on this computer to specify that the server accepts all IP addresses for incoming probe connections.

For Allow IP addresses, enter the IP addresses of the clients that you want to install your remote probes on, or enter any to allow any IP address.

PRTG screenshot allow apps to communicate through windows defender firewall
PRTG screenshot allow apps to communicate through windows defender firewall

Because the remote probes initiate the connection to the PRTG core server, you also need to open or forward the port that is used for connections with classic remote probes in your firewall. This is TCP port 23560 by default.

Create the following NAT rule:

RuleSource IP (WAN)Source Port (WAN)Destination LP (WAN)Destination Port (LAN)Protocol
Remote Probe PRTG0.0.0.0 (all-nets)23560192.168.0.10023560TCP

Done! Now you can also use classic remote probes for monitoring remote locations, for example, your branch offices, without firewalls preventing the connections.

This how-to guide only scratches the surface?

Get more deep-dive information here!

Preview blog

Our blog talks about SonicWall monitoring

Read more
Preview Knowledge Base

In our Knowledge Base, read everything about FortiGate firewalls

READ more
Preview manual

Remote probes are explained in detail in our Manual

READ more
PRTG Logo

Start monitoring your IT infrastructure for free with PRTG and see how it can make your network more reliable and your job easier.

Free download
PRODUCT OVERVIEW

Products

  • Paessler PRTG
    Paessler PRTGMonitor your whole IT infrastructure
    • PRTG Network Monitor
    • PRTG Enterprise Monitor
    • PRTG Hosted Monitor
    • PRTG extensions
      Extensions for Paessler PRTGExtend your monitoring to a new level
  • Icon Features
    FeaturesExplore all monitoring features

Monitoring with PRTG

  • Network monitoring
  • Bandwidth monitoring
  • SNMP monitoring
  • Network mapping
  • Wi-Fi monitoring
  • Server monitoring
  • Network traffic analyzer
  • NetFlow monitoring
  • Syslog server

Useful Links

  • PRTG Manual
  • Knowledge Base
  • Customer Success Stories
  • About Paessler
  • Subscribe to newsletter
  • PRTG Support
  • PRTG Consulting
  • PRTG Feedback & Roadmap

Contact

Paessler GmbH
Thurn-und-Taxis-Str. 14, 
90411 Nuremberg 
Germany

[email protected]

+49 911 93775-0

  • Contact us
©2025 Paessler GmbHTerms & ConditionsPrivacy PolicyImprintReport VulnerabilityDownload & InstallSitemap
Application Performance Monitoring Tool Application Performance Monitoring Tool Application Performance Monitoring Tool