• 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
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Question can i install plesk on macos ?

ftpspace

New Pleskian
can I install plesk server on macOS ?
if I can please reply with the instructions
I'm using macOS Mojave for the server
 
As I wrote above, install Docker on macOS and then use Plesk docker image.
exaclty this i done and followed instruction from docker (i worked 3 hours to make successful, watching videos how to work on docker, nothing with success results) but is not working and outher is no video how to run plesk from localhost on mac, only videos how to import docker in already instaled plesk on bought server. i need to install plesk on local host on mac. on windows is not working, only if you have windows server. i need somehow to install plesk on localhost for mac and to run plesk from localhost on mac.
I dont know how other have success doing same steps.
unelss want to help people properly show them more in details the steps, and for beginers
 
Unfortunately, I can't write a step-by-step tutorial for you because the Plesk image only exists for the x86_64 platform, and my Macbook is on the M1 processor of the ARM platform. That's why I see an error message like this:

Code:
igubaidullin-mbp:~ igor$ docker run -d --tmpfs /tmp --tmpfs /run --tmpfs /run/lock -v /sys/fs/cgroup:/sys/fs/cgroup:ro -p 80:80 -p 443:443 -p 8880:8880 -p 8443:8443 -p 8447:8447 plesk/plesk
Unable to find image 'plesk/plesk:latest' locally
latest: Pulling from plesk/plesk
eaead16dc43b: Pull complete
ab92b97da9df: Pull complete
e69b38803b69: Pull complete
7f5d76392cdd: Pull complete
991eabdbdd06: Pull complete
aa000ffbec12: Pull complete
69c28d409de6: Pull complete
6e9d6683e3ff: Pull complete
Digest: sha256:a8c4843319994a293a0f6465890756b613d8fdbac7af1105eac93121ba66ca2a
Status: Downloaded newer image for plesk/plesk:latest
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2954cffb7586029f3433697a1830253cf4900956d67e5e90121b2477078ef2b5

Perhaps someone from the Plesk community would like to deal with this in detail and create a manual.
 
Back
Top