Installation

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

Installation Instructions

  1. Copy the distribution files to your web server inside the "/ckfinder/" folder or any other folder in your web site.
  2. Create a folder in the server to hold all uploaded files. By default, CKFinder is configured to use the "/ckfinder/userfiles/" folder in your web site.
  3. Make the above user files folder writable by the internet user. On Windows, give write permissions to the IUSR_<ServerName> user. On Linux, chmod it to 0777. NOTE: usually setting permissions to 0777 is insecure, it is advisable to change the group ownership of the directory to the same user as apache and add group write permisions instead. Please contact your system administrator in case of any doubts.
  4. Edit the config.php file. Be sure you have correctly set all settings in that file, and that you have enabled CKFinder on it. See Configuration
  5. Make sure that PHP is configured properly: GD extension should be enabled and safe mode should be disabled.

You should be ready to go. Just browse _samples/php/standalone.php to test and see CKFinder.

Security Tips

  • On Apache, you may disable the PHP engine in the user files folder by copying the "/userfiles/.htaccess" file inside your destination folder.
  • The config.php file contains many important security settings. Be sure you have reviewed and understood all of them.
  • For more security tips see Security section.
This page was last edited on 2 September 2010, at 23:39.