• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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.

docker

  1. WebHostingAce

    Input Plesk Docker Redis + Plesk Firewall Open Port Issue

    The Issue - Forwarded to devs - Docker(Redis) and Plesk Firewall Plesk Support for this issue - Plesk Firewall deny rules do not block connections to Docker container Problem with the above workaround - When you are using Plesk Firewall, Everytime server reboot or Plesk Restart (After auto...
  2. F

    Question Error starting rocket chat docker

    Hi, i'm trying to install rocket chat using docker on my plesk onyx on a centos 7. i've installed mongodb using that guide How to install MongoDB database server in Plesk? and it correctly works and liste on port 27017 on localhost that's log of mongo container 2019-05-15T08:05:09.080+0000 I...
  3. G

    Question Docker extension & billing support

    Hello, Not quite sure if this Docker extension for Plesk does support billing on usage so to provide cloud hosting and bill on usage via 3rd party billing systems. Anyone using this docker extension in an actual hosting business and offer cloud hosting using docker and billing on usage? Pros...
  4. J

    Resolved Docker Proxy Rules - Getting 404 on the URL set

    I have a Docker container set up and running (Portainer). I set the port mapping to manual, 9000 to 39000. The service is available and running at domain.com:39000 I went to: Domain> Docker Proxy Rules I added a rule using these settings: URL: domain.com/portainer Container: portainer Port...
  5. campsjos

    Issue Can't start docker containers

    Hi, I tested some time ago the Docker extension and got it working without any issue. I really never needed it so I kept it inactive since today when I've been required to run a container. The problem is that although I can install and build images, I can't start them as they throw this error...
  6. T

    Question Configure GitLab Docker container with Plesk and LetsEncrypt

    Hi I have an issue with my GitLab setup. What I'm trying to achieve: running GitLab inside a Docker container access GitLab through a subdomain (gitlab.mydomain.com) at ports 80 and 443 for https manage SSL through a wildcard certificate for *.mydomain.com provided by LetsEncrypt and Plesk...
  7. L

    Resolved Problems installing Docker Extension

    Hi, I have problems installing the Plesk docker extension on a Ubuntu 16.04 LTS. Trying to install the extensions ends in following error: plesk installer --select-release-current --install-component docker: Checking whether the package dependencies are resolved. Installing packages...
  8. E

    Issue Plesk Docker OwnCloud: how to migrate from "devicemapper" to "overlay2"?

    Hi all, Since 2 years, we have 4 OwnCloud which works with Docker extension on Plesk Onyx. After a problem with an update, we have found that we must change the storage system from a "devicemapper" to "overlay2". We found some elements on the web but nothing very precise. We would like the...
  9. B

    Question Asp.Net Core Docker Container that uses HTTPS

    I have a docker container that is running an asp.net core website. It works just fine and I have the docker proxy rules to use the site for the domain name. The issue I have now though is that when I update my asp.net website to have https and use port 443, I now have port 80 and port 443 being...
  10. batoniq

    Question How to connect installed database from Docker for customers?

    Hi! I have installed MariaDB 10.4.0 from Docker. But in customers accounts (Log In as Customer) I can add only default mysql 10.1.37. see screenshot please How can I add docker-installed MariaDB 10.4 for my customers ?
  11. B

    Question Map Docker Container to plesk mysql localhost:3600

    How can I access my mysql server within plesk from within my docker container. I have an asp.net core website that I am trying to connect to a MYSQL database that is hosted outside the container. I try and connect within my container to localhost:3306 and get an error that there are no servers...
  12. WebHostingAce

    Issue Docker and Plesk Firewall Issue

    Hi, Plesk 17.8.11 CentOS 7 I have installed Docker Redis on Port 6379. Then as per Plesk documentation, I have DENY External access from any source to Port 6379 via Plesk Firewall. Problem is every time I restart the server Port 6379 become ALLOW from external sources unless I disable and...
  13. B

    Issue Let's encrypt and Docker extension

    I have noticed that none of the docker's containers that I am using from Plesk are able to renew/install the certificate, and this is basically because the url /.well-known/acme-challenge... is 404 I did some research, and I have found that one workaround could be to configure Nginx to serve...
  14. P

    Resolved Docker-Extension not Installing

    Hello, I'm using Plesk Onyx on a Ubuntu 18.04.1 LTS‬ It is Dedicatet Root Server When I try to install the Docker-Extension I'm getting this error: Fehlgeschlagen Die Installation der Erweiterung ist fehlgeschlagen. Execution of /opt/psa/admin/plib/modules/docker/scripts/post-install.php...
  15. D

    Issue Install Strapi using docker

    Hello, I've been trying to install Strapi with docker. The problem is that the image can't build properly since yarn can't connect to the network. The error I get is: { Error: Command failed: yarn install --production --ignore-scripts error An unexpected error occurred...
  16. D

    Issue Lets Encrypt with docker extension

    Hello :) If you are using the docker extension you will not be able to issue certificates. The latest update of the lets encrypt extension tries to solve this problem of having custom configurations on your vhost but using lets encrypt for securing domains. But unfortunately it does not work...
  17. C

    Question Setting up Ghost with Docker on Plesk Onyx 17.8

    Hi, I have managed to setup Ghost with Docker, however I am trying to customise the setup to use MySQL, Mailgun, and a few other config changes. According to Ghost's documentation - Config: So I have setup the following environment variables (Docker on Plesk requires environment variables to...
  18. M

    Issue Docker-Extension not Installing

    Hey Guys I'm using Plesk Onyx on a Ubuntu 16.04: Linux xxxxxxxx.net 4.4.0-042stab131.1 #1 SMP Wed Jun 20 16:32:07 MSK 2018 x86_64 x86_64 x86_64 GNU/Linux When I try to install the Docker-Extension (1.3.1-126) I'm getting a strange error: Die Installation der Erweiterung ist fehlgeschlagen...
  19. S

    Question How should link Docker containers running under Plesk Onyx?

    Hi, I would like to know about running a Docker container on a Plesk Onyx managed server using the Docker extension. Is there any solution for this issue. Query: "How can I link containers in Plesk so that I can utilize an external smtp server?" Please help me to solve this problems...
  20. PiTiNiNjA

    Resolved Disable remote access on MongoDB using Docker

    Hello I installed MongoDB with Docker on my Plesk server. It allows remote connections by default, and I would like to change that. Usually I disable remote access by setting bind_ip to 127.0.0.1 in the mongodb.conf file, but I can't find any / don't know how to use configuration file with...
Back
Top