KBPack a package for installing pre-compiled utilities, libraries, services, etc. and extending some functionality on QNAP TS-101/TS-201. The application contains a Web UI to manage the services/functions (see below) supported by itself.
Function/Service Supported:
Apache HTTPd
- Max Connections limitation
- Bandwidth limitation
MySQL (need MySQL Pack v0.3.4 or higher installed)
- Enable/Disable TCP/IP Networking
- Set Port Number
- Change root Password
MTA (Message Transfer Agent, sendmail like utility - using sSMTP)
- Support PHP mail() function
- Set SMTP Server Name
- SMTP Authentication
- Send Test Message
How to install:
Upload KBPack tar file to a share folder (e.g. /share/KBPack) via SAMBA/FTP.
Here, using the user ID, administrator to access the share folder is recommanded.
Login in your TS-101/TS-201 via Telnet
TS-101 Firmware Telnet Version can be downloaded on http://www.qnap.com.tw/download.asp
Use tar to unpack/extract KBPack-v0.1.tar.
# cd /share/KBPack
# tar -xf ./KBPack-v0.1.tar
After executing the preceding commands, you can find a folder named KBPack in /share/KBPack.
Run install.sh to install KBPack
# cd KBPack
# ./install.sh
Use KBPack with your browser (Firefox or IE)
http://IP_OF_YOUR_NAS_SERVER:6000/KBPack/ or http://IP_OF_YOUR_NAS_SERVER:6000/cgi-bin/KBPack/
*Note: Please disable Recycle Bin before installing KBPack.
How to un-install:
Login in your TS-101/TS-201 via Telnet
Run uninstall.sh to un-install KBPack
# cd /share/KBPack/KBPack
# ./uninstall.sh
Requirements:
· MySQL Pack for QNAP TS-101/TS-201 (recommended)
What's New in This Release:
· KBPack supports the maximum number of connections limitation and bandwidth limitation of Apache HTTPd.
· KBPack supports functions like enabling and disabling TCP/IP networking, setting the port number, and changing the root password of MySQL (which requires MySQL Pack to be installed).
· KBPack provides an MTA (Message Transfer Agent, using sSMTP) which can support the PHP mail() function.
Product's homepage