Disabling Serve on IP Address and Port (not working) (v1.10.2)
Closed this issue · 7 comments
Feature is working good in the server 1 which was upgraded from v1.10.1 to v.1.10.2 today (directly from dashboard navigation).
Built a new server (server 2) for another project and pulled easypanel latest with one-click sh. It directly install v1.10.2 and server on ip address feature is not working. Tried at least 6 times, removed easypanel from docker, reinstalled it, and rebuilt server for couple of times, and its not yet working. Still servers on IP address.
There are now 3 ways to access Easypanel
http://ip:3000
(always enabled, used as a backup in case the reverse proxy fails)https://ip
(you can enable/disable it in settings: Server on IP Address)https://custom-domain
(you can customize in settings)
If you disable the switch "Server on IP", only the 2nd way will be disabled, the 1st one will still work.
Is this the behaviour you're experiencing?
Yes @deiucanta. I'm experiencing the 1st behaviour. My first server apps are showing like this. (Seems good)
But the 2nd new server deployed the latest version of easypanel directly makes port to open.
- On 1st server I can now only able to access via domain
https://custom-domain
- On 2nd server I can access via method 1, 2 & 3 (
http://ip:3000
http://ip
https://custom-domain
)
As per my understanding..
- 1st way
http:ip:3000
is a feature and not a bug. (which I wish to block at any cost, and I believe it can be done through traefik / ufw). (please correct me if i'm wrong) - 2nd way is already disabled and I like it. Thanks for this block.
- 3rd way is way more convenient and protective feature. I realllllly like it @deiucanta.
Awesome! You can block port 3000 using ufw.
No worries. Everything makes sense now! :)