Skip to main content
Best Answer

Is there a way to publish an FME Server application to a public website that is in cPanel?

  • August 10, 2021
  • 4 replies
  • 147 views

Forum|alt.badge.img+2

I would like to know if there is any way that I can host an Fme Server application on my organization's website (for example) that is published using cPanel. What I would like to do is that through a public website, some of our clients can access a server application. I know that I can connect some other web application to the fme server using rest API or url webhooks if the server has a public IP address, which can be accessed from an external network. Can anyone enlighten me on this issue? I am just getting started in web development and these questions come to mind. Thanks

Best answer by david_r

Thanks @david_r​ I am testing it, but for having that app working my FME Server need to be in a publicly available network, right?

FME Server needs to be reachable by the (frontend) users, yes. It doesn't have to be public, however, that depends on your users. Otherwise you'll have to include some proxy or forwarding functionality on your back-end.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

david_r
Celebrity
  • August 11, 2021

I have no idea about cPanel, but you should be able to embed an FME Server app into e.g. an iframe in your html code.


Forum|alt.badge.img+2

I have no idea about cPanel, but you should be able to embed an FME Server app into e.g. an iframe in your html code.

Thanks @david_r​ I am testing it, but for having that app working my FME Server need to be in a publicly available network, right?


david_r
Celebrity
  • Best Answer
  • August 11, 2021

Thanks @david_r​ I am testing it, but for having that app working my FME Server need to be in a publicly available network, right?

FME Server needs to be reachable by the (frontend) users, yes. It doesn't have to be public, however, that depends on your users. Otherwise you'll have to include some proxy or forwarding functionality on your back-end.


Forum|alt.badge.img+2

Thanks @david_r​ I am testing it, but for having that app working my FME Server need to be in a publicly available network, right?

Thanks for the information @david_r​ I will continue learning on web development and deployment of fme server apps.