Тёмный
whm cpanel etc share and null
whm cpanel etc share and null
whm cpanel etc share and null
Подписаться
Cyber Security
Whm cpanel etc share and null

how to Install MicroK8s on ubuntu WSL
24:03
14 часов назад
CHALLENGES NULL HOTSPOT SHIELD VPN!!!
56:42
21 час назад
challenge use windscribe vpn?
16:26
День назад
how to stop limit data used betternet?
1:34
14 дней назад
A terrible storm in America?
3:11
14 дней назад
how to make patch WinRAR
13:23
21 день назад
Комментарии
@fxmobarok
@fxmobarok 7 часов назад
please give me your Wha ts App N umber sir
@fxmobarok
@fxmobarok 7 часов назад
please give me your Wha ts App Number
@fxmobarok
@fxmobarok 7 часов назад
hello sir
@Voaq
@Voaq 3 дня назад
hello sir, plesae how can we extend the panel trial and make it unlimited? thank you sir.
@whmcpanelnull
@whmcpanelnull 3 дня назад
Hello You can use cloud server with pool ip
@Voaq
@Voaq 2 дня назад
@@whmcpanelnull how bro? You use big terms for average user lol
@Voaq
@Voaq 3 дня назад
Please how to null cpanel or plesk on almalinux? Thank you
@Voaq
@Voaq 4 дня назад
Please how to null it?
@whmcpanelnull
@whmcpanelnull 4 дня назад
Hello You can use this steps for share license created a VPN as a service in Docker using OpenVPN Step 1: Create a Dockerfile Create a new file named Dockerfile with the following contents: # Use the official Ubuntu image as a base FROM ubuntu:latest # Install OpenVPN and other required packages RUN apt-get update && apt-get install -y openvpn easy-rsa # Create a directory for OpenVPN configuration files RUN mkdir -p /etc/openvpn # Copy the OpenVPN configuration file COPY openvpn.conf /etc/openvpn/ # Expose the OpenVPN port EXPOSE 1194/udp # Run OpenVPN when the container starts CMD ["openvpn", "--config", "/etc/openvpn/openvpn.conf"] Step 2: Create the OpenVPN Configuration File Create a new file named openvpn.conf with the following contents: port 1194 proto udp dev tun ca ca.crt cert server.crt key server.key dh dh2048.pem topology subnet server 10.8.0.0 255.255.255.0 This configuration file sets up OpenVPN to listen on port 1194, use UDP as the transport protocol, and create a tunnel interface. It also specifies the locations of the CA certificate, server certificate, and private key. Step 3: Generate the CA Certificate and Private Key Run the following commands to generate the CA certificate and private key: openssl req -x509 -newkey rsa:2048 -nodes -keyout ca.key -out ca.crt -days 365 -subj "/C=US/ST=State/L=Locality/O=Organization/CN=VPN CA" openssl req -newkey rsa:2048 -nodes -keyout server.key -out server.csr -days 365 -subj "/C=US/ST=State/L=Locality/O=Organization/CN=VPN Server" openssl x509 -req -in server.csr -CA ca.crt -CAkey ca.key -CAcreateserial -out server.crt -days 365 Step 4: Build the Docker Image Run the following command to build the Docker image: docker build -t vpn-as-a-service . Step 5: Run the Docker Container Run the following command to start the Docker container: docker run -d --name vpn-as-a-service -p 1194:1194/udp vpn-as-a-service This will start the OpenVPN server and expose port 1194 to the host machine. Client Configuration To connect to the VPN server, you'll need to create a client configuration file. Create a new file named client.ovpn with the following contents: client dev tun proto udp remote-cert-tls server remote <host_ip> 1194 resolv-retry infinite verb 3 Replace <host_ip> with the IP address of the host machine running the Docker container. Connecting to the VPN Server Use an OpenVPN client to connect to the VPN server. You can use the openvpn command-line client or a GUI client like Tunnelblick.
@Voaq
@Voaq 4 дня назад
@whmcpanelnull is thos steps free? I mean even if I didn't have a liscence will this work?
@whmcpanelnull
@whmcpanelnull 4 дня назад
hello It depends, if you use the cloud with different IPs, yes, it is free.
@Voaq
@Voaq 3 дня назад
@@whmcpanelnull please what about plesk, how to null plesk on almalinux
@MMGNSERVICES1
@MMGNSERVICES1 6 дней назад
How I contact you, I send many msj in telegram
@whmcpanelnull
@whmcpanelnull 4 дня назад
Hello You can use this steps for share license created a VPN as a service in Docker using OpenVPN Step 1: Create a Dockerfile Create a new file named Dockerfile with the following contents: # Use the official Ubuntu image as a base FROM ubuntu:latest # Install OpenVPN and other required packages RUN apt-get update && apt-get install -y openvpn easy-rsa # Create a directory for OpenVPN configuration files RUN mkdir -p /etc/openvpn # Copy the OpenVPN configuration file COPY openvpn.conf /etc/openvpn/ # Expose the OpenVPN port EXPOSE 1194/udp # Run OpenVPN when the container starts CMD ["openvpn", "--config", "/etc/openvpn/openvpn.conf"] Step 2: Create the OpenVPN Configuration File Create a new file named openvpn.conf with the following contents: port 1194 proto udp dev tun ca ca.crt cert server.crt key server.key dh dh2048.pem topology subnet server 10.8.0.0 255.255.255.0 This configuration file sets up OpenVPN to listen on port 1194, use UDP as the transport protocol, and create a tunnel interface. It also specifies the locations of the CA certificate, server certificate, and private key. Step 3: Generate the CA Certificate and Private Key Run the following commands to generate the CA certificate and private key: openssl req -x509 -newkey rsa:2048 -nodes -keyout ca.key -out ca.crt -days 365 -subj "/C=US/ST=State/L=Locality/O=Organization/CN=VPN CA" openssl req -newkey rsa:2048 -nodes -keyout server.key -out server.csr -days 365 -subj "/C=US/ST=State/L=Locality/O=Organization/CN=VPN Server" openssl x509 -req -in server.csr -CA ca.crt -CAkey ca.key -CAcreateserial -out server.crt -days 365 Step 4: Build the Docker Image Run the following command to build the Docker image: docker build -t vpn-as-a-service . Step 5: Run the Docker Container Run the following command to start the Docker container: docker run -d --name vpn-as-a-service -p 1194:1194/udp vpn-as-a-service This will start the OpenVPN server and expose port 1194 to the host machine. Client Configuration To connect to the VPN server, you'll need to create a client configuration file. Create a new file named client.ovpn with the following contents: client dev tun proto udp remote-cert-tls server remote <host_ip> 1194 resolv-retry infinite verb 3 Replace <host_ip> with the IP address of the host machine running the Docker container. Connecting to the VPN Server Use an OpenVPN client to connect to the VPN server. You can use the openvpn command-line client or a GUI client like Tunnelblick.
@Voaq
@Voaq 7 дней назад
Hello sir, Please how can we null cpanel and get unlimited license, thank you so much
@whmcpanelnull
@whmcpanelnull 4 дня назад
Hello You can use this steps for share license created a VPN as a service in Docker using OpenVPN Step 1: Create a Dockerfile Create a new file named Dockerfile with the following contents: # Use the official Ubuntu image as a base FROM ubuntu:latest # Install OpenVPN and other required packages RUN apt-get update && apt-get install -y openvpn easy-rsa # Create a directory for OpenVPN configuration files RUN mkdir -p /etc/openvpn # Copy the OpenVPN configuration file COPY openvpn.conf /etc/openvpn/ # Expose the OpenVPN port EXPOSE 1194/udp # Run OpenVPN when the container starts CMD ["openvpn", "--config", "/etc/openvpn/openvpn.conf"] Step 2: Create the OpenVPN Configuration File Create a new file named openvpn.conf with the following contents: port 1194 proto udp dev tun ca ca.crt cert server.crt key server.key dh dh2048.pem topology subnet server 10.8.0.0 255.255.255.0 This configuration file sets up OpenVPN to listen on port 1194, use UDP as the transport protocol, and create a tunnel interface. It also specifies the locations of the CA certificate, server certificate, and private key. Step 3: Generate the CA Certificate and Private Key Run the following commands to generate the CA certificate and private key: openssl req -x509 -newkey rsa:2048 -nodes -keyout ca.key -out ca.crt -days 365 -subj "/C=US/ST=State/L=Locality/O=Organization/CN=VPN CA" openssl req -newkey rsa:2048 -nodes -keyout server.key -out server.csr -days 365 -subj "/C=US/ST=State/L=Locality/O=Organization/CN=VPN Server" openssl x509 -req -in server.csr -CA ca.crt -CAkey ca.key -CAcreateserial -out server.crt -days 365 Step 4: Build the Docker Image Run the following command to build the Docker image: docker build -t vpn-as-a-service . Step 5: Run the Docker Container Run the following command to start the Docker container: docker run -d --name vpn-as-a-service -p 1194:1194/udp vpn-as-a-service This will start the OpenVPN server and expose port 1194 to the host machine. Client Configuration To connect to the VPN server, you'll need to create a client configuration file. Create a new file named client.ovpn with the following contents: client dev tun proto udp remote-cert-tls server remote <host_ip> 1194 resolv-retry infinite verb 3 Replace <host_ip> with the IP address of the host machine running the Docker container. Connecting to the VPN Server Use an OpenVPN client to connect to the VPN server. You can use the openvpn command-line client or a GUI client like Tunnelblick.
@Dr.Naranjo
@Dr.Naranjo 12 дней назад
not work any more
@habitscar
@habitscar 24 дня назад
Brother........... 😊
@habitscar
@habitscar 24 дня назад
Brooo reply me
@habitscar
@habitscar 24 дня назад
Bro, can u send me the whm cpanel lifetime license script please bro ❤️
@KaranPrajapatiacc
@KaranPrajapatiacc 27 дней назад
Permission denied. Error code: 3 Error massage from server: Permission denied Pls help
@saniyasuha
@saniyasuha 2 месяца назад
chiter dogy boy
@ATZCric-live
@ATZCric-live 2 месяца назад
Reply
@natia_comedy777
@natia_comedy777 3 месяца назад
Please give me lite speed web server null licence
@livemultimediabd
@livemultimediabd 3 месяца назад
Its life Time free?
@whmcpanelnull
@whmcpanelnull 3 месяца назад
Yes coming soon
@mouradlon1
@mouradlon1 4 месяца назад
download link please
@whmcpanelnull
@whmcpanelnull 4 месяца назад
drive.google.com/file/d/1cBEE6SXdWafWnzaFo38cFXsc55On1JKY/view?usp=drivesdk
@JANTAJANKARIOFFICIAL
@JANTAJANKARIOFFICIAL 4 месяца назад
Bhai squad proxy ko uninstall kar ke fir se kaise install kre
@whmcpanelnull
@whmcpanelnull 4 месяца назад
sudo systemctl stop squid sudo apt-get remove --purge squid sudo rm -rf /var/log/squid sudo rm -rf /var/spool/squid sudo reboot
@Techprash7
@Techprash7 4 месяца назад
Please provide Google drive download link
@whmcpanelnull
@whmcpanelnull 4 месяца назад
drive.google.com/file/d/1dBDONGyNMD_pzJ0Qkm2yROkOUA12wtIl/view?usp=drivesdk
@yaokouadio107
@yaokouadio107 5 месяцев назад
link please
@whmcpanelnull
@whmcpanelnull 5 месяцев назад
drive.google.com/file/d/1cBEE6SXdWafWnzaFo38cFXsc55On1JKY/view?usp=drivesdk
@HuyNguyen-qx2jr
@HuyNguyen-qx2jr 5 месяцев назад
Can you upload the notepad file in the video, it will very helpful! Thank you so much!
@whmcpanelnull
@whmcpanelnull 5 месяцев назад
drive.google.com/file/d/1NV3qcxCKO1ScbrOcqPWgFXY2l_8l006o/view?usp=drivesdk
@Chi3ftain
@Chi3ftain 5 месяцев назад
Useless video...
@viga_4
@viga_4 6 месяцев назад
This is work for lifetime?
@whmcpanelnull
@whmcpanelnull 6 месяцев назад
Yes
@realindian9721
@realindian9721 6 месяцев назад
I don't know, what you are teaching. But you are a great teacher and instructor.
@realindian9721
@realindian9721 6 месяцев назад
Wow really you are great. Without asking, you solve my question.
@realindian9721
@realindian9721 6 месяцев назад
By using IPMI access how can I install VMware
@whmcpanelnull
@whmcpanelnull 6 месяцев назад
Hello See the link below. support.us.ovhcloud.com/hc/en-us/articles/360000108630-How-to-Install-an-OS-with-IPMI
6 месяцев назад
Can you instruct me on how to share genuine cpanel licenses for multiple servers?
@TheNewsWatching
@TheNewsWatching 7 месяцев назад
Assalamu alaikum, do we need to pay you anything for this? I'm not sure if our server could be damaged afterwards. Can you enlighten us on this issue?
@TheNewsWatching
@TheNewsWatching 6 месяцев назад
?????
@anhbaobaton
@anhbaobaton 7 месяцев назад
can you make a video for cpanel nulled please?
@ariyan_razib
@ariyan_razib 7 месяцев назад
😍😍😍
@whmcpanelnull
@whmcpanelnull 7 месяцев назад
Just compatible with CPU: learn.microsoft.com/en-us/windows-hardware/design/minimum/supported/windows-10-22h2-supported-intel-processors?source=recommendations
@anhbaobaton
@anhbaobaton 7 месяцев назад
hello
@okeowomatt5090
@okeowomatt5090 8 месяцев назад
why repeat the statement several times, some of us are not mentally stable😂 it messing with my brain.
@HS-vr7cq
@HS-vr7cq 8 месяцев назад
But how can you explian it?
@obamaklr3367
@obamaklr3367 8 месяцев назад
братан, у тебя есть какая-нибудь социальная сеть, я хочу с тобой поговорить?
@MrCyberSolo
@MrCyberSolo 9 месяцев назад
Bro can you make cloudlinux licence bypass
@dimitris1834
@dimitris1834 9 месяцев назад
Hello. link file?
@whmcpanelnull
@whmcpanelnull 9 месяцев назад
copy video url to telegram activate link😃
@dimitris1834
@dimitris1834 9 месяцев назад
@@whmcpanelnull I'm sorry, I didn't understand what to do? I don't know English well
@whmcpanelnull
@whmcpanelnull 9 месяцев назад
скопировать URL-адрес видео в Telegram, активировать ссылку
@whmcpanelnull
@whmcpanelnull 9 месяцев назад
Ok
@uzumakinaruto-k6m
@uzumakinaruto-k6m 9 месяцев назад
HOW???
@primemovies4682
@primemovies4682 9 месяцев назад
i need it.please help
@whmcpanelnull
@whmcpanelnull 9 месяцев назад
copy video url to telegram activate link😃
@life_should_be_strong
@life_should_be_strong 9 месяцев назад
ok, so, how?
@IsmailTizirouiofficial
@IsmailTizirouiofficial 9 месяцев назад
Fake
@whmcpanelnull
@whmcpanelnull 9 месяцев назад
Not fake is real
@whiteningglow8350
@whiteningglow8350 9 месяцев назад
GitHub linkk bro
@whmcpanelnull
@whmcpanelnull 9 месяцев назад
Hello If you want a free license, it will be given to you only today So send the ssh server details to Telegram
@anhbaobaton
@anhbaobaton 9 месяцев назад
поскольку я не могу установить cpanel для ubuntu, я установил cloudlinux, и у него нет срока службы cpanel, пожалуйста, создайте его для меня. Спасибо вам большое!
@habitscar
@habitscar 24 дня назад
Bro do u provide me the scripts
@anhbaobaton
@anhbaobaton 9 месяцев назад
Можете ли вы создать пожизненную cpanel cloudlinux 9.3? Спасибо вам большое!
@hakikatilbey
@hakikatilbey 9 месяцев назад
I do not want to share the server's information. Why do you want server information in your script? You said you would provide open source that anyone could use. I was waiting impatiently, but now I'm disappointed.
@whmcpanelnull
@whmcpanelnull 9 месяцев назад
The famous poet Nizami wrote in his Khumsa poems: There is a lot of hope in despair, the end of the night is black and white that's mean: 1- There is always a bright light of hope and openness at the peak of despair. So one should not be disappointed. 2- This proverb teaches us that just as after a dark night, a white morning appears and a new day begins, it is the same in despair; Despair is like the dark night of which hope is the white morning. 3- Hope is the driving force of life. We should not turn it off with despair and depression. There is a lot of hope in despair, the end of the night is black and white. "Alas the morning is near; Is it not that the morning of hope (victory) is near? (Surah Hud, verse 81) Avoid disappointment: ⇐ O you who have wronged yourselves! Never despair of God's mercy. ⇐ They do not despair of mercy, except the misguided. ⇐ In verse 87 of Surah Yusuf, the Almighty said in this regard through the words of Yaqub: Do not despair of God's mercy, because no one despairs of God's mercy except the disbelievers."
@whmcpanelnull
@whmcpanelnull 9 месяцев назад
Путин: Согласно африканской пословице: «Хочешь идти быстро - иди один, хочешь идти далеко - иди вместе».
@whmcpanelnull
@whmcpanelnull 9 месяцев назад
Hello friends The github address has been changed to github.com/whmcpanelnull
@whiteningglow8350
@whiteningglow8350 9 месяцев назад
link not working
@whmcpanelnull
@whmcpanelnull 9 месяцев назад
Hello If you want a free license, it will be given to you only today So send the ssh server details to Telegram
@hakikatilbey
@hakikatilbey 9 месяцев назад
Is it 100% reliable?
@dhairyalimbani
@dhairyalimbani 9 месяцев назад
Done sir Lifetime is working for me