Thank you for making this video, the format you used to teach someone while recording it was so much helpful and thanks to it I understood everything... wish I watched this video sooner instead of trying to go through the docs by my self and losing 8 hours of my time 💖💖
Hi i use noip for my domain and i have 1 domain that all of my friends know. Can i use that domain when ever it ask for a domain or do i need to set up sub domains and stuff like that?
Hey, you can use a domain like yourdomain.com instead of a subdomain for panel, but you're still gonna need another subdomain the wings, for example node.yourdomain.com
I successfully create ssl manual but when I tried to access the link it's not working. Can you please help me? I am using Ubutu 24.04 in Oracle Cloud and Hostinger for DNS. Should I put the IP of the link to the IP of the VM?
I put the public ip of my domain in target instead of puting the dns of hostinger. When I tried to ping the link i created it is working in the PuTTy but if I will use the browser or the command prompt it's response timeout
@@KingRyanGaming Make sure to: 1. Open ports 80 and 443 in Oracle Cloud Console (VCN > Security Lists) 2. Open the same ports in UFW if it's enabled 3. Add an A record in Hostinger DNS pointing your domain to your VM's public IP 4. Wait a few minutes for DNS to propagate after making changes
Try to ping your domain from your computer to see if it points to the right IP of your server that you are trying to generate certificate on. If not it means that you didn't create an A DNS record in your domain properly
hello im getiing this error when creating the certifcate: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet. Some challenges have failed.
I'd need more details to help find the problem. Make sure: 1. Your domain DNS is properly configured and pointing to your server 2. Your server is accessible from the internet 3. Ports 80/443 aren't blocked by your firewall I think it's probably a problem with DNS, perhaps it just didn't refresh after you added new A record pointing to your server.
@@ChrisRhodes2502 do you mean 500 error or "Certificate authority failed"? If you're getting 500 error in the nodes page or other 500 error in Pterodactyl panel, you can check and send over the logs using pastebin/hastebin. Here you can learn how to get read the logs: pterodactyl.io/panel/1.0/troubleshooting.html#reading-error-logs
What do you mean? 😁 Unfortunately I never tried installing Pterodactyl on Debian 12, so I don't have any experience with it but I think it should be pretty similar set up to this on Ubuntu. You would have to be just more careful while reading the documentation, because some steps are only necessary on Ubuntu while others different on Debian, but everything is in the documentation.
In all the professional and edited video tutorial, this is the best of all. THANKS YOU GUYS!!!
Thank you for making this video, the format you used to teach someone while recording it was so much helpful and thanks to it I understood everything... wish I watched this video sooner instead of trying to go through the docs by my self and losing 8 hours of my time 💖💖
Thanks, this helped a ton with some of the more vague parts of the documentation! You're both awesome~
at 26:21 it says to put an ip? what Ip my ipv4 v6?
It's ipv4
@@RestoreMonarchy okay perfect I'm the one on your discord server right now asking for help thank you
Thanks, This helped lots
Hi i use noip for my domain and i have 1 domain that all of my friends know. Can i use that domain when ever it ask for a domain or do i need to set up sub domains and stuff like that?
Hey, you can use a domain like yourdomain.com instead of a subdomain for panel, but you're still gonna need another subdomain the wings, for example node.yourdomain.com
I successfully create ssl manual but when I tried to access the link it's not working. Can you please help me? I am using Ubutu 24.04 in Oracle Cloud and Hostinger for DNS. Should I put the IP of the link to the IP of the VM?
I put the public ip of my domain in target instead of puting the dns of hostinger. When I tried to ping the link i created it is working in the PuTTy but if I will use the browser or the command prompt it's response timeout
@@KingRyanGaming Make sure to:
1. Open ports 80 and 443 in Oracle Cloud Console (VCN > Security Lists)
2. Open the same ports in UFW if it's enabled
3. Add an A record in Hostinger DNS pointing your domain to your VM's public IP
4. Wait a few minutes for DNS to propagate after making changes
@@RestoreMonarchy pls help me
I tried to create certificate a lot and debugged but I can't create certificate
Try to ping your domain from your computer to see if it points to the right IP of your server that you are trying to generate certificate on. If not it means that you didn't create an A DNS record in your domain properly
I tried to use http only too but it is not working too even though I bought a domain
I am using oracle for virtual machine and hostinger for domain
@@KingRyanGaming Please share your nginx configuration
@@RestoreMonarchy
location ~ \.php$ {
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass unix:/run/php/php8.3-fpm.sock;
fastcgi_index index.php;
include fastcgi_params;
fastcgi_param PHP_VALUE "upload_max_filesize = 100M
post_max_size=100M";
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param HTTP_PROXY "";
fastcgi_intercept_errors off;
fastcgi_buffer_size 16k;
fastcgi_buffers 4 16k;
fastcgi_connect_timeout 300;
fastcgi_send_timeout 300;
fastcgi_read_timeout 300;
include /etc/nginx/fastcgi_params;
}
location ~ /\.ht {
deny all;
}
}
hello im getiing this error when creating the certifcate: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet.
Some challenges have failed.
I'd need more details to help find the problem. Make sure:
1. Your domain DNS is properly configured and pointing to your server
2. Your server is accessible from the internet
3. Ports 80/443 aren't blocked by your firewall
I think it's probably a problem with DNS, perhaps it just didn't refresh after you added new A record pointing to your server.
@@RestoreMonarchy cant get to the nodes its give 500 server error how can fis this
Solved on Discord with @Paco_Gaming_TV :D He accidentally regenerated his APP_KEY and had to recreate database to fix this.
@@RestoreMonarchy @RestoreMonarchy im getting this same error could you advise how you troubleshooted it ? i have checked the above
@@ChrisRhodes2502 do you mean 500 error or "Certificate authority failed"? If you're getting 500 error in the nodes page or other 500 error in Pterodactyl panel, you can check and send over the logs using pastebin/hastebin. Here you can learn how to get read the logs: pterodactyl.io/panel/1.0/troubleshooting.html#reading-error-logs
Shows how to download pterodactyl on debian 12
What do you mean? 😁 Unfortunately I never tried installing Pterodactyl on Debian 12, so I don't have any experience with it but I think it should be pretty similar set up to this on Ubuntu. You would have to be just more careful while reading the documentation, because some steps are only necessary on Ubuntu while others different on Debian, but everything is in the documentation.