Define different ip address than 127.0.0.1

Hello!
Is it possible to define a different ip address other than the predefined (127.0.0.1) for a dev preside portal in order to be accessible elsewhere.

I tried to use server set web.config=0.0.0.0 without success (works for Contentbox).

Regards

in psys_site you can define the IP/Domain Preside is listening on. Here you have to set the IP of your PC (not 0.0.0.0).
This is meant for multiple sites listening on different URLs.

I have got the following via preside admin

as soon as i enter my ip address i get the following (er_connection_refused)

site2

but when i update it to 127.0.0.1, it works fine (perhaps it does not want my ip address)?

Regards

What kind of installation is this? commandbox? apache or nginx in front?

It’s commandbox via preside start lucee for local network and development use.
As i told you i have tried other frameworks such as Contentbox, Strapi (nice api) etc without a problem.

Regards

I just fixed it due to my Contentbox configuration (server.json).

"host":"0.0.0.0", was actually missing !!!

Please do not forget to post Cfcamp 2024 to your Vimeo !

Regards