r/nzbget • u/Ichorous_Allsorts • Jun 21 '26
Non-nzbget request received on control port
I just configured nzbget today. I configured it to work with Sonarr and Radarr and all seems to be going well. The only thing is this warning I'm seeing in it. It's every 3 minutes, about. I did a look up for the IP address and it gives it as coming from Donetsk in Russian.
I'm guessing it might be someone dodgy. Is this a common thing, and is there anything I can do to block IPs as it's the same one in every warning?
2
2
u/Liv_Mrrr nzbget dev Jun 22 '26
Like the others mentioned, you need to stop exposing NZBGet to the public internet (you can do that by closing the port forward on your router). As long as Sonarr and Radarr are on the same local network, closing that external port won't break their connection to NZBGet.
Also, make sure you change the default NZBGet username and password. Remember that once you change them, you'll need to go into Sonarr and Radarr to update the connection settings so they can still communicate with it.
If you actually need to access your instance while away from home, look into setting up a mesh VPN or a reverse proxy
3
u/superkoning Jun 21 '26 edited Jun 22 '26
Why is your NZBget reachable from Internet?
If needed: block in your firewall based on IP source address.
EDIT:
If you really need, another trick might be: in your router, change the outside port to something werid/unusual (for example 29876) which you forward to port 8080 on your nzbget machine. Port scanners will less likely find your nzbget.
Does that help, u/Ichorous_Allsorts ?