GUI Inaccessible through Crome

kronik044

New Member
Nov 4, 2024
5
0
1
Hello Everyone,
I need some help with PVE GUI.
I have a fresh install, which has been up for about a week. Today for some reason I'm not able to get to webUI on Chrome (I get -This site can’t be reached).

I know the machine's IP, a can SSH into it with no issues, also opening GUI in another browser (Safari) works just fine.

Any suggestions?
 
Hey,

does the browser console contain any errors? Just to be sure, the url looks like this https://<IP>:8006
 
Hey,

does the browser console contain any errors? Just to be sure, the url looks like this https://<IP>:8006
Console and network do not show anything at all.
I've cleared the cookies, rebooted, etc. - Chrome version - Version 130.0.6723.92 (Official Build) (arm64)
1730724145920.png

Safari opens the UI just fine:

1730724161981.png

Also, curl -k https://192.168.0.170:8006
returns a seemingly normal page code:
HTML:
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
    <title>prox01 - Proxmox Virtual Environment</title>
    <link rel="icon" sizes="128x128" href="/pve2/images/logo-128.png" />
    <link rel="apple-touch-icon" sizes="128x128" href="/pve2/images/logo-128.png" />
    <link rel="stylesheet" type="text/css" href="/pve2/ext6/theme-crisp/resources/theme-crisp-all.css?ver=7.0.0" />
    <link rel="stylesheet" type="text/css" href="/pve2/ext6/crisp/resources/charts-all.css?ver=7.0.0" />
    <link rel="stylesheet" type="text/css" href="/pve2/fa/css/font-awesome.css" />
    <link rel="stylesheet" type="text/css" href="/pve2/font-logos/css/font-logos.css" />
    <link rel="stylesheet" type="text/css" href="/pve2/css/ext6-pve.css?ver=8.2.7" />
    <link rel="stylesheet" type="text/css" href="/pwt/css/ext6-pmx.css?ver=v4.2.4-t1729097677" />
    <link rel="stylesheet" type="text/css" media="(prefers-color-scheme: dark)" href="/pwt/themes/theme-proxmox-dark.css?ver=v4.2.4-t1729097677" />
 
    <script type='text/javascript'>function gettext(buf) { return buf; }</script>
 
    <script type="text/javascript" src="/pve2/ext6/ext-all.js?ver=7.0.0"></script>
    <script type="text/javascript" src="/pve2/ext6/charts.js?ver=7.0.0"></script>
 
    <script type="text/javascript" src="/pve2/js/u2f-api.js"></script>
    <script type="text/javascript" src="/qrcode.min.js"></script>
    <script type="text/javascript">
    Proxmox = {
    Setup: { auth_cookie_name: 'PVEAuthCookie' },
    defaultLang: 'en',
    NodeName: 'prox01',
    UserName: '',
    CSRFPreventionToken: 'null'
    };
    </script>
    <script type="text/javascript" src="/proxmoxlib.js?ver=v4.2.4-t1729097677"></script>
    <script type="text/javascript" src="/pve2/js/pvemanagerlib.js?ver=8.2.7"></script>
    <script type="text/javascript" src="/pve2/ext6/locale/locale-en.js?ver=7.0.0"></script>

    <script type="text/javascript">
    if (typeof(PVE) === 'undefined') PVE = {};
    Ext.History.fieldid = 'x-history-field';
    Ext.onReady(function() { Ext.create('PVE.StdWorkspace');});
    </script>

  </head>
  <body>
    <!-- Fields required for history management -->
    <form id="history-form" class="x-hidden">
    <input type="hidden" id="x-history-field"/>
    </form>
  </body>
</html>
 
Last edited:
This is weird, can you try clearing the cache?
Yeah, just tried it once more. Same result.
I've validated it from another laptop (win-based), with the same Chrome version and it works just fine.
Also, works fine from Android phone with Chrome.

I conclude this is just some local issue on my main laptop. Will try to find a way and post back if it gets resolved.
 
Last edited:
I conclude this is just some local issue on my main laptop
From your above image it looks like the browser is dropping the port number from the end. Can you reach any other site (non-PVE) that requires a port number from this browser?
 
From your above image it looks like the browser is dropping the port number from the end. Can you reach any other site (non-PVE) that requires a port number from this browser?
Direct hit here.
I've created another container with an simple webpage hosted on lighttpd
All extensions disables.

On port 80 or 8080 it works as expected:

1730750877356.png

But when configured to another port (8010, 8006) it will not load:
1730751078496.png1730751143567.png

Is it some weird chrome behaviour \ limitation? Possibly landed there with the latest update (as It has been working just fine 3-4 days ago).
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!