Plesk 12.x / Linux :: Web Admin Edition Quota Not Unlimited

Nov 22, 2014

Early on, I use this Plesk under trial license mode and have set the subscription for each domains to 20GB (hard disk) and 100GB (bandwidth).

Later, I sign up for Web Admin Edition. I understand that this version does not have abilities to manage quotas. The issue that I have now, after I entered the activation key (Web Admin Edition), my existing domain's quota remain as it is instead of unlimited.

Please refer to the attachment to see the screenshot....

View 2 Replies


ADVERTISEMENT

Plesk 12.x / Linux :: Mailbox Quota In Web App Edition

Oct 20, 2014

how to adjust the mailbox sizes.

i imported ~15 email account during a cPanel migration/transfer done with the manager. mails are there but mailboxes, that had an unlimited quota, are now set to 350MB.

i tried a bunch of stuff, from searching the whole webinterface, changing db entries up to postfix main.cf.

i'm just restoring yesterdays backup. i already lost hours, and now am loosing nerves ..

where can I find this setting, or how can i set it in the DB (chancing max_box and mbox_size did not work, changes in the mail table were reflected on the UI, but not for postifx ..) ?

View 10 Replies View Related

Plesk 12.x / Linux :: Web Admin Edition License

Dec 17, 2014

there is emails creation limit in this license?

i got this: The limit on the number of mailboxes has been reached

View 9 Replies View Related

Plesk 12.x / Linux :: Web Admin Edition - Cannot Create Extra Domain

Jun 5, 2014

The license says that it provides 10 domains on the License Management page. However, when I try to add a new domain, I get:

Code:
Warning: Permission denied.

When trying to add a domain from the command line, I get a warning that I can't add a new subscription (which is probably the way Web Admin works, 1 Subscription, 10 domains):

Code:
# plesk bin domain --create test.be

An error occurred during domain creation: You cannot manage subscriptions due to license restrictions.

How can I use all 10 domains?

View 17 Replies View Related

Plesk 12.x / Linux :: Web Admin Edition / How To Set Interface To Service Provider View

Sep 11, 2014

I just installed Plesk 12 Web Admin Edition, installed and activated all licence keys and everything works fine.The only thing, I can't find the "Service Provider View" in the Interface Settings, there is only a "Power-User" view provided, even I've selected the Service Provider View during Plesk Setup, I was moved to the Power User view and now I can't switch the interface.I am really missing the server health monitoring from this Service Provider View like got it on all other servers I have.

View 4 Replies View Related

Plesk 12.x / Linux :: Traffic Notification On Restored Site In Web Admin Edition?

Jun 14, 2015

I'm getting a traffic notification on a site I restored from a backup that originally came from a standard Plesk edition. Web Admin Edition doesn't appear to have access to Subscriptions, and all I can find with regard to limits under Webspaces is a hard disk quota, which isn't even editable. How do I amend of remove the limit?

View 6 Replies View Related

Plesk 12.x / Linux :: How To Delete Disk Quota With License Web Admin

Mar 16, 2015

We have a lot of server with Plesk Panel 30 domains.We have migrated a website with a 2 Go disk space quota on a virtual server with Web Admin Plesk Panel License. So, we don't have field (or we don't find...) to update this value (or delete it). The website disk usage is now 2.1 Go. Every day, we have an email alert.

View 14 Replies View Related

Quota All Users :: Unlimited

May 16, 2008

i have new vps server..

I added some new user to my server but when i went to List Accounts i found all users with unlimited Quota, i don't why? i already have Packages with specific quote for each one, even, if i made it Options Manually i have the same problem.

i made a reseller and from that reseller i added user with the same problem

if i loge in the cpenal for one user i have this message in the Disk Space Usage

Serious problem while fetching quota data (quota): Illegal seek (0) / MB

View 14 Replies View Related

Plesk 12.x / Linux :: Change Quotas On Web App Edition?

Jun 21, 2014

I dont find where or how can I change default mailbox size, traffic and disk space for each domain in Plesk 12 Web App Edition, I only have unlimited by default.

View 15 Replies View Related

Plesk 12.x / Linux :: Web Host Edition - Hourly Crash

Nov 14, 2014

since i started working with the version 12.0.18 from plesk, my webserver is crashing after some hours, i found no errors why it's crashing, but while it's crashed i see following issues:

- SSH instantly denies connection
- Plesk Shows "Site not available"

To fix that i had to reboot the server completely, then after one or two hours, that same error is coming up again.

View 1 Replies View Related

Plesk 11.x / Linux :: 4.4.2 Mailbox Full But Quota Is Not Exceeded

Sep 18, 2014

we have a Problem with one of our customers there hosted by Plesk 11.5.30 Update #47.

If a mail was sent to the mail address from our customer, postfix log the following entry:

Code:

/usr/lib/plesk-9.0/psa-pc-remote[28391]: handlers_stderr: DATA Mailbox full#015#012DEFER
/usr/lib/plesk-9.0/psa-pc-remote[28391]: DEFER during call 'check-quota' handler
/usr/lib/plesk-9.0/psa-pc-remote[28391]: Message aborted

The mail Sender will receive a Information with the error message 4.2.2 Mailbox full

But the quota is not exceeded. The quota is 3GB and the assignment is perhaps 20 percent.

We have configured, that we became a mail if the quota from our customer is oversized. But we also become no mail that the quota is oversized.

View 2 Replies View Related

Plesk 12.x / Linux :: How To Enable Multiple Admin Log In

Jul 21, 2014

Where I can find option for enable multiple log in for admin account?

View 6 Replies View Related

Plesk 12.x / Linux :: Horde Update As Admin?

May 28, 2015

just a quick question for those already tried it. I have Horde installed as the webmailer for my Plesk installation. After login in to Horde with an admin account I get update notifications for several of Hordes apps. Is it safe to update them or will it lead to problems with Pleskl?

View 2 Replies View Related

Plesk 12.x / Linux :: MySQL Process Running Unlimited With High CPU?

Mar 23, 2015

I have a single mysql process that never stops and running with 10-200% CPU load: URL....

I restart mysql => process coming back
I restart server => process coming back
I kill process => process coming back

I have run:
# mysqladmin -uadmin -p`cat /etc/psa/.psa.shadow` -i 1 processlist
but there was noting that runs >10min.

Code:
> SHOW FULL PROCESSLIST;
+------+-------+-----------+------+---------+------+-------+-----------------------+
| Id | User | Host | db | Command | Time | State | Info |
+------+-------+-----------+------+---------+------+-------+-----------------------+
| 328 | admin | localhost | psa | Sleep | 56 | | NULL |
| 8110 | admin | localhost | NULL | Query | 0 | init | SHOW FULL PROCESSLIST |
+------+-------+-----------+------+---------+------+-------+-----------------------+
2 rows in set (0.00 sec)
I have strace the PID

Code:
# timeout 1m strace -f -c -p 5873
Process 5873 attached with 30 threads - interrupt to quit
Process 10499 attached (waiting for parent)
Process 10499 resumed (parent 5873 ready)
Process 10502 attached (waiting for parent)
Process 10502 resumed (parent 5873 ready)
Process 10503 attached (waiting for parent)

[code]....

I found with google a hint for high cpu URL....I have deinstalled "health monitor" module, but that was not the reason.I use plesk 12.0.18 Update #38 with CentOS 6.6 (Final).

View 2 Replies View Related

Plesk 12.x / Linux :: SSL - How To Migrate From Admin To Domain Area

Jan 15, 2015

I generate the ssl for my customer going into this direction:

Tools & Settings > SSL Certificates > add new

I put the key there its ok until here.

Then I follow this: After adding an SSL certificate to a domain, you need to enable SSL support and select that certificate in the website hosting settings: Websites & Domains > Hosting Settings of this domain > Security.

But the dropdownlist there are not SSL with the name that i create on panel.

View 4 Replies View Related

Plesk 12.x / Linux :: How To Setup Fail2ban For Admin Access

Feb 3, 2015

I have just looked at the plesk panel log - /usr/local/psa/admin/logs/panel.log - and seen an alarming number of attempts to access plesk using the admin user. i.e.

[2015-02-02 14:53:46] ERR [panel] [Action Log] Failed login attempt with login 'admin' from IP 50.62.148.176

I have fail2ban installed and set up for other things...

View 2 Replies View Related

Plesk 12.x / Linux :: How To Change Admin Password For WordPress

Feb 26, 2015

To be clear i don't mean the wp-config.php admin password for mysql but the wordpress Plesk admin account that is associated with Log in button

For some reason my user has lost his password and is not able to use the Wordpress forgot password - wizard form at the page where you normally logged on.

I have tried to reset the password via Change Account on the WordPress Installation and it came back with the message

Error: Unable to find the specified administrator account in WordPress. Specify the username of your administrator's account in WordPress. This account will be associated with Plesk.

I have tried to add another admin via MySQL with this [URL] ... and that didn't work either.

View 4 Replies View Related

Plesk 11.x / Linux :: Two Passwords For Admin In Control Panel?

Nov 14, 2014

Why can i login with two different passwords for the user admin in plesk control panel?

View 1 Replies View Related

Plesk 12.x / Linux :: Admin Account Get Logged Out After A Minute

Feb 26, 2015

I'm running Plesk 12.0.18 Update #36 on CentOS 6.6 and when I log in, after just a minute of inactivity or so I get logged out.

The period of inactivity is set to 60 minutes, so that shouldn't be the problem.

View 7 Replies View Related

Plesk 12.x / Linux :: Admin Area Shows 502 Bad Gateway?

May 28, 2015

After yesterday autoupdate (to Plesk 12.0.18 Update 48) admin area shows:

502 Bad Gateway
nginx

While navigating to Tools & Settings:

ERROR: Zend_Controller_Exception: SQLSTATE[HY000] [2002] Connection refused#0 /usr/local/psa/admin/externals/Zend/Db/Adapter/Pdo/Mysql.php(109): Zend_Db_Adapter_Pdo_Abstract->_connect()
#1 /usr/local/psa/admin/externals/Zend/Db/Adapter/Abstract.php(459):

[Code]....

View 1 Replies View Related

Plesk 11.x / Linux :: Cannot Login To Admin Panel After Update

May 17, 2014

I am using CentOS 6.4... I cannot login to the admin page. Showing this message:

Error: Unable to log you on. An internal error occurred in the Single Sign-on authorization engine. Please try to log in later, and contact your hosting service provider if the problem persists.

Error log:
Doing restart of Parallels Installer...
2014-05-17 01:08:38: (server.c.1543) server stopped by UID = 0 PID = 10122
2014/05/17 01:15:04 [crit] 16495#0: *1 connect() to unix:/var/run/sw-engine.sock failed (2: No such file or directory) while connecting to upstream, client: 127.0.0.1, server: , request: "POST /plesk-billing/task-manager.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/sw-engine.sock:", host: "localhost:8443"

[Code] ....

I have tried this post: [URL] ....

[root@ns4008757 ~]# /usr/share/plesk-billing/integration --command=repair-all
Customer & Business Manager is not installed yet.
[root@ns4008757 ~]# /usr/local/psa/bin/sso -g
SSO status: on
SSO server url: https://XXX.XXX.XXX.XXX:8443
SSO API version: sw:sso:idp:1_0
SSO Application ID: z9fabw14uesl6ccoz0wnpwk68eghgvs6ny7

After running this two lines, when i login to admin panel, it shows: Can not extract SAML message.

View 1 Replies View Related

Plesk 12.x / Linux :: Change Main User Admin?

Nov 20, 2014

It's possible to change the main plesk user "admin" I would chenge the "name" only because chrome make me crazy with password stored

How can I change from panel or from everywhere the "admin" username without any problem of course in the plesk functionality

View 4 Replies View Related

Plesk 12.x / Linux :: Difference Between Login - Root And Admin?

Apr 3, 2015

During the installation of Plesk, at first it used the root password, and then had me create an "admin" user.

When I log in using either I don't see any difference in the UI or options. Is there a difference or a reason to use one over the other?

Or is it just to give someone access to admin Plesk without giving them full root password of the server itself?

View 3 Replies View Related

Plesk 12.x / Linux :: Download Admin Manuals For Offline Use?

Jul 24, 2014

Is there any way I can download Plesk admin manuals for offline use?

View 1 Replies View Related

Transfer Accounts To New Server - Unlimited Quota In All Accounts

Jul 17, 2007

Transfer accounts to new server - unlimited quota in all accounts.

I trying

Code:
quotaoff -av
quotaon -av

/scripts/updatenow
/scripts/initquotas
/scripts/fixquotas

Code:
[root@serwer /]# /scripts/updatenow
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Running updatenow manually may cause /scripts to become
out of sync with the cPanel installation. This can cause
a variety of problems.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Code:
[root@serwer /]# /scripts/initquotas
Warning virtual file systems are mounted. Quota's may be counted as double for users who are currently logged in. Please have jailshell users logout before running quotacheck in the future! All jailed users will be logged out in 60 seconds!
Broadcast message from root (Tue Jul 17 19:47:41 2007):
Warning! The system is about to perform quota maintenance. All users will be
logged out in 60 seconds. PLEASE Do not log back in for 30 minutes, or you may
inadvertantly disable your account.
jailshell: no process killed
Quotas are now on

Code:
[root@serwer /]# /scripts/fixquotas
Installing Default Quota Databases......Done
Warning virtual file systems are mounted. Quota's may be counted as double for users who are currently logged in. Please have jailshell users logout before running quotacheck in the future! All jailed users will be logged out in 60 seconds!
Broadcast message from root (Tue Jul 17 19:49:17 2007):
Warning! The system is about to perform quota maintenance. All users will be
logged out in 60 seconds. PLEASE Do not log back in for 30 minutes, or you may
inadvertantly disable your account.
No filesystems with quota detected.
Resetting quota for adamkaro to 1024 M
No filesystems with quota detected.
Resetting quota for adammore to 1024 M
No filesystems with quota detected.
Resetting quota for adamna to 1536 M
No filesystems with quota detected.
Resetting quota for adasmp3 to 1024 M

View 14 Replies View Related

Plesk 12.x / Linux :: Horde Admin Email Removed After Each Update?

Aug 26, 2014

Plesk 12.0.18#14, CentOS6.5

in order to have a Horde admin email we open
/etc/psa-webmail/horde/horde/conf.php

and change
$conf['auth']['admins'] = array();
into
$conf['auth']['admins'] = array('emailaddress@xyz.com');

Works fine. This change than reverses itself after every Plesk update incl micro updates. Are we editing the right file / is there an underlying one we should edit instead? Cannot find a setting in Plesk itself to configure a Horde admin email.

View 4 Replies View Related

Plesk 11.x / Linux :: Stop Sending Notification To Admin Address

Sep 24, 2014

Suddenly my plesk 11.5.30 #47 stops sending notification mails to Administrator email. What can I check to solve the problem.

View 2 Replies View Related

Plesk 11.x / Linux :: Admin Panel - 500 Internal Server Error

Oct 29, 2014

I have experiencing strange behaviour of Plesk admin panel. Actually there were a lot of issues similar with 500 Internal Server error but mine is a bit different..

This is the log came from the '/var/log/sw-cp-server/error_log'

/bin/sh: /usr/share/sw-cp-server/applications-conf.sh: Permission denied
Cannot find config item ["global/SERVERsocket==:8443", ".php", 0]
2014-10-29 19:38:22: (mod_fastcgi.c.1068)

[Code] ....

As you can see there is a line starts with /bin/sh: /usr/share/sw-cp-server/applications-conf.sh: Permission denied and i tried to change this one for permission like 0755 or alternatives for a run but nothings changed. Btw i have plenty of disk space, it wasn't also the case.

I cannot even login with my domain name without 'https' and with the port 8880. It's again giving me the same issue.

BTW i want to give a little extra information; it was a long time that Plesk admin panel working but after today it's stuck in 500 Internal server error. What i tried today that to follow 'How to generate custom self-signed SSL certificates and apply it to Postfix: [URL] ....' , but after 6th step i was decied to stop because i couldnt find the root.pem file a minute and than i wanted to try on plesk and i saw the bad news I don't know it was related but i wanted to share.

View 5 Replies View Related

Windows 2003 Datacenter Edition Vs Enterprise Edition

Sep 1, 2008

I have some questions about Windows 2003. I have tested many different Windows VPS hosts and I have noticed that some of them offers Windows 2003 enterprise edition and some offers Datacenter edition. What is the difference between the two?

I remember that godaddy had datacenter ed and the vps I use now (eukhost) is using enterprise edition.

View 1 Replies View Related

Plesk 12.x / Linux :: Client Disk Space Usage Including Admin FTP Backup

May 7, 2015

It appears that my clients disk space usage calculation is including admin full server FTP backups that I am doing.

This shouldn't be the case, these full server backups that I'm doing should not count towards my clients plans disk space allowance.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved