Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - liptanbiswas

Pages: [1]
1
New Modules / [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


Pages: [1]