Author Topic: [module] Shadowsocks Server Module for CWP  (Read 10110 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
[module] Shadowsocks Server Module for CWP
« on: October 05, 2019, 06:04:09 PM »
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-server

How to Install
Just move ss_server.php to /usr/local/cwpsrv/htdocs/resources/admin/modules directory. You can run following command to do this directly.

Code: [Select]
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.

Code: [Select]
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

« Last Edit: October 05, 2019, 06:13:15 PM by liptanbiswas »