Home

Awesome

English | 中文文档
<h2 align="center"> <a href="http://kodcloud.com/" alt="logo" target="_blank"><img src="https://raw.githubusercontent.com/kalcaddle/static/master/images/kodbox/icon_512.png" width="120"/></a> <br><br><b>kodbox</b><br> </h2> <h4 align="center">Multi-cloud • Filemanager • Collaboration</h4> <p align="center"> <a href="http://kodcloud.com/" target="_blank">Home</a> • <a href="https://kodcloud.com/download/" target="_blank">Download</a> • <a href="https://doc.kodcloud.com/v2/#/" target="_blank">Doc</a> • <a href="https://github.com/kalcaddle/kodbox/blob/master/ChangeLog.md" target="_blank">Changelog</a> </p>

kodbox is a file manager for web. It is also a web code editor, which allows you to develop websites directly within the web browser. Self-hosted file management system with muilt-cloud support. You can run kodbox either online or locally,on Linux, Windows or Mac based platforms. The only requirement is to have PHP 5 available.


Demo [user: demo/demo]

img

img

✨ Features:

⚡ Detailed functions:


🛠️ Install

# Install from source
git clone https://github.com/kalcaddle/kodbox.git
chmod -Rf 777 ./kodbox/*

# Install via download
wget https://github.com/kalcaddle/kodbox/archive/refs/heads/main.zip
unzip main.zip
chmod -Rf 777 ./*

nginx rewrite

location / {
  if ( !-e $request_filename){
      rewrite ^[^index\.php](.*)$ /index.php?$1 last;
  }
}

Software requirements

Tips: It can also run on a router, or your home NAS

Screenshot


Desktop

img

<!--![img](https://raw.githubusercontent.com/kalcaddle/static/master/images/kodbox/desktop-2.png)-->

File manage

img

img

img

img

img

img

User

img

img

Admin area

img

img

img

License

kodcloud is issued under GPLv3. license.License
Contact: kalcaddle#qq.com
Copyright (C) 2013 kodcloud.com