Hosting servers

Dedicated Hosting servers – servers optimized for virtualization, multi-site hosting and consolidated infrastructures.

Thursday, May 3, 2018

[VESTACP - 11] INSTALL NET2FTP TO REPLACE THE FILE MANAGER

There is a downside of the heath of VestaCP that is not integrated file manager (File Manager) on the web to manipulate the data on the website, which must use FTP software, the current is already there. You pay $ 50 for permanent use or $ 3 per month. However, we can also install an application that supports FTP connections on the web to replace the File Manager.

FEATURES OF NET2FTP Server access via FTP on the website quickly. Support copy, move, zip, unzip, chmod, delete, rename, download, upload Support Vietnamese (though slightly banana). Create, delete folder. BEFORE INSTALLING NET2FTP Add the required domain for using Net2FTP and then we will use that domain to access this application, can also use the hostname is also. Setting SSL for the domain with Let's Encrypt so that data sent and sent is also a little safer. INSTALL NET2FTP You first download the Net2FTP source code at http://www.net2ftp.com/homepage/download.html and choose to download the full version to use its full functionality. Then extract and upload the contents of the files_to_upload folder to the host via FTP. Next, open the settings.inc.php file and edit the following: 01 $ net2ftp_settings ["email_feedback"] = "webmaster@enter-your-domain-here.com"; Replace webmaster@enter-your-domain-here.com with your email address. 01 02 $ net2ftp_settings ["admin_username"] = "admin"; $ net2ftp_settings ["admin_password"] = ""; Replace the admin name as the username you want to set and enter the password you need to set for this user. This is the admin user. Path of admin page at /index.php?state=login_small&state2=admin&go_to_state=admin but not necessary to enter it. 01 $ net2ftp_settings ["max_filesize"] = "10000000"; Modify the value to the maximum allowed size (in bytes), the default is 10MB. Next is to chmod the temp directory to 777, which is best to leave 755 because you logged in and uploaded by the user who owns the website has the right permissions. Finally, rename the htaccess.txt file to .htaccess if you want Net2FTP to work smoother. USING NET2FTP After you have done the above steps, visit the website containing Net2FTP has just set up you will see this interface: Now, just fill in the FTP information to log on hehe. Note that you can enter FTP server is localhost if login to FTP on the same server installed Net2FTP offline. SECURITY MORE FOR NET2FTP If you need additional security for Net2FTP to ensure that you only use it, you can use the mandatory login feature to access this page. You can follow this tutorial on Apache.

No comments:

Post a Comment