Plesk Onyx Web Host Edition

ckeeper

Well-known member
Nov 8, 2019
623
376
63
i

Even without using Aws, you still need a VPS or dedicated to install Plesk right?
Plesk WordPress Edition PREMIUM, Website & WordPress Hosting on aws
will cost you as follows (This is the free license you are thinking about)
Starting from $0.14/hr or from $1,014.00/yr (16% savings) for software + AWS usage fees

Cheaper option
Plesk Obsidian on CentOS 7 - WordPress & Website Hosting Environment will cost you as follows (Also free license you are referring to)
Starting from $0.04/hr or from $284.00/yr (up to 19% savings) for software + AWS usage fees

You can not run Plesk efficiently on a t2.micro, you will need at least a t3.medium to start with which will cost an average 50-70USD per month including all the extra AWS charges x 12 per year. You do the math.
 
  • Like
Reactions: ronny1989

nightcrawller

Member
Jun 6, 2019
87
17
8
Link with the description of the service and the price list according to the modality and of course if you are looking for modalities as they request in the maketplace it will be much more affordable!



Well after you sign up for aws free mode that gives you a year of t2 micro free but cdn and other benefits you must register a domain of your choice and sign up for the incentive program with a good idea of what your project will be!
They usually apply a credit of 1000usd free for two years plus 350usd to spend on premium support and if you request a fee increase from their smtp system they release a fee of 50mil shipping per month for free!
 

ckeeper

Well-known member
Nov 8, 2019
623
376
63
Link with the description of the service and the price list according to the modality and of course if you are looking for modalities as they request in the maketplace it will be much more affordable!



Well after you sign up for aws free mode that gives you a year of t2 micro free but cdn and other benefits you must register a domain of your choice and sign up for the incentive program with a good idea of what your project will be!
They usually apply a credit of 1000usd free for two years plus 350usd to spend on premium support and if you request a fee increase from their smtp system they release a fee of 50mil shipping per month for free!

This was a comment left by a user at this AWS image you have posted. FYI
m5a instance is recommended to run this image which costs around 753USD per year without bandwitdh or any other AWS charges included, so I figure it will cost you around 1000USD to run it during the first year if not more.

Misleading Description, Doesn't support t2.micro instance
Aug 21, 2020Verified purchase review from AWS Marketplace
If you don't support t2.micro, why do you mention that you support it ? Wasted so much time
through the learning curve only to find its not supported.
 

Rotsen

Member
Jul 29, 2020
61
33
18
So whats the working Method to get Plesk nulled/ Trial resetted?

Friend, a pleasure, just read what is said in the first comments to understand it is easy, this all dedicate a little time to it, it is worth it,
 

ckeeper

Well-known member
Nov 8, 2019
623
376
63
Following is the code used by these other sites that is executing this script (there are also a links to manually get a free trial license every 14 days, if you do not want to automate the process)
Bash:
#!/bin/bash
# Only Plesk Web Host Edition Trial key are availavle since previous change in Plesk Panel licenses
# Following sites update Every 14 Days with new key
# 1] https://trialplesk.domainhizmetleri.com
#
# 2] https://plesktrial.yoncu.com/
# plesk php -er "eval(file_get_contents('https://plesktrial.yoncu.com/?CMD=x'));";
#
# 3] https://www.dunyaatlasi.com/plesk-trial-lisans-kodu/
#
# *************** do not change below this line ***************
#
key=$(/usr/bin/wget https://gist.githubusercontent.com/yashodhank/a7ac287504b7f6358a9791bc725da973/raw/trial -q -O -)
key_id=$(/usr/sbin/plesk bin keyinfo --list | grep plesk_key_id | grep -Eo '[[:alpha:]]{4}[[:digit:]]{12}')
lim_date=$(/usr/sbin/plesk bin keyinfo --list | grep lim_date | grep -Eo '[[:digit:]]{8}')
# plesk_key_id: plsk000000000000 | lim_date: -1
#if [ "${key_id}" = "plsk000000000000" ] || [ $lim_date -eq -1 ]
#then
/bin/rm -rf /etc/sw/keys/keys/key*
/usr/sbin/plesk bin license -i ${key}
#exit 0
#else
#echo "Error Key Id: ${key_id} OR  Key Date: ${lim_date} exists!";
#exit 113
#fi

Here is another variation of the script.
Bash:
#!/bin/bash
# Set edition type for activation as host / pro / admin
edition=host
gist_username=adryanev
gist_id=c25f1a42946c9e85765d0861bf38c866
# Only Plesk Web Host Edition Trial key are availavle from: https://trialplesk.domainhizmetleri.com (Every Month)
#
# *************** do not change below this line ***************
#
key=$(/usr/bin/wget https://gist.githubusercontent.com/${gist_username}/${gist_id}/raw/${edition} -q -O -)
key_id=$(/usr/sbin/plesk bin keyinfo --list | grep plesk_key_id | grep -Eo '[[:alpha:]]{4}[[:digit:]]{12}')
lim_date=$(/usr/sbin/plesk bin keyinfo --list | grep lim_date | grep -Eo '[[:digit:]]{8}')
# plesk_key_id: plsk000000000000 | lim_date: -1
#if [ "${key_id}" = "plsk000000000000" ] || [ $lim_date -eq -1 ]
#then
/bin/rm -rf /etc/sw/keys/keys/key*
/usr/sbin/plesk bin license -i ${key}
#exit 0
#else
#echo "Error Key Id: ${key_id} OR  Key Date: ${lim_date} exists!";
#exit 113
#fi
 
Last edited:

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu