Skip to main content
New Member
June 15, 2026
Question

FortiGate VM GUI completely blank - white page

  • June 15, 2026
  • 7 replies
  • 427 views

Hi, I have FortiGate-VM64 v7.6.7 running on VMware Workstation. When I access the GUI the page loads (no timeout) but it's completely white/blank.

In Chrome DevTools Console I see:

  • 401 Unauthorized on all /api/v2/ calls
  • Events websocket closed unexpectedly
  • Reconnecting attempts

CLI works perfectly fine, I can login and configure via console. The interface has allowaccess http https ssh ping configured on the management port.

VM has no active license (eval). Could this be causing the blank GUI?

Anyone seen this before?

    7 replies

    BillH_FTNT
    Staff
    Staff
    June 15, 2026

    Hi ​@mrsmile 

    if your device is in bank status that could not use Fortinet Collection tool.There are three steps they need to capture logs and a video. Thank you very much for your help.

    "If creating a capture is not possible, please provide:

    • 1. Screenshots or video showing the issue
    • 2. Output from `diagnose debug application httpsd -1` during reproduction
    • 3. Output from `diagnose debug application node -1` during reproduction "

    Please feel free to share the video and logs to my email bhoang@fortinet.com ; I will check the issue and escalate to Engineering team to fix the issue as well. Thank you

    Bill

    sjoshi
    Staff
    Staff
    June 15, 2026

    Hi ​@mrsmile 

    Are you able to access GUI in incognito mode?

    Is this FortiGate in HA?

    Is the CPU normal on the FGT?

    What was the previous version?

    Can you share diagnose debug crashlog read and share the snapshot of the error you are seeing

    Thanks, Salon
    jiahoong112
    Staff
    Staff
    June 15, 2026

    Does this occur on a new browser as well? 

    As this is a new deployment, I’d suggest deleting the VM and re-deploying it.

    Yurisk
    SuperUser
    SuperUser
    June 15, 2026

    Without valid license, it would display an error message like that:

     

    If you don’t get this window it may be install went wrong, or this VM doesn’t have access to the Internet (interface port1 has DHCP enabled on it) . 

    Can you ping from its console exe ping service.fortiguard.net, exe ping update.fortiguard.net to verify resolving and Internet availability? 

    Also, execute vm-license, exe update now to re-initiate process of requesting the license. To see status of the license, namely asnwer of FOrtiguard servers if all before went OK: diagnose hardware sysinfo vm full

    yurisk.info - all things Fortinet blog, no ads
    R_B
    Explorer II
    July 3, 2026

    We are having the same problem with 7.6.7.M-build3704 on VMware ESXi. We tested it using Microsoft Edge and Mozilla Firefox. We worked around the problem by activating the license via TFTP. Link: https://docs.fortinet.com/document/fortigate-private-cloud/7.6.0/microsoft-hyper-v-administration-guide/299485

    New Member
    July 8, 2026

    i was also facing the same issue and it got resolved by updating the license through ftp.

     

    Thank you ​@R_B 

    LOGATA-Ole
    New Member
    July 10, 2026

    Hi,

    you can fix the issue with web gui by configuring following:

    config system global

    set rest-api-key-url-query enable

    end

     

    After the license activation and the following reboot the cipher were configured to tlsv1-1, which i had to change to connect again:

     

    config system global

     set admin-https-ssl-versions tlsv1-2
    end

    Â