Overview page of multiple Ignition projects

I have multiple ignition projects running on the gateway.

I would like to create a overview page listing all projects and by clicking on any project icon(a site image), it will direct to the clicked project main page.

Can it be achieved in ignition?

Please advise.

(Assuming you are on V8+…) You can get the project list from {session.props.gateway.address} + "/data/perspective/runnable-projects" and format the JSON into whatever you want for a launch page. I have a custom home project that is a launcher for projects.

4 Likes

https://docs.inductiveautomation.com/display/DOC81/Gateway+Settings#GatewaySettings-GatewaySettingsPropertyReference
See ‘Homepage Redirect URL’.

1 Like

If you set a Homepage Redirect URL, how do you access the gateway’s web console and the settings?

Use http://ip:port/web/home

That should have been obvious. Thanks.