Skip to content
  • Solutions
    By Role
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    By Infrastructure
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
  • Product
    • Plesk Features
    • Plesk Editions
    • What’s new
    • Pricing
    • Roadmap
    • Lifecycle Policy
    • Extensions Catalogue
  • Pricing
  • Extensions
    Featured Extensions
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    Bundles and packs:
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack

    See all Extensions

  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
Plesk 360 login
Free Trial

Knowledge Base

Plesk no longer licenses ActivePython and ActivePerl for Plesk for Windows. How to avoid violation of the license agreement?

 
control paneldomainsfeaturesgohosting

Question

Plesk no longer licenses ActivePython and ActivePerl for Plesk for Windows. How to avoid violating the license agreement?

Answer

Note: This article is intended for use by server administrators. In case there are no menu Tools & Settings in the Plesk interface and/or no administrative RDP access to the server, contact the server administrator or server provider.

  • If the first version of Plesk installed on the server was 12.5.30 or Onyx 17.x, the server is not affected as ActiveState components are not shipped starting from Plesk 12.5.30.

How to check the first version of Plesk installed on the server

  1. Log into Plesk.

  2. Go to Tools & Settings > Scheduled Tasks and click Add Task.

  3. Leave the option Task type selected as Run a command.

  4. Enter the command:

    • The field Command - "%plesk_dir%ctlplesk.exe"

    • The field with arguments - db -Ne"select version_info from upgrade_history limit 1"

  5. Click Run Now.

  • If there is no Python and/or Perl in Tools & Settings > Server Components > Web Scripting, no additional actions need to be taken:

    Capture.PNG

  • If there is Python and/or Perl in Tools & Settings > Server Components > Web Scripting, additional actions should be taken:

    How to check on which subscriptions the ActivePython or ActivePerl is used

    1. Connect to the server using RDP.

    2. Open PowerShell.

    3. Download the archive with the PowerShell script and unpack it:

      PS [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
      PS Add-Type -Assembly "System.IO.Compression.FileSystem"
      PS Invoke-WebRequest -URI https://support.plesk.com/hc/en-us/article_attachments/360020678874/Fi
      nd-PerlAndPythonFiles.ps.1.zip -OutFile Find-PerlAndPythonFiles.ps.1.zip
      PS [System.IO.Compression.ZipFile]::ExtractToDirectory(($pwd).path + "Find-PerlAndPythonFiles.p
      s.1.zip", ($pwd).path)

    4. Execute the script:

      PS .Find-PerlAndPythonFiles.ps1
      Perl and Python files were found inside 1 subscriptions.
      Launch the same script with parameter -ShowFiles to get exact list of files.
      Subscriptions:
      example.com

      PS .Find-PerlAndPythonFiles.ps1 -ShowFiles
      C:Inetpubvhostsexample.comhttpdocsindex.py

    How to remove ActivePython and ActivePerl from a Plesk server?

    Warning: Removing ActivePython and ActivePerl from the server with Plesk 12.0 will make SpamAssassin and AWStats stop functioning. To prevent such a situation upgrade Plesk from 12.x to the latest release.

    1. Log into Plesk

    2. Disable the Perl support and Python support options for all existed service plans in Service Plans > Service_Plan_Name > Hosting Parameters.

      Warning: this is a mandatory step: otherwise, handlers will not be removed from domains settings.

    3. Connect to the server via RDP.

    4. Go to Start > Control Panel > Programs and Features.

    5. Select ActivePerl or ActivePython and click the Uninstall button.

    How to get a license to use and install the ActivePython and ActivePerl on a Plesk server

    If it is necessary to continue using ActivePython and/or ActivePerl, get the license and installation packages directly from the ActiveState.

    1. Go to the page https://www.activestate.com/solutions/get-quote/.

    2. Submit a request for ActivePython 2.6.x and/or ActivePerl 5.10.x.

    3. Communicate with ActiveState to purchase an appropriate license.

    After ActiveState provides the installation packages, install them to the following directories so they are properly…

Tweet
Share
Share
Email
0 Shares
Read the full article
Related Posts

Securing the WordPress Frontier with WP Guardian

Read More »

Introducing WP Guardian Vulnerability Protection: Now available for WP Toolkit

Read More »

How to Host a Go App on Plesk

Read More »
Knowledge Base

 An operation fails in Plesk: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry ‘X’ for key ‘PRIMARY’

Read More »

How to enable ASP.NET 3.5 / ASP.NET 4.7 in Plesk for Windows Server

Read More »

How to customize Plesk URL

Read More »

Best practices for sending outgoing mail from a Plesk server

Read More »

Hosting Wiki

  • Django
  • DBMS Interface
  • Server Redundancy
  • Google Cloud CDN
  • Bare Metal Server
  • SSI
  • SASS
  • Oracle VM Server
  • Server Virtualization Software
  • Windows Server
  • Python
  • MongoDB
  • Domain
  • Hosting Control Panel
  • Plesk
  • Web Server
  • DNS Server
  • Colocation Hosting
  • Reseller Hosting
  • Cloud Hosting
  • VPS Hosting
  • Dedicated Hosting
  • Shared Hosting
  • Free Hosting
  • Managed Hosting
  • SpamAssassin
  • SPAM
  • HTTP
X-twitter Linkedin Youtube Reddit Github
  • Product
  • Login
  • Pricing
  • Editions
  • For Partners
  • Partner Program
  • Contributor Program
  • Affiliate Program
  • Plesk University
  • Company
  • Blog
  • Careers
  • Events
  • About Plesk
  • Our Brand
  • Resources
  • User and Admin guides
  • Help Center
  • Migrate to Plesk
  • Contact Us
  • Hosting Wiki
  • Forum
  • Legal
  • Legal
  • Privacy Policy
  • Imprint

© 2025 WebPros International GmbH

Part of the WebPros®  Family