• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Resolved Whats is the best way to install Plesk ?

raykai

Basic Pleskian
so i was wondering which is best to install Plesk

1. use:
# wget https://installer.plesk.com/plesk-installer
then
# chmod +x ./plesk-installer
then
# ./plesk-installer --web-interface

or

2. use:
sh <(curl https://autoinstall.plesk.com/plesk-installer || wget -O - https://autoinstall.plesk.com/plesk-installer)

Which is best and why?

Should i also set up SSH with a key and edit sshd_config to PasswordAuthentication no?

Is it best to create an extra user with sudo and turn off root login for ssh?

Does Plesk need root user at all for ssh?
 
Back
Top