I've installed fmeserver on some remote machine (VPS, linux, ubuntu, express installation). Knowing IP of this machine, how can I send remote rest api requests or at least connect it through web interface? Assuming that ip of my machine is xxx.xxx.xxx.xxx I tried to run
`xxx.xxx.xxx.xxx:80/fmeserver` to launch web interface, getting
`The requested URL /fmeserver was not found on this server. ` error.
To send rest api I tried `http://xxx.xxx.xxx.xxx/fmerest/v3/healthcheck?textResponse=false` getting The requested URL /fmerest/v3/healthcheck was not found on this server.
For installation I've followed http://docs.safe.com/fme/html/FME_Server_Documentation/Content/AdminGuide/ExpressInstallation_Linux.htm
How to build URLs to connect my fmeserver? What IP should I use? Where I do get wrong?