• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Helping a beginner Plesk user

KBS

New Pleskian
Hello. I'm a very beginner Plesk user, running v12 on Linux. I have a few questions and would appreciate any guidance...

1. FTP account details - Is there a way to run the FTP account on an IP address only? I'm working with a staging site, so the DNS is not connected and I can't use the usual URL in the Connecting Server box. I've tried various combinations of the IP address with no luck.

2. File size - I need to increase the upload file size heavily, and see that I need to edit the php.ini file, but where do I go to find/edit this (this may be a very silly question I realise)?

Any help would be greatly appreciated. Thanks.
 
1. Do you have added any domain in your Plesk? This domain is assigned to some IP address. You should be able connect to this IP address to port 21 with your ftp user login credentials.
2. http://kb.odin.com/en/125672
 
Hello. I'm a very beginner Plesk user, running v12 on Linux. I have a few questions and would appreciate any guidance...

1. FTP account details - Is there a way to run the FTP account on an IP address only? I'm working with a staging site, so the DNS is not connected and I can't use the usual URL in the Connecting Server box. I've tried various combinations of the IP address with no luck.

If you mean using the IP address as the FTP host, yes of-course this is already possible default...
 
2. File size - I need to increase the upload file size heavily, and see that I need to edit the php.ini file, but where do I go to find/edit this (this may be a very silly question I realise)?

Any help would be greatly appreciated. Thanks.
This depends on how you are running PHP either as FastCGI or Apache Module.

In both cases, you can find the location of the loaded PHP.ini file by running the following code in a PHP script:

Code:
phpinfo();
 
Thanks for the replies.

IgorG - yes I have a few domains setup in the same webspace, which have the same IP address, but I still can't connect. In server box I've tried all variations, e.g. xx.xx.xxx.xxx (IP address) or FTP.xx.xx.xxx.xxx or ftp://xx.xx.xxx.xxx - none are working.

Thanks for the reference on max file size.
 
Are you sure that ftp service is up and running on your server? Check it with

# lsof -i tcp:21

Maybe it is firewalled?
 
This command should be started in CLI (command line interface) and show you that ftp service port 21 is listened or not.
 
Thanks for the replies.

IgorG - yes I have a few domains setup in the same webspace, which have the same IP address, but I still can't connect. In server box I've tried all variations, e.g. xx.xx.xxx.xxx (IP address) or FTP.xx.xx.xxx.xxx or ftp://xx.xx.xxx.xxx - none are working.

Thanks for the reference on max file size.

You could also give us your log / error you get when attempting to connect to your FTP server.
 
Back
Top