Contents
PaperCut Web Interface Won't Load
Last updated September 30, 2025
Contents
Your PaperCut admin interface won’t load! You’re getting some sort of error, and you’ve taken to the web to find the answer! You’ve come to the right place.
If you are a student, employee, or anyone who is not the PaperCut server administrator, we recommend that you check in with your organization’s IT support for assistance. Look for someone wearing cargo pants, maybe a subway map on their wall (Just me? Hm… ok then).
Narrowing down the problem…
Test out each of these URLs in turn to determine the cause of the issue.
| Test that the server is online | http://localhost:9191 |
| Test that the PaperCut HTTP port is accessible 9191 | http://<YourServerIP>:9191 |
| Test that the hostname resolves using DNS | http://<YourServerName>:9191 |
| Test the PaperCut HTTPS port 9192 | https://<YourServerName>:9192 |
| Test the common HTTPS port 443 | https://<YourServerName>:443 |
Once you find out where the problem is, jump to the relevant section below for troubleshooting.
Try http://localhost:9191
To test this out, log onto the server running PaperCut, open a browser and try navigating to http://localhost:9191 . If that doesn’t load or if you see an error page then get over to our article When the PaperCut Server Won’t Start .
If that URL loaded fine, then proceed to the next test.
Try http://[YourServerIP]:9191
Now that you know your PaperCut server is running, make sure that your PaperCut server is accessible over the network and that the important ports are open (9191, 9192). PaperCut will use port 9191 and 9192 for web traffic by default. We’ll want to make sure that your network firewall or the firewall software on the server is not blocking the ports that PaperCut is configured to listen on. Check out the resource below for a list of all firewall ports used by PaperCut.
To test this out open a web browser from a client on the network and try navigating to this URL: http://[YourServerIP]:9191 .
If that fails to load, but the port works just fine when you access from localhost, then the IP address is not accessible or the port 9191 is blocked somewhere on your network. Please involve your network administrator for troubleshooting and share this article Firewall Ports used by NG & MF .
If that URL loaded fine, then proceed to the next test.
Try http://[YourServerName]:9191
Now you know that your PaperCut server is running, the IP address is accessible over the network, and the ports are open. So now test out the DNS name of your PaperCut server. To test this out open a web browser from a client on the network and try navigating to this URL: http://[YourServerName]:9191 .
If that didn’t work, then this sounds like a DNS issue. Make sure that you have the right server hostname. Try the fully-qualified domain name (e.g. papercutserver.yourdomain.com:9191 instead of just papercutserver:9191) Make sure you have the right A record on your DNS server. Check that your workstation is configured to use the right DNS server. There are lots of things that can go wrong here, and frankly, none of them have anything to do with PaperCut. Unfortunately this is not our area of expertise (we are but simple printing folk) but your network administrator should be able to assist with this.
If that URL loaded fine, then proceed to the next test.
Try https://[YourServerName]:9192
By this point you know your PaperCut server is running, the IP address is accessible over the network, and the ports are open, and you have the right DNS name. Now let’s test out the SSL port 9192. Try navigating to https://[YourServerName]:9192 .
Some things to note…
- Unless you have installed a signed certificate on your PaperCut server, you will see an error that the certificate is untrusted.
- Pay attention to any errors on this page. An error like “ERR_SSL_PROTOCOL_ERROR” suggest there was a problem with the certificate that was installed.
- If the page doesn’t open at all, even when you try out https://localhost:9192 from the PaperCut server, then there most likely an issue reading the KeyStore details in the server.properties file and the PaperCut server did not start the 9192 listener.
If this didn’t load, we recommend revisiting our article Installing an SSL Certificate the Easy Way .
Try https://[YourServerName]:443
By this point you know your PaperCut server is running, the IP address is accessible over the network, and the ports are open, and you have the right DNS name, and port 9192 for HTTPS is working.
By default, PaperCut is not configured to listen on ports 80 and 443. Follow these steps to ensure PaperCut is listening on these ports: https://www.papercut.com/help/manuals/ng-mf/common/customize-enable-additional-ports/ .
Then take the network out of the equation by testing https://localhost:443 .
If that still doesn’t load, then it’s probably the case that some other service on the server is using port 80 or 443 and is preventing PaperCut from listening on this port.
Sometimes the application using port 443 is a web server like IIS, or the previous Print Management app on the server. Here are some things we’ve seen that can cause this:
- World Wide Web publishing service (IIS)
- Appcore
- Windows Remote Management (WS-Management)
- Routing and Remote Access
- ASCServiceManger
- LightTPDService
- PHPService
The best way to find out what other applications are using these ports is to open PowerShell (Windows) or Terminal (macOS and Linux) and run one of the following commands to look for any application listening on port 443.
- Windows - open PowerShell as administrator and run
Get-Process -Id (Get-NetTCPConnection -LocalPort 443).OwningProcessthen look for any app other than pc-app.exe using this port. (The old school method wasnetstat -anobut it’s easier to parse the output from the equivalent PowerShell command). - MacOS - open Terminal and run
sudo lsof -nP -i$PORT | grep LISTEN | grep “443”then look for any app other than java using this port. - Linux - open Terminal and run
sudo netstat -ap | grep “443”then look for any app other than pc-app using this port.
If you identify that another application is trying to listen on the same ports as PaperCut, then please stop or remove the conflicting application and restart the PaperCut server to see if that resolves the issue.
Understanding browser errors
If you see an error in the browser when trying to get to the PaperCut NG or MF interface, this can be extremely useful for troubleshooting. The really insightful part is at the bottom of the window and in all caps, like ERR_CONNECTION_REFUSED. Below we’ve included a table of these errors along with practical steps to get things working.

| Browser Error | Cause and Resolution |
|---|---|
ERR_CONNECTION_REFUSED |
This error can happen when the PaperCut Application Server service isn’t installed or running or if the server address is incorrect. Make sure you are typing the correct IP address or fully-qualified domain name. See When the PaperCut Server Won’t Start for additional troubleshooting. |
ERR_INVALID_HTTP_RESPONSE |
This error can easily happen when navigating to the invalid URL - https://localhost:9191. When accessing the PaperCut MF server on the standard port 9191, make sure you specify the protocol as HTTP. ❌ https://localhost:9191 ✅ http://localhost:9191 |
ERR_SSL_PROTOCOL_ERROR |
This error has been seen to happen in a few situations. This error can easily happen when navigating to the invalid URL - http://localhost:9192. When accessing the PaperCut MF server on the secure port 9192, make sure you specify the protocol as HTTPS. ❌ http://localhost:9192 ✅ https://localhost:9192 Some customers have seen this after misconfiguring the keystore or certificate on their PaperCut server. Consider editing the server.properties file to comment out the custom keystore lines in order to get server access working again. Then review Installing an SSL Certificate the Easy Way during scheduled downtime. |
ERR_INVALID_REDIRECT |
You might see this error if you’ve checked “Redirect to HTTPS/SSL if available” but the PaperCut server isn’t listening on port 9192 (possibly because the server.properties file is not configured with the correct Keystore details). You may still be able to access the web interface of the server using the address http://localhost:9191 (local connections to port 9191 are still allowed). See Enforce HTTPS communication for further details. |
Still have questions?
Let us know! We love chatting about what’s going on under the hood. Feel free to leave a comment below or visit our for further assistance.
Category: Troubleshooting Articles
Subcategory: User Interface
Keywords: PaperCut browser error, 404, open port 9191, fm audit, fm
Comments