The Web User interface is accessed via a web browser using the following URL:
http://<host>:<port>/fmeserver
where:
It's only necessary to specify the port number if the application server or servlet engine is using a port other than 80.
For example, if you're using port 80:
http://<Host>/fmeserver
If you're using a port other than 80 (in this example 8080):
http://<Host>:8080/fmeserver
Additionally, Web Interfaces running on Windows systems can be accessed on those systems by navigating to:
Start > All Programs > FME Server > Web User Interface
Note: If you see a "Page cannot be displayed" or similar error, your application server or servlet engine may not be running.
Accessing the Web Interface will bring up a login page if security has been enabled. If not, the Interface's home page is displayed directly instead.