Start IAP (First Time)
- 22 Apr 2024
-
DarkLight
-
PDF
Start IAP (First Time)
- Updated on 22 Apr 2024
-
DarkLight
-
PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
System Startup
To start IAP for the first time after running the migration script:
-
Start IAP and set to auto-start on server reboot.
systemctl enable --now pronghorn
-
Confirm IAP has started successfully.
$ systemctl status pronghorn pronghorn.service - Itential Automation Platform Service Loaded: loaded (/etc/systemd/system/pronghorn.service; enabled; vendor preset: disabled) Active: active (running) since Thu 2020-01-02 20:37:43 UTC; 4min 29s ago Main PID: 30774 (Pronghorn core)
The journalctl -u pronghorn -f
command may be run to monitor IAP logs during startup or general usage.
Access IAP Web UI
IAP may be accessed by browsing to http://<SERVER_HOSTNAME>:3000/login
with <SERVER_HOSTNAME>
being either the hostname or IP address of the server that IAP is installed on. The default user is admin@pronghorn
with password admin
.
To access applications, be sure to give admin@pronghorn
user access to all roles from the IAP → Admin Essentials → Authorization interface.
Figure 2: Admin Essentials → Authorization
Related Readings
See the following for more information:
Was this article helpful?