CentOS Webpanel Module to install,manage and remove Shadowsocks-libev server. I use Shadowsocks to unblock censorship. I also use CWP to host my personal site. Why not host both together.
https://github.com/liptanbiswas/cwp-shadowsocks-serverHow to InstallJust move
ss_server.php to
/usr/local/cwpsrv/htdocs/resources/admin/modules directory. You can run following command to do this directly.
curl -o /usr/local/cwpsrv/htdocs/resources/admin/modules/ss_server.php\
https://raw.githubusercontent.com/liptanbiswas/cwp-shadowsocks-server/master/ss_server.php
The module will now be available on /index.php?module=ss_server
You can also add a link to the CWP menu by running.
echo '<li><a href="index.php?module=ss_server"><span class="icon16 icomoon-icon-arrow-right-3"></span>Shadowsocks</a></li>'\
>> /usr/local/cwpsrv/htdocs/resources/admin/include/3rdparty.php
Module will now be available under
Developer Menu >> Shadowsocks.
More info here.
https://github.com/liptanbiswas/cwp-shadowsocks-server