Plesk 11.x / Linux :: Cannot Ssh Or Login To Server - Access Restricted

Apr 13, 2015

I cannot SSH or login into Plesk Admin panel. Once I tried SSH, it says 'connection refused'. Once I tried login into admin panel, it says 'Error: Access for administrator from address 'xxx.xxx.xxx.xxx' is restricted in accordance with IP Access restriction policy currently applied.

Tried restarting the plesk server too. Nothing seems working.

View 2 Replies


ADVERTISEMENT

Plesk 11.x / Linux :: Sitebuilder Extension - Access Denied When Login As Client

Sep 10, 2014

I installed the SiteProBuilder (from the www.site.pro page) in extensions of the Parallels Plesk Panel 11.5.30. I installed from .zip file on administrator account of Plesk Panel. The extension SiteBuilder was shown in all administrated subscriptions. On administrator account the extension works properly but when I log into the Plesk Panel as a client of one subscription then extension doesn't start and message is displayed: "Error: access denied".

View 3 Replies View Related

Plesk 11.x / Linux :: Cannot Login Or SSH Into Server

Feb 16, 2015

I cannot login to Plesk server with admin credentials as it says Error: Access for administrator from address 'xx.xx.xx.xx' is restricted in accordance with IP Access restriction policy currently applied. Also I cannot SSH to server and it says connection refused.

View 2 Replies View Related

Plesk 12.x / Linux :: Cannot Login Server

Mar 20, 2015

I cannot login server:8447

1. netstat -anp |grep 8447 = nothing
2. iptables -L Chain INPUT (policy ACCEPT) - empty; Chain FORWARD (policy ACCEPT) - empty; Chain OUTPUT (policy ACCEPT) - empty

This happened after the unsuccessful upgrade.

Code:

Execution failed.
Command: autoinstaller
Arguments: Array
(
[0] => --select-product-id
[1] => plesk
[2] => --select-release-current
[3] => --upgrade-installed-components
[4] => --include-components-from-class
[5] => vendor=parallels
[6] => --include-components-from-class
[7] => patched

[code]....

ERROR: Failed to download the package URL...transfer closed with 205 bytes remaining to read..Not all packages were installed.Please try installing packages again later.try installing the packages again.

View 9 Replies View Related

Plesk 12.x / Linux :: Redirecting To Server URL For Login To Panel

Mar 25, 2015

How do they redirect to the Server URL in CPanel.

Eg. <Domain.tld>/cpanel

I looked for directory called /cpanel but non-exist.

I wish to use the same method to redirect to Plesk Panel <Domain.tld>/ppp if possible.

View 1 Replies View Related

Plesk 12.x / Linux :: Access To Server Over SSH Forbidden

Aug 4, 2014

Since one of my scripts was not working fine I came up with enabling

" Home>Subscriptions>tld>Websites & Domains>Web Hosting Access = > Access to the server over SSH : forbidden to /bin/sh "

Is it safe or not?

View 2 Replies View Related

Plesk 11.x / Linux :: No Access Because Server Redirects To Its Hostname

Mar 10, 2013

I enter one of my IPs or the hostname belonging to this IP, followed by the Plesk port, and I get redirected to the "main" hostname of the server, which was set in Plesk. But at this moment that hostname is used by another server (my old server) and so I'm redirected to the other server and cannot access Plesk on the new server.

I don't know why Plesk reacts like this, because it did not on the old server. Here the problem more detailed:

I'm just configuring my new server with Plesk 11. My old server uses Plesk 10. On my old server / in Plesk 10 I have the following scenario:

- I have several IPs (10)
- Each IP is used for a different domain
- Each IP has it's domain as the reverse entry (configured outside of the server/Plesk)
- Each IP is set to "Dedicated" in Plesk
- I set Plesk to listen only on one of these IPs (and different port)
- Several domains are created in Plesk, but not a domain for my Plesk IP
- The server's name is one of the domains (required for mails not being recognized as spam)
- The hostname of the Plesk IP is one assigned by my provider (something like x-x-x-x.xyzservers.com)
- Entering the IP of Plesk redirects to the "Plesk hostname"
=> Plesk can be accessed by using x-x-x-x.xyzservers.com:myport

And under Plesk 11 (here comes the problem):

- Still several IPs (but less: 4)
- One IP should be used for Plesk, one for domain X, one for domain Y and the last one for the other domains
- Reverse entries are x-x-x-x.xyzservers.com for Plesk IP, domain X/Y for two other IPs and the main domain for the last IP
- Plesk IP and the two single domain IPs are configured as dedicated, the last one as shared
- At this point I did not configure any domains in Plesk
- Server's name is the same as my old server (the main domain)
=> Entering any IP with the Plesk port redirects to the servers hostname, e.g. my main domain, which is still on the old server.
=> Result: I cannot access Plesk!

Of course I could just change the hostname of the server via SSH (just have to find out how to do this), but why does Plesk react in another way now? Or is the problem that I cannot change Plesk to listen on only one IP?

View 7 Replies View Related

Plesk 12.x / Linux :: How To Access Backup (Server Repository) Via FTP Client

Oct 22, 2014

I host a number of large sites (20GB+) on my VPS server running Centos6 and Plesk Panel 12. Due to the large sites I don't want to keep multiple backups on the actual server because it would take too much disk space. When I create a backup to the server's repository all is good, but when I click the green arrow to download the backup it takes a long time and then it fails with a timeout error. On some smaller sites it takes a while but eventually downloads the tar.

So my question: Is it possible to access the Server Repository via FTP? How and where would I set this up? Presumably it would be a better way to download these large archive files?

View 8 Replies View Related

Plesk 12.x / Linux :: SSH Access To Server With Hosting Username It Disconnects

May 18, 2015

When I try to SSH to server with hosting username it disconnects and says in secure.log:

May 18 14:33:40 mail sshd[22764]: error: ssh_selinux_setup_pty: security_compute_relabel: Invalid argument

I run Plesk 12, sepolicy is Permissive.

View 1 Replies View Related

Plesk 12.x / Linux :: CLI Database Server Settings - Access Control

Jun 10, 2015

i would like to change the access control for datebase users via CL: command: /usr/local/psa/bin/database --update-dbuser web1_presta -server localhost:3306 reply: The database user was successfully updated. examination: mysql> select host, user from mysql.user;

+-----------+------------------+
| host | user |
+-----------+------------------+
| % | web1_presta |
| localhost | web1_oxid |
| localhost | web1_presta |
| localhost | web1_shopware |
| localhost | web1_wp |
+-----------+------------------+

Only when using the GUI:
home -> Subscriptions -> Website & Domains -> Databases -> Users -> web1_wp -> Access control
-> from Allow remote connections from any host
-> to Allow local connections only

is also the user adjusted:
mysql> select host, user from mysql.user;
+-----------+------------------+
| host | user |
+-----------+------------------+
| localhost | web1_oxid |
| localhost | web1_presta |
| localhost | web1_shopware |
| localhost | web1_wp |
+-----------+------------------+

View 2 Replies View Related

Plesk 12.x / Linux :: Setup VPM Tunneling - Access Samba Share From Server

Aug 18, 2014

I have a rented VPS with 2TB of disk space and a plesk license in order to host the sites that i develop and my sites, and found myself with around 1.8TB of free space, plesk samba management and plesk vpn management but with few missing pieces for my idea. My idea was to setup vpn tunneling between my laptop and desktop to plesk server and access samba share from the server like they were in my LAN.In the firewall I have opened only the classic mail and web ports (obviously plesk access too).

View 2 Replies View Related

Plesk 12.x / Linux :: Save Access Logs Of Websites On External Server

Oct 24, 2014

I want to save the access logs of our websites on an external server. If I do this now with the default setup, the gets overwritten every day. The desired file name format whould be: websitedomain-tld-access-2014-10-24.log

How can I tell Plesk to do this and how can I make sure the statistics keep working?

On our other servers we use rotatelogs for this.

View 3 Replies View Related

Plesk 11.x / Linux :: POP Login After Upgrade

Jun 17, 2013

Over the weekend, I upgraded from Plesk 10.3 to Plesk 11.5, using the updater in the control panel. Everything seemed to go well. However, this morning I've noticed that some, not all, email accounts are having trouble logging into the server to send and receive mail. Other accounts are working fine.Via POP, I get this error: -ERR Temporary problem, please try again later

Via SMTP, I get this error:
535 auth failure

I see this in the maillog:

Jun 17 07:15:05 [server] courier-pop3d: LOGIN FAILED, user=[username], ip=[::ffff:xxx.xxx.xxx.xxx]
Jun 17 07:15:05 [server] courier-pop3d: authentication error: Input/output error

And this... Jun 17 07:24:50 [server] smtp_auth: FAILED: [email address] - password incorrect from [host] [xxx.xxx.xxx.xxx]

I replaced the server name, username, host, and IP in the above.

Here are the steps I've tried so far.
- Changing the password using the control panel.
- Updating the number of daemons in authdaemonrc
- Restarting the services

View 3 Replies View Related

Plesk 12.x / Linux :: Login Not Possible After Upgrade?

Jun 27, 2014

I just upgraded my Plesk on Ubuntu (vServer) yesterday. But after the upgrade I couldn't login to the Panel anymore because all I get when I try to reach the panel (https://panel.examplesite.com:8443) is a white screen.

I rebooted the server and restarted the panel as well as Apache several times with no change.

View 10 Replies View Related

Plesk 12.x / Linux :: Cannot Login After Update From 11.x To 12.0.18

Jun 26, 2014

I have VPS Server with Parallels Plesk 11.5.30 (64 bits) on OVH.ORG..Today i do Update to newest version via https://MY-IP:8447

Code: [URL] .....

Now i cant login to my server: [URL] ....

How can i repair it. I dont wanna install again Plesk Panel becouse i have a lot of configuration and email adress.All components like Apache Mysql, ftp works good, but i cant only login.

View 1 Replies View Related

Plesk 12.x / Linux :: FTP Login Is Not Possible Anymore

Jun 8, 2015

It seems like I have got a lot of trouble with Plesk 12 on a CentOS 7 machine.

1. I could not install Plesk properly due to some drweb problem.
2. Than the smb configuration seems only to be implemented partly.
3. Suddenly FTP login is not possible anymore (503 Access denied)

And now even Apache is not running anymore!

Code:

Unable to generate the web server configuration file on the host <xxxxxxx.dyndns.org> because of the following errors:

Template_Exception: [Mon Jun 08 14:16:28.058302 2015] [so:warn] [pid 4230] AH01574: module actions_module is already loaded, skipping
[Mon Jun 08 14:16:28.063364 2015] [so:warn] [pid 4230] AH01574: module headers_module is already loaded, skipping
[Mon Jun 08 14:16:28.063957 2015] [so:warn] [pid 4230] AH01574: module logio_module is already loaded, skipping
[Mon Jun 08 14:16:28.066150 2015] [so:warn] [pid 4230] AH01574: module suexec_module is already loaded, skipping
httpd: Syntax error on line 357 of /etc/httpd/conf/httpd.conf: Syntax error on line 5 of /etc/httpd/conf.d

[code]....

View 1 Replies View Related

Plesk 11.x / Linux :: Login Blank Page?

Sep 10, 2014

I'm running plesk 11.0.9 on Centos 6. I can't login anymore, the administration login page is just a blank page. The error in the log file is:

(mod_fastcgi.c.2746) FastCGI-stderr: PHP Fatal error: Call to a member function getContext() on a non-object in /usr/local/psa/admin/plib/Navigation.php on line 54

View 2 Replies View Related

Plesk 12.x / Linux :: Disable Login On Domains

Nov 30, 2014

I would like my clients only to be able to access Plesk Panels from a certain domain, instead all from or with all the domains hosted on our server, is there a way to accomplish that?

View 1 Replies View Related

Plesk 11.x / Linux :: Login To Horde Webmail Not Possible

Jul 13, 2012

When I try to login via webmail horde I get always:

Login failed because your username or password was entered incorrectly.

The logfile shows:

Jul 13 12:23:32 HORDE [error] [imp] FAILED LOGIN for mail@domain.tld [1.2.3.4] to to {127.0.0.1:143 [imap/notls]} [pid 5358 on line 139 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]Click to expand...

View 17 Replies View Related

Plesk 12.x / Linux :: Cannot Login - Unknown Database PSA

Feb 22, 2015

ERROR: Zend_Db_Adapter_Exception: SQLSTATE[HY000] [1049] Unknown database 'psa' (Abstract.php:144)

View 3 Replies View Related

Plesk 12.x / Linux :: FTP Login Error 530 After Install

Nov 8, 2014

I just finished installing Plesk Panel 12. I seems like that everything is working as it should, except for FTP. I am not able to login with any FTP accounts.

View 13 Replies View Related

Plesk 12.x / Linux :: Login Screen Shown Very Often

Jun 16, 2015

Version: Parallels Plesk v12.0.18_build1200140610.21 os_Ubuntu 14.04

After a few minutes or after specific actions Plesk shows the login screen without obvious reason. For example when I am trying to modify a file online and try to save it for the second time it always shows the login screen.

Also, when I enter the credentials I can see that the previous session(s) remain open. I have configured the session idle time to 1000 minutes, although I do not remain idle for 300 min anyway.

View 2 Replies View Related

Plesk 12.x / Linux :: Panel Login 404 Error

Jun 9, 2014

After a fresh install on a Debian Wheezy system, I get the following error(s) when trying to access the control panel.

https://sub.example.com:8443/
404 Not Found
Nginx

My log

Code:
2014/06/09 19:04:15 [warn] 32236#0: conflicting server name "" on 0.0.0.0:8443, ignored
2014/06/09 19:04:26 [error] 22597#0: *43 "/usr/share/html/index.html" is not found (2: No such file or directory), client: 68.51.77.126, server: , request: "GET / HTTP/1.1", host: "sub.example.com:8443"

While http://sub.example.com:8880/ works fine

View 4 Replies View Related

Plesk 12.x / Linux :: Error On Login - Too Many Connections

Mar 11, 2015

When a login to my plesk, i look this error:

ERROR: Zend_Db_Adapter_Exception: SQLSTATE[08004] [1040] Too many connections (Abstract.php:144)

ERROR: Zend_Db_Adapter_Exception: SQLSTATE[HY000] [2002] No such file or directory (Abstract.php:144)

ERROR: Zend_Db_Adapter_Exception: SQLSTATE[HY000] [2002] Connection refused (Abstract.php:144)

View 2 Replies View Related

Plesk 11.x / Linux :: Root Login To Backup All Database

Mar 12, 2015

Any way to backup every SQL Databases at once ?

At the moment i need to configure each subscription on my backup program to backup each sql database.

there is any way to set a login that back's up all the databases?

And for the ftp files?

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 :: FTP Login Suddenly Does Not Work Anymore

Jun 8, 2015

I have a freshly installed Plesk 12 on CentOS 7.

FTP logins worked fine yesterday. Today I get a 530 Login incorrect.

I think the only change since yesterday was a server reboot.

/var/log/secure tells me that /etc/ftpusers is missing

Code:
Jun 8 00:33:19 macbook proftpd: PAM unable to dlopen(/usr/lib64/security/pam_stack.so): /usr/lib64/security/pam_stack.so: cannot open shared object file: No such file or directory
Jun 8 00:33:19 macbook proftpd: PAM adding faulty module: /usr/lib64/security/pam_stack.so
Jun 8 00:33:19 macbook proftpd: pam_listfile(proftpd:auth): Couldn't open /etc/ftpusers

What went wrong, what would be the solution?

View 3 Replies View Related

Plesk 12.x / Linux :: Horde Login Failed Since Update

Sep 26, 2014

Since the update from 11.5 to 12 working Horde login no longer, IMAP works otherwise perfect.

psa-horde.log:
ERR: HORDE [horde] FAILED LOGIN for info@xydomain.tld (info@xydomain.tld) [xx.xx.xx.xx] to horde [pid 20347 on line 216 of "/usr/share/psa-horde/login.php"]
xx.xx.xx.xx = Server-IP

Message from the Horde:
Login failed.

(Email / password are of course correct)

View 15 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 :: Login Failed With 502 Bad Gateway - Nginx

Feb 27, 2015

Today morning a logged in in plesk without problems and started Fail2Ban and closed it. Now I want logged in and get only 502 bad gateway. All Domains working fine and shell access working fine too.

What happen here? What can I do?

View 1 Replies View Related







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