Skip to main content
Ivancn
New Member
May 9, 2023
Question

Forticlient VPN white screen on Ubuntu 18.04

  • May 9, 2023
  • 5 replies
  • 7346 views

Hi,

 

We have installed two different versions (7.0.7.0246, 7.2.0.0644) of the Forticlient VPN on (at least) three different Ubuntu 18.04 systems. We always get a white screen (image attached). No further errors are shown.

 

I found this same issue reported in the following post but there is no real resolution to the case, the steps mentioned in the last reply of that post are not useful either:

 

https://community.fortinet.com/t5/Support-Forum/Blank-GUI-screen-for-Forticlient-7-0-7-VPN-on-Ubuntu-16-18-and/td-p/240607

 

Thank you for any ideas on how to solve this.

 

Screenshot 2023-05-09 at 4.42.52 PM.png

5 replies

Jean-Philippe_P
Staff & Editor
Staff & Editor
May 12, 2023

Hello Ivancn, 

 

Thank you for using the Community Forum. I will seek to get you an answer or help. We will reply to this thread with an update as soon as possible. 

 

Thanks, 

Jean-Philippe - Fortinet Community Team
Ivancn
IvancnAuthor
New Member
May 12, 2023

I really hope to get some information. Tried to reach FortiClient's support but not being a client I was refused any help. Also I see that this issue has been posted in the forum before but no real solution was given, just a couple of band-aids:

 

https://community.fortinet.com/t5/Support-Forum/Forticlient-blank-screen-Ubuntu-18-04/td-p/42385

 

TBH i don't really like FortiNet's approach on supporting users with their black boxes.

rtichkule
Staff
Staff
May 14, 2023

Hello,

 

If you're having trouble with a white screen while using FortiClient VPN on Ubuntu 18.04, there might be a problem with compatibility between the software and the operating system.

Ensure the system running Ubuntu 18.04 is current.
Some requirements must be installed on your system before using FortiClient VPN.
Utilizing the GDebi package installer, get the FortiClient VPN package for Linux from the Fortinet support website.
Launch FortiClient VPN from the Applications menu after installation.

In the event that the steps as mentioned above are unsuccessful in fixing the problem, you can try starting FortiClient VPN with the --no-sandbox option by typing the following command in the terminal:

 

/opt/forticlient-sslvpn/forticlientsslvpn.sh --no-sandbox

 

This will start FortiClient VPN without the sandbox feature, which could help fix the white screen problem.

Ivancn
IvancnAuthor
New Member
May 17, 2023

Hi,

 

I tried what you suggested, same result. White screen.

Ivancn
IvancnAuthor
New Member
May 17, 2023

Is there a way to run this Forticlient VPN from a docker container?

Ivancn
IvancnAuthor
New Member
May 31, 2023

I have just been reading through the forum in relation to other cases experiencing the "white screen" issue. Many of them mention to use Nvidia graphics cards. We use Nvidia cards in all of our systems. I suspect there are compatibility issues between the Fortinet VPN Gui and Nvidia drivers.

BlueManCZ
New Member
October 4, 2023

Hello, I found the solution to the problem here (thank you @vovan for pointing this out). The "fctsched" service needs to be running. So you can run it manually or configure it to autostart on boot. You need to run it as a root or with sudo.

 

/opt/forticlient/fctsched

 

It should probably also be possible to run as a systemd service, but I don't have systemd in my system.

 

This could also be improved to show the user some info instead of just a nothing-telling white screen.