• 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 admin gs

  1. A

    Resolved Ruby Versions (Ruby extension)

    Final solution for adding ruby 2.4.2 to plesk Run the following commands: ----------------------- # ruby-build 2.4.2 /opt/plesk/ruby/2.4.2 # /opt/plesk/ruby/2.4.2/bin/gem install bundler # /opt/plesk/ruby/2.4.2/bin/gem install bundle # plesk sbin rubymng register 2.4.2 /opt/plesk/ruby/2.4.2...
  2. A

    Resolved Ruby Versions (Ruby extension)

    Solved with : gem install bundler --user-install from the app directectory But i still can't launch normal rake task like: -T It says: rbenv: bundle: command not found The `bundle' command exists in these Ruby versions: 1.9.3 2.0.0 2.1.10 2.1.8 2.2.4 2.2.5 2.2.6 2.3.0 2.3.1...
  3. A

    Resolved Ruby Versions (Ruby extension)

    Hello, I'm trying to upgrade ruby@2.4.2 (security fix), i followed the steps above and i have a green dot on the "Ruby extension" page so it's correctly registred. When i select that version on my domain/ruby page, and i try bundle, an error says that there is no bundle for that version, only...
Back
Top