• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Search results

  1. B

    Resolved TUN/TAP-device für Plesk Obsidian

    It's a VPS from Dogado. So it might be some kind of container. Not sure if it's possible that they allowing TUN/TAP capability.
  2. B

    Resolved TUN/TAP-device für Plesk Obsidian

    Thank you for the solution. Tried to run Netbird and got the error Failed; /dev/net/tun does not exist. With your steps i was able to get the Netbird client running.
  3. B

    Issue Not happy with Plesk Email Security

    I deleted the log file after run the task manually. So the dovecot should create a new one with the correct rights?
  4. B

    Issue Not happy with Plesk Email Security

    I followed the steps from @weichi.238665 but the sa-learn-spam.sh is not executed. For testing purposes i added a echo command to the sa-learn-spam.sh bash script. #!/bin/bash #exec /usr/bin/rspamc -h 127.0.0.1:11334 learn_spam exec echo "sa-learn-spam.sh executed $(date)" >>...
  5. B

    Issue Not happy with Plesk Email Security

    Does someone use Rspamd in a docker container on Pesk? Might that work? Why docker? Don’t clutter the host system with dependencies while still beeing able to upgrade to newer versions as required
  6. B

    Question fail2ban-server and systemd-logind high cpu usage, log file auth.log 200Gb

    Hello, today i checked my grafana board and saw high cup usage and my 500Gb disk space was full. htop shows fail2ban-server and systemd-logind 100% usage. I searched for big files with the following command. find / -type f -size +100M -exec du -h {} + 2>/dev/null | sort -r -h 259G...
  7. B

    Resolved Docker container

    Can you share your nginx conf? Try to get nextcloud running with docker compose and nginx directive.
  8. B

    Resolved Nextcloud's nginx.conf on Plesk

    Do you solved your problem? Do you install Nextcloud manual or with Docker Compose?
  9. B

    Resolved How to install APC/APCu extension for PHP 7.4.x with Ubuntu 20.4.1 LTS

    I symlink SED. Here is how and hope it helps other. ln /bin/sed /usr/bin/sed
  10. B

    Resolved How to install APC/APCu extension for PHP 7.4.x with Ubuntu 20.4.1 LTS

    which sed /bin/sed ls -la /usr/bin/sed "/usr/bin/sed": No such file or directory (os error 2)
  11. B

    Resolved How to install APC/APCu extension for PHP 7.4.x with Ubuntu 20.4.1 LTS

    I installed different packages, but still get this error. Any idea what the problem could be? Used this tutorial APCu-Extension für Plesk PHP 8 ➜ /opt/plesk/php/8.0/bin/pecl install apcu downloading apcu-5.1.21.tgz ... Starting to download apcu-5.1.21.tgz (92,516 bytes)...
  12. B

    Issue Security valnerability when managing Docker through Plesk

    I found the solution. Hope it helps. ssh -N user@server.com -L 9000:localhost:9000 Open browser localhost:9000
  13. B

    Issue Security valnerability when managing Docker through Plesk

    Thank you for the hint. I tried to use "SSH local port forwaring" to access a app on local port 9000 ssh -N user@server.com -L 9000:server.com:9000 Part of the docker-compose.yml ports: - 127.0.0.1:9000:9000 Tried to open server.com:9000 in my browser, but could not access the app...
Back
Top