Proxmox web interface is not working

Hasan0232

New Member
Aug 16, 2023
11
0
1
The problem is that I can access the local server with the Proxmox application from the phone, but when I want to access it with Chrome on the phone, the web interface does not work, and when I want to access it with Chrome on the computer, the web interface does not work.
 
Is the server in question in a cluster, that perhaps, may have fallen out of quorum? I had a similar issue pop up when a switch containing 4/5 of my nodes failed, and the remaining one was broken because it was no longer quorate and only the app or ssh worked.
 
The problem is that I can access the local server with the Proxmox application from the phone, but when I want to access it with Chrome on the phone, the web interface does not work, and when I want to access it with Chrome on the computer, the web interface does not work.
Are you using https:// as prefix and :8006 for port for suffix?
Are you on the same network?


Blockbridge: Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
Proxmox'un IP'si nedir?
"Bilgisayarın"; IP'si nedir?
"Bilgisayar"dan ping atabilir misiniz? Proxmox'a mı?
Bilgisayardan proxmox'a ssh yanlış yapabilir mi?


Blockbridge: Proxmox için ultra düşük gecikme süresi tamamen NVME paylaşımlı depolama - https://www.blockbridge.com/proxmox
Proxmox192.168.1.75
Computer 192.168.1.64
I can connect via ssh on the computer without any problems.
 
ssh into PVE and execute:
curl -sk https://localhost:8006
curl -sk https://192.168.1.75:8006

does it work?


Blockbridge: Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
Note: I reinstalled Proxmox

root@pve:~# curl -sk https://192.168.1.82:8006
<!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>pve - 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/css/ext6-pve.css?ver=7.4-3" />
<link rel="stylesheet" type="text/css" href="/pwt/css/ext6-pmx.css?ver=3.6.3" />
<link rel="stylesheet" type="text/css" media="(prefers-color-scheme: dark)" href="/pwt/themes/theme-proxmox-dark.css?ver=3.6.3" />

<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: 'pve',
UserName: '',
CSRFPreventionToken: 'null'
};
</script>
<script type="text/javascript" src="/proxmoxlib.js?ver=3.6.3"></script>
<script type="text/javascript" src="/pve2/js/pvemanagerlib.js?ver=7.4-3"></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>
root@pve:~# curl -sk https://localhost:8006
<!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>pve - 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/css/ext6-pve.css?ver=7.4-3" />
<link rel="stylesheet" type="text/css" href="/pwt/css/ext6-pmx.css?ver=3.6.3" />
<link rel="stylesheet" type="text/css" media="(prefers-color-scheme: dark)" href="/pwt/themes/theme-proxmox-dark.css?ver=3.6.3" />

<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: 'pve',
UserName: '',
CSRFPreventionToken: 'null'
};
</script>
<script type="text/javascript" src="/proxmoxlib.js?ver=3.6.3"></script>
<script type="text/javascript" src="/pve2/js/pvemanagerlib.js?ver=7.4-3"></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>
root@pve:~#
 
Note: I reinstalled Proxmox
and has anything changed in your problem description? I am guessing - results are the same? Its very rarely that a network problem is solved by reinstalling a Linux system.

The commands you executed locally indicate that PVE services are working and the issue is likely in your network.
We've seen reports in the forum that some home "smart" routers are blocking ports they consider non-standard, sometimes VLANs are involved, etc.

Review your entire network stack again, connect the computer via direct cable to cut out the router, move ports, change cables, doublecheck that there is no duplicate IP present (change PVE IP), check your MTU settings.

Good luck


Blockbridge: Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
Last edited:
Why can I connect via phone app but no from computer?
and has anything changed in your problem description? I am guessing - results are the same? Its very rarely that a network problem is solved by reinstalling a Linux system.

The commands you executed locally indicate that PVE services are working and the issue is likely in your network.
We've seen reports in the forum that some home "smart" routers are blocking ports they consider non-standard, sometimes VLANs are involved, etc.

Review your entire network stack again, connect the computer via direct cable to cut out the router, move ports, change cables, doublecheck that there is no duplicate IP present (change PVE IP), check your MTU settings.

Good luck


Blockbridge: Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
Why can I connect via phone app but no from computer?
 
Please take a screenshot of what it looks like in the browser when you open the interface.

The app works as it probably ignores the certificate and retrieves the data via API.
 
Please take a screenshot of what it looks like in the browser when you open the interface.

The app works as it probably ignores the certificate and retrieves the data via API.
I solved the problem, I installed proxmox 5.4, everything works without any problems, thank you
 
and has anything changed in your problem description? I am guessing - results are the same? Its very rarely that a network problem is solved by reinstalling a Linux system.

The commands you executed locally indicate that PVE services are working and the issue is likely in your network.
We've seen reports in the forum that some home "smart" routers are blocking ports they consider non-standard, sometimes VLANs are involved, etc.

Review your entire network stack again, connect the computer via direct cable to cut out the router, move ports, change cables, doublecheck that there is no duplicate IP present (change PVE IP), check your MTU settings.

Good luck


Blockbridge: Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
I have a question proxmox 5.4 7.4 If I make an update, will the same problem be again?
 
Nobody can answer this question because you were not willing to evaluate the problem with us. So you haven't fought the cause here, just the symptoms.
 

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!