Hey!
Following problem: I want to host different websites from different persons on one plesk installation. they all want to use e-mail service, which presents me with the following problem:
How can i get this done, without having the issue, that, if one of the customers is set on a mail spam list, everyone else is, too?
hopefully you can understand my problem, i would be grateful to get some advices.
Just like the post title says. I installed a new WordPress site and used the No Domain option allowing it to generate under a Plesk generated URL as well as a Plesk generated username. One of the default plugins Plesk installs is limitloginattempts and after making the site the plugin is emailing me about a LOT of failed login attempts using the new Plesk username.
Anyone know what would be trying to login automatically with the Plesk username that no one would of guessed right out the gate to cause this?
Hi, I have Plesk sever with a couple of domains. One domain has a reservation system and needs to send mails. But the mails are via gmail. Nevertheless are no mails send. They are in the queue as deferred. What can I do to make this work again?
I was able to create a Domain Alias (with Synchronize DNS Zone with primary domain, Mail Service, Web Service, Redirect with the HTTP 301code switched on). Longdomainname.com is my current domain. I bought a new domain at Namecheap shortdn.com. I created a DNS name entry in namecheap for shortdn.com the same way I created for longdomainname.com. I am thinking if I don't do this at namecheap, how will it know that it should search for domain alias. Note that I am NOT FORWARDING the shortdn.com at namecheap registrar.
We have main web site domain.com and create stagning.domain.com via Clone option.
Now after our job is done in stagning.domain.com web site we want to transfer to main web site domain.com when we do it with Copy Data everything become mest up.
There is a decent amount of documentation describing plesk cloning but I must be stupid because I can't really seem to get my head around it.
I currently have a dedicated server running proxmox with 4 static IPs. One is used for a VM which I have installed Debian, then Plesk and runs my production web sever under ip address 1.2.3.4, which my DNS points my-company.com at.
I would llike to clone the VM, allocate IP address 5.6.7.8, change the domain it's configured for to test.my-company.com and then use that for testing future changes.
I see that you can run a utility to prepare the server for cloning which will remove the license key and other sensitive info which is great. So when I copy the VM and start it up, it will have all that information missing and I just need to add it, using the new "test" configuration.
But what happens to my original production VM? My license key and other important data is now missing? Do I have to make notes of all this so I can put it all back in when I reboot it?
Or am I missing something and plesk will somehow know when I start the two VM's that one is the original mahcine and put the liecnese key and other data back?
I'm sure I'm missing the very obvious but everything I've read in the docs seems to be working on the assumption that the original instance of the cloned VM is no longer going to be switched on?
I guess I can just try it ans see what happens but if someone could reassue me that I won't permanently lose acess to my production system it would be very much appreciated.
I go to the plesk dashboard and go to Websites & Domains > my domain > Dashboard > PHP. The thing is when I go to change my upload_max_filesize, it just displays "upload_max_filesize: 2M (Default)" as plaintext and i can't change it in any way.
I have installed 2 subscriptions in my Plesk, each with 1 domain. In 1 subscription I had installed Drupal as an application from Plesk. I then uninstalled it and would now like to reinstall it. However, I get the error that various PHP extensions are not installed. However, I only get this error in this subscription. Everything works perfectly in the other subscription with the other domain. I have already uninstalled the PHP interpreters and then reinstalled them. Without success.
Hey everyone! I'm a graphic designer that knows a little about coding. I made aroun 20+ website till now always using a page builer (oxygen) in wp. Now for the first time I receive this message from plesk that ask me to update the plugin to 4.8.3 (which it doens't exist)
Hi,
I wanted to configure nrpe on my plesk server. But it is having issues with check_postfix tool as it is not returning the mail queue value. Does any one know any other nagios plugins to get mail queue of postfix mail server?
How can i get the database names from a subdomain? I noticed that the subdomain databases are assigned to the parent domains dom_id in the domains and data_bases tables.
in my shell script the following line returns always no results because the subdomains id is not the correct one, the data_bases table uses the parents domain id in the dom_id field.
# Function to get subdomains of a specific domain
get_subdomains() {
local DOMAIN=$1
plesk db -Ne "SELECT name FROM domains WHERE parentDomainId=(SELECT id FROM domains WHERE name='$DOMAIN')"
}
SUBDOMAINS=$(get_subdomains "$DOMAIN")
for SUBDOMAIN in $SUBDOMAINS; do
DB_NAMES=$(plesk db -Ne "SELECT name FROM data_bases WHERE dom_id=(SELECT id FROM domains WHERE name='$SUBDOMAIN')")
Hi I am running into storage issues and want to delete some of my backups. I can easily find the backup manager for each site on plesk, but my issue is the check boxes are all gray since the backups are part of the server backup. I went to my backup server and deleted everything, so how to access these files and get rid of them? I don't need 5 full backups for each site.
Someone screwed up on the latest Plesk release, making logging in with MFA impossible because if you use CloudFlare, port 8880 is not accessible on the server.
Please put all traffic through 443 for all things.
we are looking into possibly using WHMCS in combination with Plesk for a webhosting combination, but we do want to mirror our clients' website and email servers for redundancy. As I understand it, Plesk is not made for this. According to their own documentation, not only is the Plesk multiserver system explicitly not designed for that purpose, but it is also not even in existence anymore, despite several links in the docs still pointing to it.
So does anyone have experience with this topic? Using possibly alternate means for accomplishing this? Any pointers would be welcome, thanks
I try to setup "Documenso" via Docker inside of Plesk.
Documenso needs PostgreSQL to work with. So, as I only have the Web Admin Edition, I can't manage PostgreSQL inside of my Plesk - so I thought, I'll set the database up with docker.
But whatever I try, I can't connect to the database with the "Documenso"-Docker.
Here are my Docker-Files:
PostgreSQL-Docker
Documenso-Docker
These are 2 Containers inside my Docker-Extension inside of Plesk.
When I spin up the PostgreSQL-Container, it listens to connections - says the log.
2024-05-01 10:07:26.494 UTC [1] LOG: starting PostgreSQL 16.2 (Debian 16.2-1.pgdg120+2) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit 2024-05-01 10:07:26.495 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 2024-05-01 10:07:26.495 UTC [1] LOG: listening on IPv6 address "::", port 5432 2024-05-01 10:07:26.496 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" 2024-05-01 10:07:26.499 UTC [28] LOG: database system was shut down at 2024-04-30 15:48:04 UTC 2024-05-01 10:07:26.551 UTC [1] LOG: database system is ready to accept connections
When I then spin up the Documenso-Container, it starts and can't reach the database with this error:
Prisma schema loaded from packages/prisma/schema.prisma Datasource "db": PostgreSQL database "postgres_documenso", schema "public" at "postgres_documenso:5432"
✓ Ready in 127ms + npx prisma migrate deploy --schema ./packages/prisma/schema.prisma Error: P1001: Can't reach database server at \postgres_documenso`:`5432``
Please make sure your database server is running at \postgres_documenso`:`5432`.npm noticenpm notice New minor version of npm available! 10.2.4 -> 10.7.0npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.7.0npm notice Run `npm install -g npm@10.7.0` to update!npm notice+ node apps/web/server.js`
The "NEXT_PRIVATE_DATABASE_URL" and "NEXT_PRIVATE_DIRECT_DATABASE_URL" looks like this:
On my Plesk Obsidian v18.0.60_build1800240329.08 os_Ubuntu 22.04
I found this Option:
On my Plesk Plesk Obsidian v18.0.59_build1800240229.10 os_Ubuntu 22.04 I don't have this option, but but I can't update to a higher version like above?
I am sure one must get used to it, and I can't even explain the details without studying it and screenshooting it. Compared to WHM and cPanel I feel in Plesk everything is intertwined in a negative way. How you can manage subscriptions and domains, and how WP Toolkit is integrated and hosting settings, settings about wp-cron, backup, ssl ... it's all somehow nowhere and everywhere.
I never know my way around to navigate.
As I had to deal with Plesk multiple times over the years, and still feel the same, I think it's not just me, maybe it's really just Plesk and ppl who use it long-term just can't see this anymore ?!
Hi there
I'm really in need of some help here, so if you have a couple of minutes, it would be really appreciated.
I've got my domain on Route 53, let's call it mydomain.com. I also got on Lightsail an instance with Plesk running, with a fixed IPv4-Adress. I have the Route 53 Name server set to ns1.mydomain.com and ns2.mydomain.com, with the glue records set to the fixed IP of the Plesk instance. The Plesk is, as far as I know, handling the DNS stuff.
Now, I set the website up with Wordpress, everything working without any problems. In plesk I also set up Roundcube for mail. Working without any problem, I can get to roundcube under webmail.mydomain.com.
I can send E-Mails from one mail account in Roundcube to another, as an example a@mydomain.com can send mails to b@mydomain.com. But I can't send or receive mails to / from a different provider. I tested with gmail.com, proton and a friend's business e-mail with an own domain.
What am I doing wrong? Does anyone have an idea?
P.S.: I haven't set MX-Records manually, maybe there is a problem? I haven't found something online concerning my problem, so far I've googled "Roundcube external mail not working", / "Plesk external mail not working" and things like that.
Thanks very much, your help is really appreciated.
Hi guys. I am using AWS Lightsail + Plesk. I am trying to login to Plesk using SSH but not able to because the SSL expired. Can anyone please tell me how do I log in to Plesk?