• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Recent content by maczad

  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