• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Search results

  1. M

    Issue Port 3000 is closed and not listening

    public static final String SITE_URL = "https://mydomain.com"; // site main url public static final String API_URL = SITE_URL + ":3000/"; // base url for all api public static final String APPRTC_URL = "http://IPADDRESS:8080"; public static final String CHAT_SOCKET_URL =...
  2. M

    Issue Port 3000 is closed and not listening

    When i type in netstat -tulpen | grep :3000 on ssh, it doesn't show anything
  3. M

    Issue Port 3000 is closed and not listening

    I have my nodejs on port 3000, isn't that a service?
  4. M

    Issue Port 3000 is closed and not listening

    I have an android and ios application that i pointed to listen to mydomain.com:3000 but it keeps failing to connect each time i try to access my app. . When ou say i need a service listening on a port, what kind of service do you mean?
  5. M

    Issue Port 3000 is closed and not listening

    I installed plesk on ubuntu, my project works with port 3000 and other ports which needs to be enabled and also listens, but i am finding it difficult to find out how to really open it and get it to listen. Here is what i have tried: Using sudo ufw allow 3000 directly from ssh Enabling...
Back
Top