• 0 Posts
  • 3 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle

  • If the service isn’t starting due to a changed port then one of two things are happening:

    1. Something else is using that port and its throwing an error
    2. There’s a configuration issue (typo, comment, or duplicate setting) that is preventing the server from starting

    Do you have any logs from the server that might help with determining which of these two it is?

    Also are you trying to access the service on your local network or via something like your mobile data or a VPN? Because if it’s the latter you probably need to configure your router to allow external traffic (which can be a security risk).