home.social

#cyberpanel — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #cyberpanel, aggregated by home.social.

fetched live
  1. 🛠️ Ghid CyberPanel: Totul despre comanda modprobe și gestionarea modulelor de Kernel în Linux!

    În sistemele de operare Linux, kernelul folosește module încărcabile (Loadable Kernel Modules - LKM) pentru a adăuga suport pentru drivere hardware, sisteme de fișiere sau protocoale de rețea din mers, fără a necesita repornirea sistemului. Ghidul CyberPanel explică modul în care comanda modprobe simplifică gestionarea acestor module.

    ✨ Ce este modprobe și prin ce se diferențiază de insmod?

    Deși ambele utilitare au rolul de a încărca module în kernel:
    • insmod este un utilitar de nivel coborât care necesită calea exactă către fișierul .ko al modulului și nu gestionează dependențele (dacă modulul depinde de altul, comanda va eșua).
    • modprobe este instrumentul inteligent de nivel înalt. Acesta consultă fișierele de dependențe (generate de depmod) și încarcă sau elimină automat toate modulele dependente necesare.

    🛠️ Comenzi și opțiuni fundamentale modprobe:

    Încărcarea unui modul în kernel:
    Adaugă modulul specificat împreună cu toate dependențele sale:

    Bash
    sudo modprobe nume_modul
    Exemplu (încărcarea modulului pentru suport de criptare):

    Bash
    sudo modprobe aes_generic
    Eliminarea (descărcarea) unui modul:
    Folosind opțiunea -r (remove), modulul este eliminat din memorie (dacă nu este utilizat activ de un alt proces):

    Bash
    sudo modprobe -r nume_modul
    Modul Dry-Run (Simulare):
    Opțiunea -n sau --dry-run afișează acțiunile pe care le-ar executa comanda fără a modifica efectiv starea kernelului:

    Bash
    sudo modprobe -v -n nume_modul
    Vizualizarea informațiilor despre un modul (modinfo):
    Deși este o comandă separată, modinfo completează utilizarea modprobe afișând autorul, descrierea, parametrii acceptați și dependențele unui modul:

    Bash
    modinfo nume_modul
    🚫 Blocarea (Blacklist) modulelor nedorite:

    Dacă dorești ca un anumit modul să nu fie încărcat automat la pornirea sistemului (de exemplu, un driver video sursă deschisă precum nouveau când folosești drivere NVIDIA proprietare), poți crea un fișier de configurare în /etc/modprobe.d/:

    Bash
    echo "blacklist nume_modul" | sudo tee /etc/modprobe.d/blacklist-nume_modul.conf
    Un utilitar fundamental pentru orice administrator de sistem care dorește să configureze plăci de rețea, dispozitive de stocare sau să diagnosticheze probleme hardware la nivelul kernelului Linux! 🚀

    #Linux #Kernel #SysAdmin #modprobe #CyberPanel #LinuxDrivers #OpenSource #TechNews

  2. 🛠️ Ghid CyberPanel: Totul despre comanda modprobe și gestionarea modulelor de Kernel în Linux!

    În sistemele de operare Linux, kernelul folosește module încărcabile (Loadable Kernel Modules - LKM) pentru a adăuga suport pentru drivere hardware, sisteme de fișiere sau protocoale de rețea din mers, fără a necesita repornirea sistemului. Ghidul CyberPanel explică modul în care comanda modprobe simplifică gestionarea acestor module.

    ✨ Ce este modprobe și prin ce se diferențiază de insmod?

    Deși ambele utilitare au rolul de a încărca module în kernel:
    • insmod este un utilitar de nivel coborât care necesită calea exactă către fișierul .ko al modulului și nu gestionează dependențele (dacă modulul depinde de altul, comanda va eșua).
    • modprobe este instrumentul inteligent de nivel înalt. Acesta consultă fișierele de dependențe (generate de depmod) și încarcă sau elimină automat toate modulele dependente necesare.

    🛠️ Comenzi și opțiuni fundamentale modprobe:

    Încărcarea unui modul în kernel:
    Adaugă modulul specificat împreună cu toate dependențele sale:

    Bash
    sudo modprobe nume_modul
    Exemplu (încărcarea modulului pentru suport de criptare):

    Bash
    sudo modprobe aes_generic
    Eliminarea (descărcarea) unui modul:
    Folosind opțiunea -r (remove), modulul este eliminat din memorie (dacă nu este utilizat activ de un alt proces):

    Bash
    sudo modprobe -r nume_modul
    Modul Dry-Run (Simulare):
    Opțiunea -n sau --dry-run afișează acțiunile pe care le-ar executa comanda fără a modifica efectiv starea kernelului:

    Bash
    sudo modprobe -v -n nume_modul
    Vizualizarea informațiilor despre un modul (modinfo):
    Deși este o comandă separată, modinfo completează utilizarea modprobe afișând autorul, descrierea, parametrii acceptați și dependențele unui modul:

    Bash
    modinfo nume_modul
    🚫 Blocarea (Blacklist) modulelor nedorite:

    Dacă dorești ca un anumit modul să nu fie încărcat automat la pornirea sistemului (de exemplu, un driver video sursă deschisă precum nouveau când folosești drivere NVIDIA proprietare), poți crea un fișier de configurare în /etc/modprobe.d/:

    Bash
    echo "blacklist nume_modul" | sudo tee /etc/modprobe.d/blacklist-nume_modul.conf
    Un utilitar fundamental pentru orice administrator de sistem care dorește să configureze plăci de rețea, dispozitive de stocare sau să diagnosticheze probleme hardware la nivelul kernelului Linux! 🚀

    #Linux #Kernel #SysAdmin #modprobe #CyberPanel #LinuxDrivers #OpenSource #TechNews

  3. 📲 Ghid CyberPanel: Cum să instalezi și să folosești Sideloadly (sau alternative) pe Linux pentru aplicații iOS!

    Sideloadly este un instrument extrem de popular în comunitatea iOS pentru instalarea fișierelor .ipa (sideloading) pe iPhone/iPad fără jailbreak. Totuși, aplicația oferă suport oficial exclusiv pentru Windows și macOS.

    Platforma CyberPanel a publicat un ghid ce explică metodele neoficiale și soluțiile alternative prin care utilizatorii de Linux pot instala și încărca aplicații pe dispozitivele Apple.

    ✨ Cum poți încerca Sideloadly pe Linux (Metoda neoficială):

    Deși nu există un pachet nativ de Linux, Sideloadly poate fi rulat prin stratul de compatibilitate Wine:

    Instalarea Wine: Pe Ubuntu/Debian se instalează din terminal:
    sudo apt update && sudo apt install wine

    Descărcarea kit-ului: Se descarcă executabilul de Windows (.exe) al Sideloadly de pe site-ul oficial.

    Lansarea instalatorului: Se execută fișierul prin Wine:
    wine SideloadlySetup.exe

    Conectarea dispozitivului: Se conectează iPhone-ul/iPad-ul prin cablu USB și se acordă permisiunea de încredere (Trust This Computer).

    ⚠️ Notă: Deoarece comunicarea USB și driverele Apple pe Linux difera de cele din Windows, mulți utilizatori pot întâmpina erori la detectarea dispozitivului.

    🔄 Alternative mai stabile recomandate pentru utilizatorii Linux:

    Dacă întâmpini erori cu Sideloadly prin Wine, ghidul recomandă următoarele soluții:

    🖥️ 1. Mașină Virtuală cu Windows (VirtualBox / KVM / QEMU):
    • Cea mai sigură metodă: creezi o mașină virtuală de Windows, redirecționezi portul USB cu iPhone-ul conectat în VM și rulezi Sideloadly nativ.

    🍏 2. Portări de AltServer & libimobiledevice:
    • Folosirea librăriei open-source libimobiledevice permite sistemului Linux să comunice nativ cu dispozitivele iOS.
    • Proiectele/fork-urile comunitare bazate pe AltServer permit gestionarea certificatelor și sideloading-ul direct din terminalul Linux.

    🛠️ 3. Instrumente CLI (ios-deploy):
    • Ideal pentru dezvoltatori, pachetul ios-deploy permite instalarea și testarea fișierelor IPA direct din linia de comandă pe Linux fără a fi nevoie de suite grafice complexe.

    💡 Sfaturi pentru o instalare reușită:
    • Folosește întotdeauna cea mai recentă versiune de Wine.
    • Asigură-te că folosești un cablu USB de calitate direct conectat la PC (evită hub-urile nealimentate).
    • Când conectezi dispozitivul iOS, deblochează ecranul și apasă Trust pe telefon.

    O resursă utilă pentru utilizatorii de Linux care doresc să își testeze sau instaleze aplicațiile iOS favorite fără a fi conectați la ecosistemul Microsoft sau Apple! 🚀

    #Sideloadly #Linux #iOS #Sideloading #Wine #CyberPanel #IPA #OpenSource #TechNews

  4. CVE-2026-65917 - IDOR in Cyberpanel IncBackups allows authenticated users to access/delete other tenants' backups via sequential job IDs. CVSS 8.8. No patch yet. Isolate or restrict access now. #CVE #CyberPanel #infosec

    valtersit.com/cve/CVE-2026-659

  5. Build a production-grade hosting stack on your own terms.

    Our senior architecture guide for CyberPanel on Ubuntu 24.04 is live. We go beyond the basics:

    ✅ Hardened SSH (Key-only access)
    ✅ MySQL InnoDB Tuning (No more crashes)
    ✅ Offsite S3 Disaster Recovery
    ✅ Optimized PHP LSAPI workers

    Perfect for digital agencies scaling on ServerMO Bare Metal.

    Full Technical Tutorial:
    🔗 servermo.com/howto/install-cyb

    #ServerMO #CyberPanel #SelfHosted #DevOps #Ubuntu #SysAdmin #WebHosting #OpenSource #InfoSec

  6. Exploration of #CyberPanel Add-Ons CyberPanel Add-ons CyberPanel add-ons make managing servers and installing WordPress easier than ever. Built upon the Django framework, its extensibility can be extended with any number of ... Continued 👉 #vpsservers #controlpanel #kvmvps #openlitespeed

  7. Exploration of #CyberPanel Add-Ons
    CyberPanel Add-ons
    CyberPanel add-ons make managing servers and installing WordPress easier than ever. Built upon the Django framework, its extensibility can be extended with any number of plugins found in its official repository.

    All premium CyberPanel addons are now included free with any CyberPanel #VPS plans!

    It comes equipped with the powerful #LiteSpeed Web ...
    Continued 👉 blog.radwebhosting.com/explora #controlpanel #vpsservers #kvmvps #openlitespeed

  8. Exploration of #CyberPanel Add-Ons
    CyberPanel Add-ons
    CyberPanel add-ons make managing servers and installing WordPress easier than ever. Built upon the Django framework, its extensibility can be extended with any number of plugins found in its official repository.

    All premium CyberPanel addons are now included free with any CyberPanel #VPS plans!

    It comes equipped with the powerful #LiteSpeed Web ...
    Continued 👉 blog.radwebhosting.com/explora #kvmvps #vpsservers #openlitespeed #controlpanel

  9. For anyone w interest in running servers/VPS ... looks like #CyberPanel is NOT the way to go.

    This is on a BRAND new #VPS (<1hr old) on Ubuntu 22.04... NOTHING else installed.

    1. spin up new VPS
    2. log in w SSH
    3. update packages w apt
    4. run CyberPanel install
    5. login to CyberPanel

    that's it.

  10. For anyone w interest in running servers/VPS ... looks like #CyberPanel is NOT the way to go.

    This is on a BRAND new #VPS (<1hr old) on Ubuntu 22.04... NOTHING else installed.

    1. spin up new VPS
    2. log in w SSH
    3. update packages w apt
    4. run CyberPanel install
    5. login to CyberPanel

    that's it.

  11. Хостинг-панели с открытым и закрытым кодом. Какие решения выбирают клиенты?

    Какие панели управления хостингом действительно востребованы у клиентов? Мы проанализировали реальные заказы на серверы и сравнили популярные решения — от бесплатных FASTPANEL и CyberPanel до платных ispmanager, cPanel и Plesk. Подробная статистика, сравнение функционала и цен ждут вас в статье.

    habr.com/ru/companies/hostkey/

    #хостингпанель #статистика #FASTPANEL #cyberpanel #cpanel #plesk #ispmanager #opensourse #hostkey

  12. 7 Quick Steps to Install #CyberPanel on Cloud #VPS This article provides a guide for how to install CyberPanel on cloud VPS server from Rad Web Hosting.
    What is CyberPanel?
    CyberPanel is a high-performance panel designed to be simple and easy to use with an intuitive web interface. It is built on the LiteSpeed web server to maximize performance and the free version (which we will use) uses OpenLiteSpeed open ...
    Continued 👉 blog.radwebhosting.com/install #opensource #controlpanel #installguide #centos

  13. 7 Quick Steps to Install #CyberPanel on Cloud #VPS This article provides a guide for how to install CyberPanel on cloud VPS server from Rad Web Hosting.
    What is CyberPanel?
    CyberPanel is a high-performance panel designed to be simple and easy to use with an intuitive web interface. It is built on the LiteSpeed web server to maximize performance and the free version (which we will use) uses OpenLiteSpeed open ...
    Continued 👉 blog.radwebhosting.com/install #opensource #centos #installguide #controlpanel

  14. 7 Quick Steps to Install #CyberPanel on Cloud #VPS This article provides a guide for how to install CyberPanel on cloud VPS server from Rad Web Hosting.
    What is CyberPanel?
    CyberPanel is a high-performance panel designed to be simple and easy to use with an intuitive web interface. It is built on the LiteSpeed web server to maximize performance and the free version (which we will use) uses OpenLiteSpeed open ...
    Continued 👉 blog.radwebhosting.com/install #centos #installguide #opensource #controlpanel

  15. 7 Quick Steps to Install #CyberPanel on Cloud #VPS This article provides a guide for how to install CyberPanel on cloud VPS server from Rad Web Hosting.
    What is CyberPanel?
    CyberPanel is a high-performance panel designed to be simple and easy to use with an intuitive web interface. It is built on the LiteSpeed web server to maximize performance and the free version (which we will use) uses OpenLiteSpeed open ...
    Continued 👉 blog.radwebhosting.com/install #opensource #centos #controlpanel #installguide

  16. 7 Quick Steps to Install #CyberPanel on Cloud #VPS This article provides a guide for how to install CyberPanel on cloud VPS server from Rad Web Hosting.
    What is CyberPanel?
    CyberPanel is a high-performance panel designed to be simple and easy to use with an intuitive web interface. It is built on the LiteSpeed web server to maximize performance and the free version (which we will use) uses OpenLiteSpeed open ...
    Continued 👉 blog.radwebhosting.com/install #installguide #opensource #controlpanel #centos

  17. 7 Quick Steps to Install #CyberPanel on Cloud #VPS This article provides a guide for how to install CyberPanel on cloud VPS server from Rad Web Hosting.
    What is CyberPanel?
    CyberPanel is a high-performance panel designed to be simple and easy to use with an intuitive web interface. It is built on the LiteSpeed web server to maximize performance and the free version (which we will use) uses OpenLiteSpeed open ...
    Continued 👉 blog.radwebhosting.com/install #controlpanel #centos #opensource #installguide

  18. 7 Quick Steps to Install #CyberPanel on Cloud #VPS This article provides a guide for how to install CyberPanel on cloud VPS server from Rad Web Hosting.
    What is CyberPanel?
    CyberPanel is a high-performance panel designed to be simple and easy to use with an intuitive web interface. It is built on the LiteSpeed web server to maximize performance and the free version (which we will use) uses OpenLiteSpeed open ...
    Continued 👉 blog.radwebhosting.com/install #controlpanel #installguide #centos #opensource

  19. 7 Quick Steps to Install #CyberPanel on Cloud #VPS This article provides a guide for how to install CyberPanel on cloud VPS server from Rad Web Hosting.
    What is CyberPanel?
    CyberPanel is a high-performance panel designed to be simple and easy to use with an intuitive web interface. It is built on the LiteSpeed web server to maximize performance and the free version (which we will use) uses OpenLiteSpeed open ...
    Continued 👉 blog.radwebhosting.com/install #controlpanel #installguide #centos #opensource

  20. 7 Quick Steps to Install #CyberPanel on Cloud #VPS This article provides a guide for how to install CyberPanel on cloud VPS server from Rad Web Hosting.
    What is CyberPanel?
    CyberPanel is a high-performance panel designed to be simple and easy to use with an intuitive web interface. It is built on the LiteSpeed web server to maximize performance and the free version (which we will use) uses OpenLiteSpeed open ...
    Continued 👉 blog.radwebhosting.com/install #installguide #opensource #centos #controlpanel

  21. 7 Quick Steps to Install #CyberPanel on Cloud #VPS This article provides a guide for how to install CyberPanel on cloud VPS server from Rad Web Hosting.
    What is CyberPanel?
    CyberPanel is a high-performance panel designed to be simple and easy to use with an intuitive web interface. It is built on the LiteSpeed web server to maximize performance and the free version (which we will use) uses OpenLiteSpeed open ...
    Continued👇 #opensource #controlpanel #installguide #centos

  22. 7 Quick Steps to Install #CyberPanel on Cloud #VPS This article provides a guide for how to install CyberPanel on cloud VPS server from Rad Web Hosting.
    What is CyberPanel?
    CyberPanel is a high-performance panel designed to be simple and easy to use with an intuitive web interface. It is built on the LiteSpeed web server to maximize performance and the free version (which we will use) uses OpenLiteSpeed ...
    Keep reading 👉 blog.radwebhosting.com/install #controlpanel #installguide #opensource #centos

  23. СyberPanel Command Injection Vulnerability (CVE-2024-51378)

    В программном обеспечении CyberPanel обнаружена уязвимость, связанная с обходом аутентификации и выполнением произвольных команд через эндпоинты /dns/getresetstatus и /ftp/getresetstatus . Уязвимость присутствует в файлах dns/views.py и ftp/views.py версий до 2.3.7 включительно.

    habr.com/ru/articles/866866/

    #CyberPanel #cve #CVE202451378 #rce #web

  24. CISA added the #Cleo bug to the KEV list today. Notable that this is the second recent vuln (after the #CyberPanel bug) added to the KEV that CISA explicitly said is being used by ransomware gangs

    therecord.media/cisa-ransomwar

  25. CISA added the #Cleo bug to the KEV list today. Notable that this is the second recent vuln (after the #CyberPanel bug) added to the KEV that CISA explicitly said is being used by ransomware gangs

    therecord.media/cisa-ransomwar

  26. 💊 If you have been affected by the #CyberPanel ransomware, not all hope is lost.

    We prepared a decryptor for you to restore your data:

    gist.github.com/gboddin/d78823

  27. ⚠️ We've worked with the team to get to the bottom of the #CyberPanel mass killing spree, TLDR, it's PSAUX ransomware.

    One of our source rooted the box launching ransomware attacks:

    List of files provided:
    gist.github.com/gboddin/d78823

    Thx @Chocapikk_
    for helping on the analysis

  28. 29-10-2024 14:00

    🔴 Looks like someone took some liberty and wiped 20k #CyberPanel instances as they all started responding 500s.

    This covers about ~150k websites.

    ~400 vulnerable host remain up out of 22k.

    Thanks for the ping @Gi7w0rm

  29. I always forget you folks on Mastodon :|

    Time for some #CyberPanel updates:

    28 October 2024 14:00

    🚨 Detection for CyberPanel's 0day has been added.

    ~22k vulnerable instances have been found.

    Hosting providers & CERTs have been notified, patch now!

    Credits: X/@dreyand_

    Thanks: X/@Chocapikk_

  30. @andyfragen @ru I think the thing for me that is a hard sell is that SpinupWP is just a layer on top of a cloud hosting providers, like #DigitalOcean. I can already spin up a 1-click #CyberPanel with #OpenLiteSpeed droplet with little effort and cut out the extra cost, this would be at the Personal level. For my personal stuff I just can't justify spending $40/mo on top of VPS costs of $15+/mo for full support/management.

  31. @depi I'll have to remember that one. In an ideal world I wish that #OpenLiteSpeed officially supported #arm64 and that other web control panels besides #CyberPanel worked with OpenLiteSpeed. ControlPanel looks nice but doesn't support OpenLiteSpeed. Even if there was a web control panel, that supported arm64, and also supported running #Docker containers I'd go that route. Right now I'm planning on just using Docker to run OLS on my arm64 instance.

  32. @depi ha, yeah, actually after having posted that I happened upon #Portainer and have started going that route to a degree, I also have #Webmin / #Virtualmin installed for the non #Docker stuff. So far things are working OK. I'm not super enthused about having 2 separate web consoles running, I really prefer #CyberPanel but it doesn't have a working build for #arm64 at this time.

  33. @TheADHDHobbyist I've been using #WordPress for years. I actually have a MultiSite setup so it's just a matter of adding an additional site and setting up some domain mapping on my existing WordPress instance. I have my own #VPS on #DigitalOcean so I can actually spin up on additional sites on it. I used the #CyberPanel / #OpenLiteSpeed droplet on Digital Ocean which makes it super simple to manage a bunch of sites. I can even run #Docker containers using CyberPanel.

  34. Anyone recommend a good web-based server/website management panel that runs on #arm64 and ideally #OpenLiteSpeed? I've been happily using #CyberPanel for a few years but it requires x86_64/amd64 and won't install on an arm64 system. I know that I can manage it all by hand, and even manually compile OpenLiteSpeed for arm64 but I'm not sure how far down the DIY rabbit hole I want to go here.

  35. this is the first time that i am going to install #cyberpanel on my #vps #server.

  36. Ditch Shared Hosting: Digital Ocean (or other hosting provider) plus CyberPanel - Easy and Fast Web Hosting for WordPress, etc. squeet.me/objects/962c3e1086ca