Last update at :2024-05-12,Edit by888u
Fikker is a professional-grade website caching (Webcache) and reverse proxy server software (Reversed Proxy Server) for CDN/webmasters. Fikker cache is equivalent to a reverse proxy+Page caching+Real-time monitoring+Traffic statistics+Turn to management+HTTPS+Anti-CC attackA program that integrates multiple functions. Therefore, Fikker is the most suitable program for building your own CDN! The following blogger will introduce you to the installation tutorial of Fikker.
1. Fikker official website
Click here to enter Fikker’s official website
2. Fikker price
Because Fikker is a commercial product, it requires a fee to use, but there is also a free version. The free version does not seem to support caching. The following is a general introduction, please check the official website for details.
Function list | Free version | Authorized version | Enterprise Edition |
Reverse proxy | Support | Support | Support |
Real-time monitoring | Support | Support | Support |
Traffic statistics | Support | Support | Support |
Move to management | Support | Support | Support |
Cluster management | Support | Support | Support |
Page caching | Not supported | Support | Support |
Regional shielding settings (anti-CC) | Not supported | Support | Support |
One-to-one manual technical support | Not supported | Not supported | Support |
Authorization fee (¥) | 0 yuan/year (7-day full-featured trial) | 399 yuan/year (full function) | Customized quotation on demand |
3. Fikker installation (Linux tutorial)
- Update date: 2020-01-11
- Application platform: 64-bit versions of operating systems such as CentOS 7.x, no requirements for CPU, and more than 4GB of memory (1G is no problem in actual testing)
- The iptables/nginx/httpd service will be closed by default to avoid conflict with Fikker's 80/443/6780 port.
- The Fikker installation package will be downloaded and decompressed by default, installed in the /root directory by default, and finally registered as a system service and started immediately.
1. Installation command: Copy the following command combination to the Linux terminal and execute it together
FikkerInstallDir="/root" # default installation directory FikkerNewVersion="fikkerd-3.8.0-linux-x86-64" # package name service iptables stop 2> /dev/null ; chkconfig iptables off 2> /dev/null ; service httpd stop 2> /dev/null ; service nginx stop 2> /dev/null ; chkconfig httpd off 2> /dev/null ; chkconfig nginx off 2> /dev/null ; systemctl stop firewalld.service 2> /dev/null ; systemctl disable firewalld.service 2> /dev/null ; systemctl stop httpd.service 2> /dev/null ; systemctl stop nginx. service 2> /dev/null ; systemctl disable httpd.service 2> /dev/null ; systemctl disable nginx.service 2> /dev/null ; yum -y install wget ; cd $FikkerInstallDir ; wget -c --no-check -certificate https://www.fikker.com/dl/$FikkerNewVersion.tar.gz && tar zxf $FikkerNewVersion.tar.gz && rm -rf $FikkerNewVersion.tar.gz && cd $FikkerNewVersion && ./fikkerd.sh install && ./fikkerd.sh start && cd $FikkerInstallDir && sleep 5 && echo 'finished!'
2. Login management: Log in to the Fikker management background: http://here is your server IP: 6780/, the administrator’s initial password: 123456
3. Other Fikker commands, need to be used when necessary
One-click script to stop the Fikker program:
service fikkerd stop ; sleep 5 ; echo 'finished!'
One-click script to start the Fikker program:
service fikkerd start ; sleep 5 ; echo 'finished!'
One-click script to restart the Fikker program:
service fikkerd restart ; sleep 5 ; echo 'finished!'
One-click script to completely uninstall/delete the Fikker program (installed by default under the /root directory):
cd /root && cd fikkerd-3.?.?-linux-x86-?? && ./fikkerd.sh stop 2> /dev/null ; sleep 2 ; ./fikkerd.sh uninstall ; cd /root && rm -rf fikkerd-3.?.?-linux-x86-?? && echo 'finished!'
The above is the relevant construction tutorial of Fikker.
Recommended site search: php host, proxy service ip, domain name space proxy, how to query ip address, space rental, US domain name website, free website application domain name, free virtual host, dual-line space, US host network,
发表评论