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

How to allow resellers and customers to upload backup files without a valid signature

 
backupbackup restore migrationextensionsgointerface

Question

  • Why does the option Upload backup files without a valid signature not available for resellers and customers?
  • How to allow resellers and customers to upload backup files without a valid signature?

Answer

By default, the option Upload backup files without a valid signature is available only for Plesk administrators.

Resellers and customer do not have this option for security reasons: Uploading a backup file without a valid signature may compromise security or disrupt the operation of a server.

If required, this option can be enabled for resellers and customers in the Plesk configuration file panel.ini:

 

Via Plesk

 

  1. Log in to Plesk.

  2. Install the "Panel.ini Editor" extension: Go to the Extensions menu > find "Panel.ini Editor" using the search-box > click Install.

  3. Once it is installed, click Open to launch the extension.

  4. In Panel.ini Editor, switch to the "Editor" tab.

    Note: If the file does not load, it means that panel.ini was not yet created. For the fist time, please use the command-line instructions.

  5. Navigate to the [pmm] section > change the value of allowRestoreModifiedDumps to "on" and uncomment the line:

    allowRestoreModifiedDumps = on

  6. Click Save.

    Screenshot_2018-09-30_Panel_ini_editor_-_Plesk_Onyx_17_8_11.png

 

Via a command-line interface

 

  1. Connect to a Plesk server via SSH.

  2. Check if the file exists on the server:

    # ls /usr/local/psa/admin/conf/panel.ini

    If there is no such file, create it from a sample file:

    # cp /usr/local/psa/admin/conf/panel.ini.sample /usr/local/psa/admin/conf/panel.ini

  3. Open the file /usr/local/psa/admin/conf/panel.ini in a text editor (for example, vi editor) and navigate to the setting allowRestoreModifiedDumps (by default, it is located at the end of the file):

  4. Uncomment the line and change the value to "on":

    allowRestoreModifiedDumps = on

  5. Save the changes and close the file.

 

If the option Upload backup files without a valid signature is no longer needed by resellers/customers, disable this option by commenting the line allowRestoreModifiedDumps = on with ';' in the file /usr/local/psa/admin/conf/panel.ini.

 

Additional Information

If this option is unchecked, Plesk checks a backup file for a valid structure and signature and does not restore it if any of the following problems are found:

  • The file is corrupted.
  • The file was modified manually after downloading from a server.
  • The file was created on another server.
  • The file was created in Plesk lower than 11.5.
Tweet
Share
Share
Email
0 Shares
Read the full article
Related Posts

How to Host a Go App on Plesk

Read More »

You Are Always Safe When You Have an Up-To-Date Plesk Backup

Read More »

Getting Started With Plesk Extensions & Tools

Read More »
Knowledge Base

How to configure Postfix on a Plesk server to send emails using SendGrid

Read More »

How to restore a Plesk .tar/.zip backup file on another Plesk server

Read More »

How to create a backup in Plesk

Read More »

WordPress Admin Dashboard is not displayed properly on a website hosted in Plesk: “access forbidden by rule” or “client denied by server configuration”

Read More »

Hosting Wiki

  • Django
  • RESTful Web Service
  • Content Security Policy ( CSP )
  • DBMS Interface
  • Server Redundancy
  • Cloud Service Architecture
  • Virtualizor
  • On-Demand Services
  • Google Cloud CDN
  • AMP
  • Bare Metal Server
  • Backup
  • Denial of Service
  • Red Hat Virtualization
  • Virtuozzo
  • Oracle VM Server
  • Citrix Hypervisor
  • Server Virtualization Software
  • Windows Server
  • Linux
  • Virtualization
  • MongoDB
  • VirtualMin
  • Plesk
  • Web Server
  • DNS Server
  • SSH
  • Email Virus Protection
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