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 - aftabjaved62

Pages: [1]
1
CentOS-WebPanel GUI / Changing footer and logos
« on: April 14, 2020, 07:42:47 PM »
how to change CWP Control WebPanel. All rights reserved from the footer of user login panel (2083)

also how to change the logo in cwp (2087) also footer as shown in the image.



thank you

2
CentOS Configuration / Host name instead of IP
« on: April 04, 2020, 06:05:12 PM »
Hi all.
I am facing this problem.
When i try this "my-domain.com/cpanel"
it redirect to unsafe ssl warning and "ip of server:2083"
i want it to goto "my-domain.com:2083"

i hope you understand.. and let me know to change

3
Installation / Re: redirect http to https
« on: April 04, 2020, 05:53:38 PM »
Use this in .htacess

Code: [Select]
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L]

4
Addons / Re: Linux Shoutcast Manager - How to install shoutcast server
« on: March 29, 2020, 06:15:17 PM »
In CWP you can install shoutcast server in few clicks, in CWP menu go to Plugins and than ShoutCast Manager.

- Install Shoutcast server
  **This will create linux user named "shoutcast" which will be used to run shoutcast servers in screen.

- Remove Shoutcast server
  **This option will delete all servers and "shoutcast" linux user.

- Installing additional server servers
  **This will create additional folder locations and shoutcast server files.

- Template folder is used to copy data when creating new server and you can modify it. [DO NOT DELETE THIS FOLDER]


Please remember that shoutcast servers use 2 ports always
eg.
if you create server with port 8000 it will also work on port 8001 (accepts connections).


Creating servers example
Server1 on port 8000
Server2 on port 8002
Server3 on port 8004

If you have enabled CSF Firewall you will need to open shoutcast port and port +1.


Server not starting known issues
Code: [Select]
yum -y install screen glibc.i686 glibc.i386

Please Update ShoutCast to V2. i mean directly install V2 from CWP Panel. not via ssh

Pages: [1]