• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Important New Plesk extension to simplify Support interactions

IgorG

Plesk addicted!
Plesk Certified Professional
Dear Pleskians,

I’m glad to announce a Plesk extension, which aims to help you provide Plesk Support Team with the access to your servers, simplifying the routine and speeding up troubleshooting. The extension is compatible with Plesk Onyx 17.8+ for Linux.

Here's what you need to do to provide Plesk Support Team with access to your server:

1. Install the Support SSH Access extension from the Extensions Catalog.
2. Go to Tools & Settings: Assistance and Troubleshooting > Plesk Support SSH Access.
3. Define username, the date until access will be active, and click OK:

image001.png

4. Click Copy access credentials and provide them to Plesk Support Team in the ticket:

image002.jpg

The extension also has a command-line interface, which you can use if Plesk interface is not available:

Code:
# plesk bin extension --install support-access

The extension was successfully installed.


Code:
# plesk ext support-access --provide -user plesk_support -date 2019-03-19

Access was successfully provided

Send the following details to the support representatives:

Username: plesk_support

SSH Port: 22

Hostname: server.example.com

When the problem is solved, Plesk supporter report back to you, asking to use Revoke access immediately button on Tools & Settings > Plesk Support SSH Access. This will remove the support user, all its files, and roll-back any settings that were changed to provide SSH access to the Plesk Support Team.

NOTE: This extension is useful only for Plesk users who bought the license directly from Plesk!
 
Last edited:
What if custom ssh port is used or other restrcitions on the server for ssh?
The custom ssh port is read from the config of the ssh server and sent to the support. From there, the settings like "whether the root is allowed to login", "whether authorization by keys is enabled" and so on are read.
 
The custom ssh port is read from the config of the ssh server and sent to the support. From there, the settings like "whether the root is allowed to login", "whether authorization by keys is enabled" and so on are read.

Great. Really simplify interactions with the support.
 
Back
Top