Installing FortiPortal 7.0.0
To install FortiPortal 7.0.0 :
-
Deploy the VMware or the KVM FortiPortal image file on a hypervisor.

Make sure the network interface is connected to a reachable network adapter.
- Once the FortiPortal instance is booted up, log in with the default username
adminand passwordportal1234.You can change the password by entering the following commands in the CLI console:
config system admin user
edit admin
set password
Old password: xxxxxx
New password: yyyyyy
Retype password: yyyyyy
end
-
In the CLI console, enter the following commands to configure the IP address for the instance:
config system interface
edit port1
set ip x.x.x.x/x.x.x.x
end
-
In the CLI console, enter the following commands to configure the default route for the instance:
config system route
edit 1
set device port1
set gateway x.x.x.x
end
-
Optionally, in the CLI console,
enter the following commands to configure the DNS for the instance:
config system dns
set primary x.x.x.x
set secondary y.y.y.y
end
- Optionally, in the CLI console,
enter the following commands to configure the NTP for the instance:
config system ntp
config ntpserver
edit 1
set server x.x.x.x or <hostname>
end
- Connect to FortiPortal via the web interface using the configured IP address. The default web login username and password are
spuserandtest12345, respectively. Upon login, you may change the web login credential.
The login credentials are separated between web UI and console/SSH.