• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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