SkillAgentSearch skills...

Pleskapp

A tool to manage Plesk servers remotely from local console

Install / Use

/learn @plesk/Pleskapp
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

build Go Report Card Scc Count Codecov

PleskApp CLI

PleskApp CLI is a tool that is installed on your local machine (not on the Plesk one) to manage Plesk remotely from the console. Target audiences are experienced administrators and developers who like to speed up the operations, automate routine procedures, manage the things using CLI.

Current development status is "early alpha version".

Demo

Demo

Features

Here is the list of features:

  • plesk servers - Manage known servers
  • plesk login - Automatic login to the server (in the browser)
  • plesk ssh - Login to server using SSH
  • plesk domains - Manage domains on the server
  • plesk databases - Manage databases on the server
  • plesk web - Run local web server to serve current directory
  • plesk deploy - Deploy the app from the current directory to default server
  • Bash and ZSH autocompletion support

Installation

Here is the command to install the utility:

curl -fsSL https://raw.githubusercontent.com/plesk/pleskapp/master/install.sh | bash

The utility will be installed to /usr/local/bin/ directory, so please make sure the path is present in PATH environment variable. To test it one can use the following command:

plesk version

Alternative way if you have Go 1.25+ installed:

go install github.com/plesk/pleskapp/plesk

How to Build

The utility is written in Go, so the corresponding toolchain should be installed first.

There is a Makefile with bunch of targets. One can use the following command to build the binary:

make
View on GitHub
GitHub Stars27
CategoryDevelopment
Updated12d ago
Forks9

Languages

Go

Security Score

90/100

Audited on Mar 16, 2026

No findings