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 - 440music

Pages: [1] 2
1
CentOS 7 Problems / Re: SSH Folder & File Permissions issue
« on: October 17, 2022, 12:15:37 AM »
public_html should be owner:nobody 755
everything inside should be owner:owner-group
folders 755
files 644 (unless it is an executable)

/home/onapp/test/public/index.php check this path unless you made a custom entry the path should look like this:
/home/onapp/publid_html/test/public/index.php (this is default path) 8)

2
UPDATE:
I have 14 domains and all have icecast and shoutcast and only 1 domain has access to the icecast, shoutcast and liquidsoap autoDJ. I can connect to the domain:port-number which verifies all 28 services are running(icecast and shoutcast)
When I reboot the server I have to manually start 3 broadcast domains(6 services)

the only reason I'm using CWP is for icecast and shoutcast broadcast servers. I've tried AzuraCast which uses Docker and I hate who Docker works and CentovaCast is closed source and won't allow me to do make the edits I need.

Tech Support told me they don't support icecast or shoutcast which I don't understand. if they're going to give the options to use a service they should provide support   8)

3
this is what I'd do to reset MySQL password
1.) mysql --version
2.) sudo systemctl stop mysql(if root sudo is not needed)
3.) sudo mysqld_safe --skip-grant-tables &
4.) mysql -u root
5.) ALTER USER 'root'@'localhost' IDENTIFIED BY 'MY_NEW_PASSWORD';
6.) FLUSH PRIVILEGES;
7.) UPDATE mysql.user SET authentication_string = PASSWORD('MY_NEW_PASSWORD') WHERE User = 'root' AND Host = 'localhost';
8.) FLUSH PRIVILEGES;
9.) SET PASSWORD FOR 'root'@'localhost' = PASSWORD('MY_NEW_PASSWORD');
10.) FLUSH PRIVILEGES;
if all goes well you should see this: Query OK, 0 rows affected (0.00 sec)
then either restart mysql or reboot server
for more details search "reset mysql password"  8)

4
CentOS-WebPanel GUI / Failed Root Log-In
« on: October 16, 2022, 08:39:33 PM »
Today I went to the root login page and I can not log-in
Nothing has changed in the past 16 hours except I'm unable to log-in
Database user table only shows users not root
.my.cnf has the wrong password and if I use what is showing I'm still unable to log-in
I changed the password in .my.cnf to the root password and still not able to log-in
/root/.my.cnf file:
[client]
password=******** (the password is correct, I change password to stars)
user=root

I am the only user with 14 domains set up and those users can log-in
I ran sh /scripts/cwp_update_admin
 sh /scripts/cwp_update_admin
cat: /usr/local/cwpsrv/htdocs/resources/admin/version.txt: No such file or directory
/scripts/cwp_update_admin: line 14: [[: 0.9.8.1140: syntax error: invalid arithmetic operator (error token is ".9.8.1140")



I've searched forum and haven't found the solution  8)

5
Addons / Re: AutoDj scheduled playlist
« on: October 15, 2022, 09:35:24 AM »
AutoDJ is liquidsoap and the config file is in /home/users-dir/streaming/liquidsoap/port-unmber/run
the liq file is the config file.
more about AjtoDJ:
LiquidSoap

6
Addons / Re: New shoutcast + Icecast + Autodj
« on: July 22, 2022, 01:01:38 PM »
I'm giving up on CWP, it's more trouble than it's worth

7
Addons / Re: New shoutcast + Icecast + Autodj
« on: July 21, 2022, 11:33:26 PM »
now I can't login to the control panel but I still have access using ssh

8
Addons / Re: New shoutcast + Icecast + Autodj
« on: July 21, 2022, 04:58:03 PM »
Here are the screen shots





9
Addons / Re: New shoutcast + Icecast + Autodj
« on: July 20, 2022, 12:25:51 PM »
I've been trying to get ShoutCasat and IceCast working for almost a month and still haven't found the answer. Both are installed and they start but not available for users even though I've checked the box allowing user's access. I wish there was better documentation for CWP. The videos aren't very helpful, the wiki is confusing and the user docs don't help.

10
Addons / Re: Don't see Addons in my panel
« on: July 18, 2022, 07:36:32 PM »
you need to go to AddOns > Scripts and select WordPress  8)

11
did you ever resolve this issue?
if yes how did you fix it?

I followed the installation instruction set up a ShoutCast Package but nothing is available in User Panel

12
CentOS-WebPanel Bugs / Re: Problem with new Shoutcast Manager
« on: July 08, 2022, 02:12:09 PM »


    Apache version: Apache/2.4.52
    PHP version: 8.1.0
    MySQL version: 10.2.44-MariaDB
    FTP version: 1.0.47
    SSH Port: XXXX
    MySql Port: XXXX
    Web Servers: nginx-varnish-apache

I'm having an issue with both iceCast and shoutCast, I've set up the user, activated the servers and when I log-in to the account the radio servers is missing. I had 1 shoutCast server working but that is now gone. I need to run 26 radio servers 13 of each.

I would prefer not going back to what I had been using but if I can't get this working that maybe my only option. 8)

13
Addons / Re: New re-designed version of WHMCS module
« on: January 02, 2020, 07:17:44 PM »
I've been trying to install WHMCS and continue to fail and it always comes back to the exact path of where to upload the files

WHMCS/modules/servers/

what is the exact path, am I adding this to the document root where?

14
that got my ssh warning to disappear, thank you now I have to figure out WHCMS
 

15
CentOS 7 Problems / Re: BIND DNS Server
« on: November 19, 2019, 10:58:56 AM »
I'm having the same issue and after reading a few post I think I need to setup my local server as a local nameserver. I have a dedicated server with 1 and 1 for my web site and I use the DNS service and all the sites work as needed but I get the same error.

Job for named.service failed because the control process exited with error code

I'm going to set my nameserver to the localhost and see that fixes the issue.

Pages: [1] 2