Jump to content

Yang M.

Moderators
  • Posts

    29
  • Joined

  • Last visited

  • Days Won

    1

Blog Entries posted by Yang M.

  1. Yang M.
    Dear All,
    We would like to inform you about the changes in the pricing of LCwHost Ltd services.
    Due to the current situation in the world, increasing electricity prices, growing costs, and high inflation, we had to revise our prices. In order to continue to provide you with high-quality services and excellent customer support, we are changing the prices for new orders and renewals starting on 9 January 2023.  
    While it’s never fun to increase prices, we are also working hard to improve our services as well. That’s why we also reviewed and improved our packages some time ago, bringing you more value. We also expanded our service portfolio by introducing a new service – flexible, reliable, and powerful VMware Cloud for Cloud professionals.
    You can find our packages on the website:
    Storage VPS
    Standard VPS
    Linux KVM
    Windows KVM
    New prices can be reviewed here: Coming soon!
    Please note that the new rates will only apply after your services expire.
    If you‘d like to renew your services at the current rates, you can do so until 9 January 2023.
    If you have any questions, do not hesitate to contact our support team.
     
    Thank you!
  2. Yang M.
    Winter Sale: Up to 50% Off Linux and Windows VPS!
    🔈Stay with LCwHost LTD on Winter Sale
    🔥50% Discount for all VPS products
    🔸Order your VPS now🔹
    ✅Coupon: WINTERSALE23
    Order Now: 👉 www.lcwhost.com
    ➖➖➖➖➖➖➖➖➖➖➖➖
    LCwHost Ltd. is a leading cloud hosting service provider in the UK!
    Phone : +44 7865 236360
    Email: hello@lcwhost.com
    Website: www.lcwhost.com
  3. Yang M.
    DRAFT 1.mp4  
    Don’t miss out on our incredible BLACK FRIDAY sale with unbeatable discounts on all our VPS products. 🔈Stay with LCwHost LTD on Black Friday
    🔥50% Discount for all VPS products
    ⌛️This discount is only active for 14 days, "24th–7th of December."
    🔸Order your VPS now🔹
    ✅Coupon: BLACKFRIDAY23
    Order Now: 👉 www.lcwhost.com
    ➖➖➖➖➖➖➖➖➖➖➖➖
    LCwHost LTD | is a leading cloud hosting service provider in the UK!
    Phone : +44 7865 236360
    Email: hello@lcwhost.com
    Website: www.lcwhost.com
  4. Yang M.

    Tutorials
    Although OpenLiteSpeed doesn’t require a control panel service, we still recommend using one, especially if you’ve never used OLS before. For this, CyberPanel is a good choice because it will do most of the configuration for you, so you don’t need to stress with permissions, virtual hosts, or domain mapping.Although OpenLiteSpeed doesn’t require a control panel service, we still recommend using one, especially if you’ve never used OLS before. For this, CyberPanel is a good choice because it will do most of the configuration for you, so you don’t need to stress with permissions, virtual hosts, or domain mapping.

    In this article, I’ll show you how to use CyberPanel on OpenLiteSpeed. Let’s begin:
    How To Use CyberPanel On OpenLiteSpeed
    Basic Requirements
    Centos 7.x, Centos 8.x, Ubuntu 18.04, Ubuntu 20.04, Ubuntu 22.04 Python 3.x 1GB or more RAM. 10GB Disk Space. Difference between CyberPanel and CyberPanel Ent?
    CyberPanel comes in two flavors: one is simply called CyberPanel and the second is called CyberPanel Ent.
    CyberPanel comes packaged with OpenLiteSpeed and is completely free for an unlimited number of domains and worker processes.
    However, CyberPanel Ent comes packaged with LiteSpeed Web Server Enterprise and it’s free for only 1 domain.
    Installing Cyberpanel
    All the big VPS providers have a one-click installer available from the interface to install Cyberpanel, however, if yours doesn’t or you just want to get your hands dirty all you need to do is run the following command:
    # sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh) !!! The installation must be run as root (sudo will not work) !!!
    How to use Cyberpanel on Openlitespeed
    After running the command you should see something similar to the image above.
    Install choices
    The installer has a few steps that you need to go through as follows.
    Choose install action
    This step lets you choose whether to install CyberPanel, CyberPanel Ent, or exit the installer.
    Note: If you choose CyberPanel Ent, you need to first get a license even for the free tier. Check out the pricing table.
    Install Full service for CyberPanel? This will include PowerDNS, Postfix and Pure-FTPd
    This is a yes or no switch that will install some extra packages that will be used by the panel.
    Do you want to setup Remote MySQL? (This will skip installation of local MySQL)
    If you don’t want/have a remote MySQL instance, the installer will install a local instance and configure it for its use. However, if you already have an instance made for this purpose then you can choose yes and provide the connection credentials.
    Setup admin password
    You can either choose the default password which is 1234567, randomly generate one, or enter your own.
    Choose optional installs
    You can then choose if you want to use and install Memcache for cache purposes as well as Redis for object caching and other stuff.
    Besides the two mentioned above, you also have the option to set up the CyberPanel watchdog which is in beta (or was in beta at the time this article was written).
    Finally, the installer will proceed with installing CyberPanel on your system. However, keep in mind that depending on your server resources it may take 5 or more minutes.
    While CyberPanel is being set up
    As you wait for the installer, you can make sure that your firewall or security group has the following ports open:
    TCP: 8090 for CyberPanel TCP: 80, TCP: 443, and UDP: 443 for webserver TCP: 21 and TCP: 40110-40210 for FTP TCP: 25, TCP: 587, TCP: 465, TCP: 110, TCP: 143, and TCP: 993 for mail service TCP: 53 and UDP: 53 for DNS service Testing it out
    After the successful installation you can access CyberPanel using the details below:
    https:<IP Address>:8090 Username: admin Password: 1234567 (or the password you set) How to use CyberPanel on Openlitespeed
    How to use CyberPanel on Openlitespeed
    503 Error After Install
    If you get a 503 error after installing CyberPanel, you can do one of the following things.
    1. Check LSCPD Status
    # systemctl status lscpd If LSCPD is not running, start LSCPD using:
    # systemctl start lscpd 2. Manually set up virtualenv
    # source /usr/local/CyberCP/bin/activate # pip install --ignore-installed -r /usr/local/CyberCP/requirments.txt # deactivate # virtualenv --system-site-packages /usr/local/CyberCP # systemctl restart lscpd 3. Install Logs If after this you are still having issues, you can try to find errors in the install logs, they are located at:
    # /var/log/installLogs.txt And this is how you use CyberPanel on OpenLiteSpeed. Pretty easy, right? You just need to follow a few simple steps.
    Now, what if I told you you could do this even easier, with LCwHost Ltd? Because LCwHost Ltd automates repetitive processes, you could run this installation with minimal coding requirements.
     
×
×
  • Create New...