If as many people were demanding of me as they are you- and weren't offering a direct incentive, guess where they'd end up..
patreon.com?
@cyberpersons Actually, not that bad of an idea. I'm sure if you create a patreon people here from LET, would support the project, even if only with $1.
@MikeA said: @cyberpersons out of curiosity do you actually work for LitespeedTech or commissioned since you have an e-mail on their domain? I've always wondered.
@MikeA said: @cyberpersons out of curiosity do you actually work for LitespeedTech or commissioned since you have an e-mail on their domain? I've always wondered.
Yes, Mike, Occasionally I take part in support and handles CyberPanel development.
LSCPD is also another project related to CyberPanel which is the slimmed down version of OpenLitespeed which powers CyberPanel.
PS. Mike is a great guy and looks like he never sleeps.
@MikeA said: @cyberpersons out of curiosity do you actually work for LitespeedTech or commissioned since you have an e-mail on their domain? I've always wondered.
Yes, Mike, Occasionally I take part in support and handles CyberPanel development.
LSCPD is also another project related to CyberPanel which is the slimmed down version of OpenLitespeed which powers CyberPanel.
PS. Mike is a great guy and looks like he never sleeps.
Regards
So there's a whole team behind cyberpanel?
Edit: Cyberpanel seems to be being developed by litespeed itself.
@jetchirag said:
Edit: Cyberpanel seems to be being developed by litespeed itself.
That makes a hell of a lot more sense than one dude with superhuman coding skillz. So, they're basically using LET to help add most-needed features. Wonder what the end product will cost.
On the basis of what's been told till now, it isn't clear on the pricing. "Planning to keep it free" but not promised. So I guess once it's out of beta with every cool feature, it wouldn't be 100% free. But because the source code is available, everything seems unpredictable atm.
Installed WP on a domain and the script generates duplicate uncommented DB_NAME and DB_USER entries in the wp-config. you might want to clean up that, and also auto-generate salt keys as well
define('DB_NAME', 'WaIiDrHoUpLhM1');
define('DB_NAME', 'database_name_here');
/** MySQL database username */
define('DB_USER', 'Wa**DrHo**LhM1');
define('DB_USER', 'username_here');
/** MySQL database password */
define('DB_PASSWORD', 'uRg**Q7R**RoPl');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');
/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');
define('AUTH_KEY', 'put your unique phrase here');
define('SECURE_AUTH_KEY', 'put your unique phrase here');
define('LOGGED_IN_KEY', 'put your unique phrase here');
I was just playing around with it on a 1GB VPS (pretty low powered one) and MySQL stopped in between. This threw the ugly error page for CyberPanel also and I could not use the panel until I SSH'd and restarted MySQL manually.
Is CyberPanel using MySQL instance shared with the system ? if so, that's a big problem for someone who will use a panel for least amount of SSH/CLI involvement.
no I made the mistake of using the upgrade button in the web-UI, since the only site on it was using sqlite I just copied that dir then removed/reinstalled.
Edit: Fixed although the 16Char limit on DB names is a pain if you have a longish domain name.
If you check for noobish "out of memory" issues, number one problem is because MySQL ran out of memory and stopped/crashed. This will render the whole panel useless and defeat the purpose of having the panel.
@cyberpersons said:
separate MYSQL instance could use more memory or it is also possible to shift it to SQLite. Will look into this.
That's a bummer... honestly speaking!!!
The control panel software cannot use anything that it controls, follow the simple logic. You have to use NoSQL/SQLite or other simpler ways to store your data. For eg: VestaCP uses its own concise instance of PHP altogether separate from what is installed on the system.
@mehargags said:
If you check for noobish "out of memory" issues, number one problem is because MySQL ran out of memory and stopped/crashed. This will render the whole panel useless and defeat the purpose of having the panel.
@cyberpersons said:
separate MYSQL instance could use more memory or it is also possible to shift it to SQLite. Will look into this.
That's a bummer... honestly speaking!!!
The control panel software cannot use anything that it controls, follow the simple logic. You have to use NoSQL/SQLite or other simpler ways to store your data. For eg: VestaCP uses its own concise instance of PHP altogether separate from what is installed on the system.
The panel uses its own:
Web server (LSCPD).
It's own backend.
it's own php.
Initially, it used SQLite later we changed to MySQL for some experiments. But it is still under development we planned to either use SQLite or separate MySQL instance.
@gleert said: @cyberpersons will the panel also work with the commercial litespeed web server (and thus with .htaccess) ?
For now, we've no plan to add LiteSpeed Enterprise to CyberPanel.
OpenLiteSpeed also follows apache style rewrite rules, you just have to set the path for the .htaccess file in your configurations (when you add rewrite rules via CyberPanel it does that in the background).
You can say for now it is not exactly like Enterprise, but it completely follows apache style rewrite rules.
Regarding the link you shared about rewrite difference, we are working to remove this difference, but if you add "/" context than it should work as it is.
Comments
patreon.com?
@cyberpersons Actually, not that bad of an idea. I'm sure if you create a patreon people here from LET, would support the project, even if only with $1.
"They said it's RAID 5" - geekypixal
Excellent work here. Anxious to give it a try. Keep up the good work.
MailChannels - Director of Sales, Europe / Server Monitoring - Nixstats / MyW - Shared & Reseller Hosting, DirectAdmin, MailChannels, LiteSpeed, LSCache / Server Management / Whitelabel Support
@cyberpersons out of curiosity do you actually work for LitespeedTech or commissioned since you have an e-mail on their domain? I've always wondered.
ExtraVM - AMD Ryzen VPS starting @ $3.50
USA (TX, VA, FL), CA, FR, UK, SGP, AU
Looks like he does work for/with them.
MailChannels - Director of Sales, Europe / Server Monitoring - Nixstats / MyW - Shared & Reseller Hosting, DirectAdmin, MailChannels, LiteSpeed, LSCache / Server Management / Whitelabel Support
The 16 char limit on SQL names might be a problem for long domains as well with the current way it does the prefix.
Yes, Mike, Occasionally I take part in support and handles CyberPanel development.
LSCPD is also another project related to CyberPanel which is the slimmed down version of OpenLitespeed which powers CyberPanel.
PS. Mike is a great guy and looks like he never sleeps.
Regards
|| CyberPanel - WebHosting Control Panel Based on OpenLiteSpeed ||
|| Cloud Platform ||
So there's a whole team behind cyberpanel?
Edit: Cyberpanel seems to be being developed by litespeed itself.
That makes a hell of a lot more sense than one dude with superhuman coding skillz. So, they're basically using LET to help add most-needed features. Wonder what the end product will cost.
On the basis of what's been told till now, it isn't clear on the pricing. "Planning to keep it free" but not promised. So I guess once it's out of beta with every cool feature, it wouldn't be 100% free. But because the source code is available, everything seems unpredictable atm.
I can live in peace now.
Exciting stuff
Gave it a try today, looks promising.
Installed WP on a domain and the script generates duplicate uncommented DB_NAME and DB_USER entries in the wp-config. you might want to clean up that, and also auto-generate salt keys as well
@dragon2611
The issue you mentioned is fixed.
@mehargags
This issue has also been fixed.
Upgrade instructions: http://docs.cyberpanel.net/doku.php?id=upgrade
Summary of the changelog:
Regards
|| CyberPanel - WebHosting Control Panel Based on OpenLiteSpeed ||
|| Cloud Platform ||
@cyberpersons thanks. I will update and check.
I was just playing around with it on a 1GB VPS (pretty low powered one) and MySQL stopped in between. This threw the ugly error page for CyberPanel also and I could not use the panel until I SSH'd and restarted MySQL manually.
Is CyberPanel using MySQL instance shared with the system ? if so, that's a big problem for someone who will use a panel for least amount of SSH/CLI involvement.
@cyberpersons think the update exploded it
"Could not connect, please refresh this page." - as soon as update was pressed.
Refresh splits this out (can't post here because CF is to overzealous)
https://pastebin.com/REwh1uTr
@mehargags separate MYSQL instance could use more memory or it is also possible to shift it to SQLite. Will look into this.
@dragon2611
Did you follow the guide on the link? If not please send login details so I can upgrade on your vps.
Regards
|| CyberPanel - WebHosting Control Panel Based on OpenLiteSpeed ||
|| Cloud Platform ||
no I made the mistake of using the upgrade button in the web-UI, since the only site on it was using sqlite I just copied that dir then removed/reinstalled.
Edit: Fixed although the 16Char limit on DB names is a pain if you have a longish domain name.
Just use the sqlite, shared mysql or web server with other websites isn't a good option imo.
looks like zpanel / sentora with a new interface
take a look at these projects to increment yours
I know a lot of people will alert about many/old vulnerabilities bla bla bla .....
@WSS just noticed username is cyberpersons !
@WSS
If only ONAPP GOT OUT OF THEIR LITTLE CORNER and ACTUALLY UPDATED THEIR GODD*MN SOFTWARE, we wouldn’t be complaining so much...
????
His panel isn’t related to zPanel/Sentora. Why would anyone want to base their code off such crappily written software?
got some problems with the installer.
|post4vps| for a free vps for your developement| me |
If you check for noobish "out of memory" issues, number one problem is because MySQL ran out of memory and stopped/crashed. This will render the whole panel useless and defeat the purpose of having the panel.
That's a bummer... honestly speaking!!!
The control panel software cannot use anything that it controls, follow the simple logic. You have to use NoSQL/SQLite or other simpler ways to store your data. For eg: VestaCP uses its own concise instance of PHP altogether separate from what is installed on the system.
You can let it continue, it will complete the installation.
|| CyberPanel - WebHosting Control Panel Based on OpenLiteSpeed ||
|| Cloud Platform ||
The panel uses its own:
Regards
|| CyberPanel - WebHosting Control Panel Based on OpenLiteSpeed ||
|| Cloud Platform ||
If anyone is having issues with the upgrades, they can let us know.
Thank you.
|| CyberPanel - WebHosting Control Panel Based on OpenLiteSpeed ||
|| Cloud Platform ||
pls notify when you moved to separate/no MySQL. I'll do my testing further
By any chance, you were able to find any other bugs?
|| CyberPanel - WebHosting Control Panel Based on OpenLiteSpeed ||
|| Cloud Platform ||
Hi will this be open source ?
hotelmes.com
Cluster support ?
TBH, I stopped right at the moment I checked that MySQL bug. The panel looks promising, I will definitely try it further as I get time.
Yes, it is opensource.
Not sure about this yet.
Alright thank you.
|| CyberPanel - WebHosting Control Panel Based on OpenLiteSpeed ||
|| Cloud Platform ||
@mehargags
We've to stick with MySQL because some software does not have support for SQLite.
CyberPanel latest build is now moved to separate MySQL instance.
Regards
|| CyberPanel - WebHosting Control Panel Based on OpenLiteSpeed ||
|| Cloud Platform ||
Just a small thing, should this show the actual domain in place? (when setting hostname SSL)
"SSL Issued you can now access CyberPanel at: https://"domain":8090"
Also misspelled "HTTP STATICTICS" and "Avaiable/Max Connections" on the front dashboard
I will look into this, thanks.
|| CyberPanel - WebHosting Control Panel Based on OpenLiteSpeed ||
|| Cloud Platform ||
It's only running the one site at the moment, and even if it was running other's they'd be mine as well ;-)
You quite didn't understood what I meant
I did the 2nd time I'd re-read the comment but then I couldn't be bothered to go back and edit mine.
@cyberpersons will the panel also work with the commercial litespeed web server (and thus with .htaccess) ?
Mailchannels low volume plans
Open source Litespeed works with htaccess as well, I guess?
Don't think so... See here
Mailchannels low volume plans
Just need slightly modify
netcup 5 euro coupon: 36nc15324722143 36nc15324722144
For now, we've no plan to add LiteSpeed Enterprise to CyberPanel.
OpenLiteSpeed also follows apache style rewrite rules, you just have to set the path for the .htaccess file in your configurations (when you add rewrite rules via CyberPanel it does that in the background).
You can say for now it is not exactly like Enterprise, but it completely follows apache style rewrite rules.
Regarding the link you shared about rewrite difference, we are working to remove this difference, but if you add "/" context than it should work as it is.
Regards
|| CyberPanel - WebHosting Control Panel Based on OpenLiteSpeed ||
|| Cloud Platform ||
http://docs.cyberpanel.net/doku.php?id=whmcs-module
Need the latest build of CyberPanel.
Credit goes to @jetchirag
Regards
|| CyberPanel - WebHosting Control Panel Based on OpenLiteSpeed ||
|| Cloud Platform ||
Glad to hear that! Cant wait to try it.im going to do some test right now!
One thing:
what does credits to @jetchirag mean?
@jetchirag joined the developing and thanks to him?
contributed whmcs module
wow.nice . thanks,man.
^_^
@overclock
He was kind enough to contribute WHMCS module.
|| CyberPanel - WebHosting Control Panel Based on OpenLiteSpeed ||
|| Cloud Platform ||