Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
aberenyi
New Contributor

Restore config - missing password field - Apple silicon

Hi there,

 

I'm trying to restore an ecrypted configuration, however, it looks like the Password field is missing in the macOS (14.5) FortiClient VPN (7.4.0.1645)

 

Screenshot 2024-07-08 at 22.00.46.png

 

It would seem that the Windows version of FortiClient (7.4.0.1658) does indeed support this.

 

Screenshot 2024-07-08 223307.png

 

Is there a way to work around the issue until it's resolved?

 

Cheers,

Attila

4 REPLIES 4
spoojary
Staff
Staff

Have you tried with a different version of  FCT ?

Siddhanth Poojary
aberenyi

No I have not, as this is the only available version on the Downloads page.

LPZ
New Contributor

Hello Sir,

 

Any news about a possible solution? i've run into the same problem...

 

best regards

Bunjes
New Contributor

For windows there is a similar Problem while restoring to another PC. On windows i created a solution it might help you out as well. Commands can be a little bit different on mac os.

 

go to the Device where you want to take the backup file from

Start Powershell as Administrator
go to this Path
```
PS C:\Windows\system32> cd "C:\Program Files\Fortinet\FortiClient"
```
to export the file type this
```
PS C:\Program Files\Fortinet\FortiClient> .\FCConfig -m all -f E:\MasterConf10.conf -o export -i 1 -p Passwort1234
```
Transfer the created File via USB Stick to the next PC
Open Powershell and go back to this path

```
PS C:\Windows\system32> cd "C:\Program Files\Fortinet\FortiClient"
```
to import the file type this

```
PS C:\Program Files\Fortinet\FortiClient> .\FCConfig -m all -f E:\MasterConf10.conf -o import -i 1 -p Passwort1234
```

E:\ was in this case the USB-Drive

Passwort1234 is a placeholder for the password

Announcements
Check out our Community Chatter Blog! Click here to get involved
Labels
Top Kudoed Authors