This site can’t be reached

It_no_workey

New Member
Dec 19, 2022
3
1
3
When installing proxmox on my laptop when I get to the very end we’re it tells me to open my web browser and enter the url it gives me I get the this site can’t be reached took too long to respond error and I can’t use the terminal because it asked me for a login I’m very new to this what should I do
 
Last edited:
Hello,

Can you ping your Proxmox VE IP where you installed the Proxmox VE from another device?
 
Just ping -c 3 Proxmox-VE-IP , from any device, but it should on the same network where your Proxmox VE.
 
This issue commonly arises when the service running on your local machine encounters difficulties resolving the request. If you have access to the logs, kindly review them to gain more insights into the specific error. Additionally, ensure that the application interface, server, and related services are functioning properly. Several scenarios can trigger the "this site can't be reached" error in web browsers. For example, the server might still be operational, but the interface application could be closed, or the database may be down. In cases where the application interface and server are functioning, but a dependent service is down, consider restarting your computer or server and restarting the services. Ensure that the application is bound to the localhost; it might be limited to an individual interface. You can use the "netstat -na" command to obtain clues regarding the issue. Additionally, run a port scan on your computer to verify that the port is open and accessible.