Cannot connect to server

Qfinder displays the NAS, but I am having trouble logging in.
My PC is a Mac mini, and the NAS and PC are connected directly via a LAN cable.

If anyone knows a solution, please let me know.
By the way, I am almost a complete beginner with PCs, so I don’t understand technical terms very well.

Hi @mittsu, when initializing a QNAP NAS, the standard HTTP (80) or HTTPS (443) ports are opened to allow direct connection, enabling users to quickly find the NAS and perform initial setup.

However, once initialization is complete, the NAS management interface switches to a dedicated management port (e.g., 8080 (HTTP) or 443 (HTTPS)) based on the default settings or user configuration. This prevents port conflicts with other services such as web servers or containers and ensures safer operation of the management interface.

Please try entering “169.254.8.254:8080” again.

Hi @haru0

After initializing, I was able to log in once.
However, after setting it up and restarting, I couldn’t log in again.
[I tried entering “169.254.8.254:8080”] ← I tried this, but it didn’t work.

@mittsu

In my experience, with this pattern, it seems you can access it by adding https.

How about specifying the URL like https://169.254.8.254?

I’m not sure what the criteria are, but sometimes it seems you can’t access it via http, and it’s only accessible through the https port. My TS-251D behaves this way.
It looks like this.

1 Like

Safari is designed with the goal of simplifying the interface, so the protocol part (http:// or https://) is hidden. Personally, I prefer using Chrome or Edge browsers.

There are two ways to log in to your QNAP NAS from the web:
h ttp://169.254.8.254:8080/
h ttps://169.254.8.254:443/

If you use the https method, Safari will display a warning saying “This is not a private connection,” but you can ignore it and proceed to access the page.


1 Like