How to run on Cloud Server? - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: How to run on Cloud Server? (/Thread-How-to-run-on-Cloud-Server) |
How to run on Cloud Server? - jdchixin - 04-27-2020 04:01 PM The ECS has the IP address of the external network, but after setting in ini, running the server will prompt the port error. When I set the IP in the INI file to 127.0.0.1, it works, but I can't connect from the outside. I wasted a lot of time to experiment. Only 51A server can run, and other servers will report error. In ECS the Monitoring IP and network IP is different,set 127.0.0.1 or Monitoring IP it can work,but can't connect, set network IP,it can't run. Does anyone know? ECS=Cloud Server RE: How to run on Cloud Server? - Lucas - 04-27-2020 09:49 PM Check the "SERV.SERVIP" on sphere_serv_triggers.scp RE: How to run on Cloud Server? - Coruja - 04-28-2020 02:07 PM For security purposes, usually cloud servers have all IP ports blocked by default, so you must open the port 2593 creating an port forwarding rule on firewall If the port still unreachable, try enable RestAPIPublicIP setting on sphere.ini RE: How to run on Cloud Server? - jdchixin - 05-08-2020 09:50 AM (04-27-2020 09:49 PM)Lucas Wrote: Check the "SERV.SERVIP" on sphere_serv_triggers.scp thank you very much!!! Set the router IP in sphere.ini, Setting public IP in sphere_serv_triggers.scp but it can't work in 55I |