• 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.

Search results

  1. C

    Question Securing Docker ports to local access only with firewalld

    I probably went overboard by adding all those private IP ranges, you can run `ip a` to find the IP addresses of your interfaces and use those instead to keep things stricter. In most cases just 127.0.0.0/8 and 172.16.0.0/12 should be sufficient to cover your host loopback (127.0.0.1) and then...
  2. C

    Question Securing Docker ports to local access only with firewalld

    Thanks, Peter. Update: I tried to follow this guide (Securing Docker Ports with Firewalld (CentOS7, etc)) to recreate the DOCKER-USER chain but had to make a few changes. In future I will probably use Proxmox and then install Plesk inside a VM, that way I can control firewall at Proxmox level...
  3. C

    Question Securing Docker ports to local access only with firewalld

    Unfortunately I don't have a firewall in front of this particular server I'm leasing. I understand in a corporate solution it would be insane to not have a fw fronting all of this and I wish more providers were bothered to layer a basic firewall in front of servers they lease out... I know OVH...
  4. C

    Question Securing Docker ports to local access only with firewalld

    In addition, I can add temporary iptables rules: iptables -I DOCKER-USER -d 172.17.0.0/16 -j DROP However I can't save these since they're not being setup using firewalld, so after a reboot these rules get flushed. From my search online, this seems like a long standing issue with Docker &...
  5. C

    Question Securing Docker ports to local access only with firewalld

    Hi folks, I am using Docker to run a few services, however I do NOT want the ports exposed to the internet. I am running CentOS 7 with firewalld, not Plesk's firewall product. Does anyone know how to modify firewall rules using firewalld/firewall-cmd to block external access to Docker...
  6. C

    Question using wiki.js docker error connection database

    Did you manage to get this working? I just tried and it keeps failing so I've given up and gone back to using OneNote :oops::D
  7. C

    Resolved Connect to Backblaze B2 (S3-compatible)

    Unfortunately not. I gave up and used OneDrive instead. I'm sure Plesk Support could provide some guidance on getting Backblaze working but I haven't bothered to open a ticket with them.
  8. C

    Resolved Connect to Backblaze B2 (S3-compatible)

    Hi all, Backblaze have released an S3 compatible API. I have been using Scaleway but wish to migrate to Backblaze B2. Has anyone figured out how to get this working? I get the error: `Error: Unable to upload a file to the storage: Backblaze does not support the 'x-amz-request-payer' header...
  9. C

    Cannot access Plesk support

    User name: captainhook TITLE Cannot access Plesk support PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Plesk Support PROBLEM DESCRIPTION I cannot access Plesk support through Chrome/Firefox/Edge. STEPS TO REPRODUCE Login at Plesk Help Center ACTUAL RESULT Console shows...
  10. C

    Question using wiki.js docker error connection database

    You need to use the host IP, which is 172.17.0.1.
  11. C

    Issue Plesk Mobile unuseable - null object reference

    Plesk team don't seem to be focused on the app at the moment. A lot of focus on Plesk Obsidian at the moment I guess.
  12. C

    Issue Plesk Mobile unuseable - null object reference

    Quite a few of us having this issue. It seems to be some server-side configuration causing this, but I've no idea what. I've provided adb log but it wasn't very helpful for Plesk support. Not sure what to do.
  13. C

    Question How do I get python script running under Apache to use python 3.6?

    Thank you, Ales. I will play around with Phusion Passenger to learn for future. For this, I'm leaning towards Docker-ising instead given it uses Flask.
  14. C

    Question How do I get python script running under Apache to use python 3.6?

    Hi all, I have the following script for example: #!/usr/bin/python3.6 import platform print('Content-Type: text/plain') print('') print('Hello, world!') print(platform.python_version()) The output there shows '2.7.5'. How can I get scripts running in Plesk to use Python3.6? edit: ok it...
  15. C

    Resolved Disable remote access on MongoDB using Docker

    You should do this at system firewall level. If you're using iptables, then your rule should look something like "iptables -A INPUT -s 15.15.15.51...". If you're using Plesk Firewall, then login to Plesk, go to Tools and Settings - Firewall - Modify Plesk Firewall Rules - Add custom rule -...
  16. C

    Question Does anyone know how to setup Coral Project's Talk commenting system

    Hi I am trying to setup Talk by Coral Project. The Docker guide is here: Installation from Docker | Talk Documentation However it seems that it requires Mongo and Redis. I do have Mongo and Redis containers setup using the latest images, no configuration besides opening the ports at the...
  17. C

    Question Rocket Chat Docker

    Oh that is good news. I hope it's soon because that's the only thing keeping me from getting Ghost running. According to the Onyx changelog (Change Log for Plesk) Docker 1.3.1 was released on 16 November 2016...
  18. C

    Question Rocket Chat Docker

    Hi Ayamshanow, Has there been any progress on a fix for this? Will we be able to use lower case characters any time soon?
  19. C

    Question Setting up Ghost with Docker on Plesk Onyx 17.8

    I have just noticed the Ghost config documentation says: "Env vars should be lowercase, we realise this is a little odd, it's a limitation of nconf, but they do work!", but Plesk's Docker implementation does not allow lowercase... so that's the issue. If anyone has a workaround, please do share.
Back
Top