• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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