No GUI access but SSH access works - anoter issue

ferengie

New Member
Jun 15, 2024
11
1
3
Hi,
as the thread No GUI access but SSH access works was set to "Solved" from the initiatior i have to open another thread because my topic is not solved ;-)

Summary:
I can logon my PVE using putty, but i can not login my PVE using WebGUI.

my issue is, that I get a loginscreen and when i try to login the webGUI - see screenshot
I was able to login via webGUI for about 2 months
Suddenly i can not login anymore.
A Reboot of PVE did not solve the issue

Like suggeested form bbgeek17 in the other thread i did:

--------------------------------------------
root@pve2024:~# curl -k 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>pve2024 - 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.2" />
<link rel="stylesheet" type="text/css" href="/pwt/css/ext6-pmx.css?ver=v4.2.1-t1713893106" />
<link rel="stylesheet" type="text/css" media="(prefers-color-scheme: dark)" href="/pwt/themes/theme-proxmox-dark.css?ver=v4.2.1-t1713893106" />

<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: 'pve2024',
UserName: '',
CSRFPreventionToken: 'null'
};
</script>
<script type="text/javascript" src="/proxmoxlib.js?ver=v4.2.1-t1713893106"></script>
<script type="text/javascript" src="/pve2/js/pvemanagerlib.js?ver=8.2.2"></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@pve2024:~#

--------------------------------------------
root@pve2024:~# curl -k -d 'username=root@pam' --data-urlencode 'password=********' https://localhost:8006/api2/json/access/ticket

there is no output


best regards

Ferengie

Attachments​

  • 2024_10_05_18_10_23_pve2024_Proxmox_Virtual_Environment_Brave.jpg
    2024_10_05_18_10_23_pve2024_Proxmox_Virtual_Environment_Brave.jpg
    19.2 KB · Views: 3


 
root@pve2024:~# pveum realm list
┌───────┬──────┬───────────────────────────────────┬─────┐
│ realm │ type │ comment │ tfa │
╞═══════╪══════╪═══════════════════════════════════╪═════╡
│ pam │ pam │ Linux PAM standard authentication │ │
├───────┼──────┼───────────────────────────────────┼─────┤
│ pve │ pve │ Proxmox VE authentication server │ │
└───────┴──────┴───────────────────────────────────┴─────┘


my machine is called "pve2024", as I understand I use "pve" to authenticate

created a user like:
root@pve2024:~# pveum user add admin@pve
root@pve2024:~# pveum passwd admin@pve
which worked

but login still does not work :-(
 

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!