Recent content by PlOrAdmin

  1. P

    Fast storage required for host?

    Not at all. I've run PVE on a 15 year old PC with a SATA. It wasn't that bad really and I am sure it would've been better with a SSD. The whole thing ran on this SATA not just the install. > could proxmox run off of a thumb drive without slowing vms Doubtful, but I also recommend against it.
  2. P

    [SOLVED] The Web UI forces me to re-login 'constantly', why?

    I see you have a solution. Just letting you know I've noticed behavour differences between Chrome and Firefox. I prefer Chrome to administer PVE.
  3. P

    Graphic problem with Windows Server 2019

    I've had best overall luck using the VMWare compatible display.
  4. P

    Access proxmox gui with domain name instead of local ip and port

    You could manually add an entry to your hostfile(of PC you connect with).
  5. P

    [SOLVED] Drivers Windows ISO?

    https://fedorapeople.org/groups/virt/virtio-win/CHANGELOG
  6. P

    Log in to GUI

    We don't know what login you are trying to use with GUI. Let's assume it is root. root/whateveryourpasswordis If you can SSH in as root then you can login to the web console. Hope this helps.
  7. P

    Move form Hyprer-v to Proxmox

    It should. If it doesn't just re-enter the key and carry on.
  8. P

    Log in to GUI

    They mean you shell in. You can SSH. Say your PVE IP is 192.168.0.99 ssh root@192.168.0.99 Run passwd in this shell.
  9. P

    KVM Monitor information

    Hi, I did read the help before posting..and it's extensive. :) Yourself, do you use this function much? What would be a reason for you to use this? Just trying to wrap my head around the tool usage. Thanks.
  10. P

    KVM Monitor information

    Hi, I don't have any problems needing troubleshooting. Just wanted to know more about the function of KVM Monitor(the eyeball icon). This page is the only reference I can find. Curious if anyone can provide further reading and use case examples for this function. Thanks.
  11. P

    [SOLVED] Debian 10 LXC Container won't start after 'apt upgrade'

    My host is 6.0-4 but I cannot upgrade to 6.0-7. Thanks.
  12. P

    [SOLVED] Debian 10 LXC Container won't start after 'apt upgrade'

    > You should update to the current 6.0-7 and try again Hi, how can I do this? The GUI update doesn't show any updates. I also tried apt update && apt -y dist-upgrade in PVE root shell and it didn't show anything either. Thanks.