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 provide Plesk Support with server access?

 
cloudcloud platformextensionsfirewallgo

Question

How to provide Plesk Support with server access?

Answer

Plesk Support uses the following IP address ranges to connect to Plesk servers:

Note: If an intermediate firewall is used (such as Google Cloud Platform Firewall), the rules that allow these IPs to access the server should also be added there. For more information, refer to the product documentation of the firewall that is used on your server.

195.214.233.0/24
194.8.192.130
81.184.0.141
208.74.127.0/28
184.94.197.2
2001:678:744::/64
2620:0:28a4:4000::/52

Please make sure that the IP ranges above can reach at least TCP ports 22 (SSH on Linux), port 3389 (RDP on Windows) and 8443 (Plesk GUI) for the public IP address of your Plesk server.

Once the Plesk support IPs are allowed to access the server, follow the corresponding steps below:

Click on a section to expand

For Plesk on Linux

 

  1. Log into Plesk

  2. Go to Extensions, type Support SSH Access extension in the search box and install it.
    Extensions page in Plesk

  3. Go to Tools & Settings > Plesk Support SSH Access (under Assistance and Troubleshooting).

  4. Specify the expiration date for SSH access (by default, SSH access is granted for 5 days)
     User creation status overview and Access configuration page

  5. Press OK
  6. Click Copy access credentials and send the access details to a Plesk Support representative as a reply to a ticket or chat:

    Note: The extension uses SSH keys and does not make you share actual secret credentials (like a password or access token) to Plesk support personnel, but rather just the user name and server host name.

    Access information, Copy access credentials and Change access expiration date page. This page does not contain any password strings.

For Plesk on Linux (in case Plesk interface is not accessible)
  1. Connect to a Plesk server via SSH.

  2. Install the Support SSH Access extension:

    # plesk bin extension --install support-access

    The extension was successfully installed.

    Note: If the command above fails, see If Support SSH Access is not available below.

  3. Generate the SSH access that will be valid for the next 10 days:

    # plesk ext support-access provide -user plesk_support -date $(date -d '+10 days' '+%F')

  4. Send the access details to a Plesk Support representative in a ticket/chat.

Note: After the issue is resolved, to revoke the SSH access manually, run:

# plesk ext support-access revoke

If the Support SSH Access extension for Plesk is not available:

Run the following command on your server in order to allow SSH access for Plesk personnel via the Plesk SSH Support Key:

# sh <(curl https://raw.githubusercontent.com/plesk/kb-scripts/master/ssh_keys/script.sh || wget -O - https://raw.githubusercontent.com/plesk/kb-scripts/master/ssh_keys/script.sh)

Note: After the issue is resolved, to remove the Plesk SSH Support Key, run:

# sed -i '/[email protected]/d' ~/.ssh/authorized_keys

For Plesk on Windows Server

 

Create a rule in Windows Firewall that will allow connections to your Windows Server from Plesk Support IP addresses:

  1. Connect to a Plesk server via RDP.

  2. Start Windows PowerShell and run the following command:

    PS New-NetFirewallRule -DisplayName "Plesk Support Access" -RemoteAddress @("195.214.233.0/24", "194.8.192.130", "81.184.0.141", "208.74.127.0/28", "184.94.192.0/20", "2001:678:744::/64", "2620:0:28a4:4000::/52") -Direction Inbound -Action Allow

  3. Log in to the Plesk Help Center and send server access details in your ticket/chat.

    Note: Plesk Help Center uses HTTPS connection to prevent…

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

How to Host a Go App on Plesk

Read More »

WebPros at CloudFest 2023

Read More »

WordPress Firewall – Why Do You Need One?

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 change or get the server hostname on Plesk server

Read More »

How to install Plesk for Linux

Read More »

Websites on Plesk cannot be resolved to the server with enabled DNS

Read More »

Hosting Wiki

  • Django
  • DBMS Interface
  • Server Redundancy
  • Vertical Cloud
  • Cloud Management
  • Cloud Service Architecture
  • Cloud Computing
  • Linux Containers
  • Amazon CloudFront
  • Google Cloud CDN
  • Cloudflare
  • Bare Metal Server
  • Oracle VM Server
  • Server Virtualization Software
  • Windows Server
  • Linux
  • JavaScript
  • MongoDB
  • Plesk
  • Web Server
  • DNS Server
  • IPv6
  • IPv4
  • SIP
  • SSH
  • UDP/IP
  • Firewall
  • Cloud Hosting
  • TCP/IP
  • 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