Everything seems to be working fine (all testing done and troubleshooting listed) and yet the GUI is not working!

logblackcat

New Member
May 24, 2025
7
0
1
1- yes the ip is within dhcp range adresses (from 168.1 to 168.240 is taken so i've got above to pick)
2- cat
1000016378.jpg
3- ip a
1000016375.jpg

4-systemctl status
1000016372.jpg

5- yes https instead of http in browser
6- i can ping the dns , can ping local gateway. can ping my proxmox adress from another computer
1000016369.jpg
1000016366.jpg1000016367.jpg
7- telnet works (telnet 198.168.100.247 8006)
8- pve is listening to port 8006

9- connected straight to ethernet
 
Last edited:
Perhaps its your browser. Can you SSH ?

Run this powershell script :
Code:
$ProxmoxIP = "192.168.1.100"
$Username = "root@pam"
$Password = "your_password"

$body = @{
    username = $Username
    password = $Password
} | ConvertTo-Json

$response = Invoke-RestMethod -Uri "https://$ProxmoxIP:8006/api2/json/access/ticket" -Method Post -Body $body -ContentType "application/json" -SkipCertificateCheck

$response



Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
Perhaps its your browser. Can you SSH ?

Run this powershell script :
Code:
$ProxmoxIP = "192.168.1.100"
$Username = "root@pam"
$Password = "your_password"

$body = @{
    username = $Username
    password = $Password
} | ConvertTo-Json

$response = Invoke-RestMethod -Uri "https://$ProxmoxIP:8006/api2/json/access/ticket" -Method Post -Body $body -ContentType "application/json" -SkipCertificateCheck

$response



Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
uhm, tried on my phone as well, on a different computer too! neither work, chrome also said no, microsoft edge said no as well!, what am i suposed to subsitute asides from the your_password with my actual password?

UPDATE : IT GOT FIXED AFTER " curl -v https://192.168.100.247/ " ??????? LIKE RANDOMLY??????? WTF I HAVE NO IDEA WHAT HAPPENED?






UPD
 
Last edited: