• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Plesk Onyx Web Host Edition

As the guy said up top there each update u have to rerun the command
I will wait for the next cron job for it to run. Let's how it goes.

The longest license period on their website is till February 9th 2021.

What will happen after that?
 
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
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!
 
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.
 
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,
 
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:
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock