Ok, one important thing to notice, the iptable rules I now see are only a temporary fix, it will restart to it's default values when you reboot the machine. However, you can fix this by running these commands. sudo apt install firewalld -y sudo firewall-cmd --add-service=http --permanent sudo firewall-cmd --add-service=https --permanent sudo firewall-cmd --reload
Unfortunately exit code 128 is a pretty vague error code, it just means something’s wrong. It usually follows up with the actual error after that. I assume you probably already got your fix, but I figured I’d follow up if you still had an issue
So... I've created and destroyed at least a half-dozen Oracle instances trying to get this to work. Following you, step by step, has been the only successful way. so thank you very much! Now I'll add that during webserver config... you can replace quickly in nano with Ctrl+\ (the replace command) May save someone else a few seconds lol
I couldnt get the damn auto install script on github to work anymore for me but doing a manual set up solved everything! Thanks man! The panel user interface/log in just wouldnt show with the script but the webserver was running. It was odd.
I had a red heart for my node and I fixed it by running the command "firewall-cmd --permanent --zone=public --add-port=8080/tcp" also just to be sureI opened port 8080 in udp in oracle and in firewalld with the command "firewall-cmd --permanent --zone=public --add-port=8080/udp" Hope this helps.
After a reboot your server may not be working, that's because in my case firewalld wasn't enabled at a service. So run the command "sudo systemctl enable --now firewalld"
Hey I have a question, is it save to reboot the oracle instance…. Because I am scared that pterodactyl panel and wing will not start automatically?! After the reboot…. Please help me!
Well there’s a couple things to try, make sure you apply the firewall rules (pinned comment). Also make sure nginx is installed and running fine, systemctl status nginx If both of those are fine, check your pterodactyl logs. tail -n 100 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99 Lastly, make sure the ports are actually open portchecker.co/
Hi I am setting the IP table rules as done in video, and after i do sudo -i when i paste it comes back with command not found on each, how do i fix this?
Hey man great tutorial:) everything worked perfectly, just wondering if you have found a way to host eggs that need steamcmd? I've been looking into it and it seems that this is not possible because ampere is an ARM based processor and steamcmd doesn't work on that. I'm specifically trying to host an Unturned server and a Project Zomboid server. I've thought about trying to just download all the files and then uploading them through the file manager but then I would have to modify the egg commands and stuff. Do you think that could work? Thank you:)
Because the docker network can’t bind to public addresses. Your allocation being binded to your private ipv4 address will make the server accessible via your ipv4 public address. If your network has no NAT, then it wouldn’t matter.
Ok, I did a bit more digging around and found that the iptable rules reset every time you restart the instance. I'm gonna look into this a bit more and try and find a more permanent solution
@@parkiel54 sorry I had the wrong vm lol, but I do get another problem when running your pinned comment commands. root@nerdy-club:~# sudo apt install firewalld -y Reading package lists... Done Building dependency tree Reading state information... Done Package firewalld is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'firewalld' has no installation candidate
Does this process only work for instances with the Cannonical Ubuntu image or would I not have any issues installing this into my existing Oracle Linux 8 image instance?
Well there’s a couple things you can try, I’d check your nginx status and make sure it’s still up, you can do this by running “systemctl status nginx” you can also check the logs of your panel by typing “tail -n 100 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99”. The pterodactyl discord will also get you some pretty fast help if it’s still needed.
So the discord bot says "You don't appear to be providing a password for your database connection. Make sure to provide one in your .env file or all authentication attempts will fail. Remember to enclose it in double quotes such as DB_PASSWORD="mypassword" however the password I set up during installation is very clearly there, and I followed it with "cd /var/www/pterodactyl && php artisan config:clear" I'll see if I can get some help on the discord.
@@Mist261 hrm, very interesting error, not super certain if this will work but you can give this a shot, cd /var/www/pterodactyl php artisan p:environment:database (Do the database setup again, and definitely make sure to do the password) php artisan migrate --seed --force php artisan up
@@parkiel54 Thanks for the help. Same error I'm afraid! SQLSTATE[HY000] [1044] Access denied for user 'pterodactyl'@'127.0.0.1' to database 'panel' (SQL: select * from `settings`)
Hrm, there is a short of a million things that could cause this. I would check and make sure that your cloudflare is configured properly and maybe check your nginx logs and your panel logs. For Nginx, default path would be /var/log/nginx/pterodactyl.app-error.log tail -n 100 /var/log/nginx/pterodactyl.app-error.log | nc pteropaste.com 99
hi, when i restart system (command: shutdown -r) webpage not working (adding iptables every restart work) how to fix? also i cant use sudo firewall-cmd, it says Error: DBUS_ERROR: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory Thanks in advance
These are separated to help balance the capacity in their data centers. Availability on certain builds might vary depending on the selection. You can read more about it here. docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm
@@parkiel54 Currently it isn't letting me create one on AD-1 for the moment, so I was wondering if there was any downside to picking AD-2 or 3 for the time being.
@@parkiel54 last thing, do you need to own a domain in order to connect to the panel or can you just connect to it from your servers own ip if you use the right ports
Hrm, not entirely sure what could cause that. If you installed firewalld, you need to make sure those ports are added into the firewalld rules and make sure allocations are made correctly
una solucion mas facil, habilite la entrada de todos los puertos de su panel de oracle cloud, y desactive el bloqueo de conexiones en ip tables, use ufw en su lugar y ya deberia de andar
Hi Parkie, thanks for the easy video. Everything went swimmingly up until checking if the Node had connected. I get a red heart = not connected, and it says check the browser console. All I see in the console is: Uncaught TypeError: Cannot redefine property: BetterJsPop at Function.defineProperty () at inject (:5:929) at :6:9 at :7:9 I followed everything to a T, I don't know what has gone wrong... I don't even know if that is something that would affect the node?
Interesting, haven’t run into that one before. I’d try getting wings logs and pasting them in the pterodactyl discord. You can get your logs link by typing out sudo wings diagnostics
Creating users is actually a pretty simple process. You can create users in 2 different ways. 1. cd /var/www/pterodactyl php artisan p:user:make 2. Or you can just go I your panel, go to the users section. On the top right, press create user, and then fill out all the info.
There’s a couple possibilities. I recommend grabbing wings logs and pasting them in the pterodactyl discord. You can grab the logs by typing sudo wings diagnostics
Not entirely sure what you’re asking exactly. But you’re able to open as many ports as you wish, you can actually turn off the firewall altogether (I highly do not recommend this.). But even in this tutorial, I showed how to open 100 ports which should be plenty sufficient in this use case. But in case it isn’t, you can change the value of how many ports you open in the subnet rules, and the ip allocation tab in pterodactyl. Also yes, this configuration is free forever.
@@tunefallofficial I think you might be a little confused on what ports are. Are you talking about network ports? Or something else? Also yes, you are allowed to have 4 ampere cores with 24gb of memory free forever with oracle cloud.
The time zone you put is not an actual time zone. You can view all valid time zones here, en.m.wikipedia.org/wiki/List_of_tz_database_time_zones You can easily edit your timezone by editing your .env file in var/www/pterodactyl
E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission d enied) E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are y ou root? help plz hey no need for help bcz now it is working
I Am Trying To Setup Another Node. I Am Using A Diffrent Vps Which Is Also From Oracle Free Tier But I Keep Getting This Error, I Did All The Ports Stuff Shown In Your Video But That Did Not Help. Error: Error getting validation data To fix these errors, please make sure that your domain name was entered correctly and the DNS A/AAAA record(s) for that domain contain(s) the right IP address. Additionally, please check that your computer has a publicly routable IP address and that no firewalls are preventing the server from communicating with the client. If you're using the webroot plugin, you should also verify that you are serving files from the webroot path you provided.
hrm, did you do these commands at all? sudo apt install firewalld -y sudo firewall-cmd --add-service=http --permanent sudo firewall-cmd --add-service=https --permanent sudo firewall-cmd --reload
SQLSTATE[HY000] [1045] Access denied for user 'pterodactyl'@'localhost' (using password: YES) (SQL: select * from information_schema.tables where table_schema = panel and table_name = migrations and table_type = 'BASE TABLE') SQLSTATE[HY000] [1045] Access denied for user 'pterodactyl'@'localhost' (using password: YES) at command php artisan migrate --seed --force what am i supposed to do
Ok, one important thing to notice, the iptable rules I now see are only a temporary fix, it will restart to it's default values when you reboot the machine. However, you can fix this by running these commands.
sudo apt install firewalld -y
sudo firewall-cmd --add-service=http --permanent
sudo firewall-cmd --add-service=https --permanent
sudo firewall-cmd --reload
i could be doing something wrong but that fix doesn't seem to work for me
@@sithlocks do the firewall rules reset every time you reboot the instance?
@@parkiel54 thats what im thinking, whenever i reboot the instance i have to redo the iptable rules in order for the server console to load
@@sithlocks and you did the pinned comment commands?
@@parkiel54 yes, I rebooted the instance, saw there was a problem, ran the pinned comments, didnt fix it, so i ran the iptable rules and it worked
hello! i get exit code 128 error when i start the server, how can i fix this? Seerver ip is fine also not being used by anything else.
Unfortunately exit code 128 is a pretty vague error code, it just means something’s wrong. It usually follows up with the actual error after that. I assume you probably already got your fix, but I figured I’d follow up if you still had an issue
For the firewall cmds I used:
sudo firewall-cmd --permanent --zone=public --add-port=25565/tcp
sudo firewall-cmd --permanent --zone=public --add-port=25565/udp
sudo firewall-cmd --permanent --zone=public --add-port=80/tcp
sudo firewall-cmd --permanent --zone=public --add-port=80/udp
sudo firewall-cmd --permanent --zone=public --add-port=443/udp
sudo firewall-cmd --permanent --zone=public --add-port=443/tcp
sudo firewall-cmd --permanent --zone=public --add-port=8080/tcp
sudo firewall-cmd --permanent --zone=public --add-port=8080/udp
sudo firewall-cmd --permanent --zone=public --add-port=2022/udp
sudo firewall-cmd --permanent --zone=public --add-port=2022/tcp
sudo firewall-cmd --reload
Yea, any time I have an issue with running setup I always refer to this video. Used it atleast 10 times now and it's been a life saver. Amazing tut!
Thank you very much, this tutorial saved me a lot, the wings never worked but your tutorial helped me with that, thank you
Glad to hear it was able to help you out!
after 4 tries i finally managed to get it to work without any errors at start up or so. thank you
OMG I have been trying to do this for weeks THANKS FOR THE HELP!!!!! You have erned your self a new sub!
So... I've created and destroyed at least a half-dozen Oracle instances trying to get this to work. Following you, step by step, has been the only successful way. so thank you very much!
Now I'll add that during webserver config... you can replace quickly in nano with Ctrl+\ (the replace command)
May save someone else a few seconds lol
lol same
JUST USE THE PTERO bash script
great video
Thanks a lot mate
Thanks man
One problem is that with Oracle cloud free tier it takes ages to get a new instance. I keep getting the error "out of capcity"
I couldnt get the damn auto install script on github to work anymore for me but doing a manual set up solved everything! Thanks man! The panel user interface/log in just wouldnt show with the script but the webserver was running. It was odd.
I had a red heart for my node and I fixed it by running the command "firewall-cmd --permanent --zone=public --add-port=8080/tcp" also just to be sureI opened port 8080 in udp in oracle and in firewalld with the command "firewall-cmd --permanent --zone=public --add-port=8080/udp" Hope this helps.
Thanks a LOT!!! that helped
Yes this was super helpful
After a reboot your server may not be working, that's because in my case firewalld wasn't enabled at a service. So run the command "sudo systemctl enable --now firewalld"
tanks bro : *
Hey I have a question, is it save to reboot the oracle instance…. Because I am scared that pterodactyl panel and wing will not start automatically?! After the reboot…. Please help me!
You’d be completely fine to reboot. The only thing that might not work is if you didn’t save your firewall rules, they could reset after the reboot
@@parkiel54 thanks man
Hi parkiel! I have a small question how do I add databases. I have to create one? where? Thank you very much for the good video
OMG... I forgot about the IPTables... I was struggling for 3 days... MAN!!
I don’t have a domain I can skip the part of setting a dns record ? 11:21
Yeah, you don’t need a dns record. You do still need to create an nginx conf though.
@@parkiel54só a leave the part blank?
@@Dremaia777 nope, put your public ipv4 address
@@parkiel54ok thanks
@@parkiel54 would that be the same for 7:28? Or can I just skip that?
I set the ports as in the video, but the site still doesn't want to load.
Well there’s a couple things to try, make sure you apply the firewall rules (pinned comment). Also make sure nginx is installed and running fine,
systemctl status nginx
If both of those are fine, check your pterodactyl logs.
tail -n 100 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99
Lastly, make sure the ports are actually open
portchecker.co/
Hey can u tell after restarting the vps how to restart panel as I restart vps now on ip it is not loading Pterodactyl
I want to buy a domain on the same site that you bought. But do I need the Advanced Security feature or is it possible without it?
You certainly don’t need it. And I’ve also moved on to cloudflare registrar
@@parkiel54 Do you rent a domain and host there?
@@СашаЛевчук-ь5у no, I purchase the domain through cloudflare, and self host the server itself. Cloudflare doesn’t sell servers
@@parkiel54 I did everything according to the instructions, but the site does not open:(
@@СашаЛевчук-ь5у I can’t help without any details
How can i add more nodes on the pterodactyl using by other oracle instances?
Hi I am setting the IP table rules as done in video, and after i do sudo -i when i paste it comes back with command not found on each, how do i fix this?
Not all that sure, maybe iptables isn’t installed for you. Either way, I recommend using firewalld instead, it’s the pinned comment
Can it be done without having a web domain? because it really stresses me out
Hi, I need some help, is there an option to skip the payment method requirement?
No, credit cards are used to make sure people don’t get multiple instances of their service.
Hey man great tutorial:) everything worked perfectly, just wondering if you have found a way to host eggs that need steamcmd? I've been looking into it and it seems that this is not possible because ampere is an ARM based processor and steamcmd doesn't work on that. I'm specifically trying to host an Unturned server and a Project Zomboid server. I've thought about trying to just download all the files and then uploading them through the file manager but then I would have to modify the egg commands and stuff. Do you think that could work? Thank you:)
and why exactly we use private unusable ip's instead of actually usefull ones ?? cant connect to an 10.0.0 for obvious reasons
Because the docker network can’t bind to public addresses. Your allocation being binded to your private ipv4 address will make the server accessible via your ipv4 public address. If your network has no NAT, then it wouldn’t matter.
@@parkiel54 you have a discord ? would need
Hey can u make video about how to add database support?
Hello! I have the same problem as XDaniXSin. I restart the instance and the web no longer loads me(
Ok, I did a bit more digging around and found that the iptable rules reset every time you restart the instance. I'm gonna look into this a bit more and try and find a more permanent solution
Ok, I found a permanent solution, input these commands
sudo apt install firewalld -y
sudo firewall-cmd --add-service=http --permanent
sudo firewall-cmd --add-service=https --permanent
sudo firewall-cmd --reload
thank or lot or love for you
When I go to connect to my server putty says something like connection rufesed... how can I fix this??
when i do this : apt -y install software-properties-common curl apt-transport-https ca-certificates gnupg
I get : -bash: apt: command not found
@@oPenguins did you try apt-get?
@@parkiel54 sorry I had the wrong vm lol, but I do get another problem when running your pinned comment commands.
root@nerdy-club:~# sudo apt install firewalld -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package firewalld is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'firewalld' has no installation candidate
@@parkiel54 figured it out, thanks
ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'pterodactyl'@'127.0.0.1' i keep running into this error :/
@@King-sp4oi does the error specify why it’s failed?
@@parkiel54 I wish. That’s all I see. Absolutely lost as to why it’s happening
@@King-sp4oi from a quick google search, it looks like that user already exists within your database
@@parkiel54 ok crap. So I gotta find a way to delete said user from database?
Does this process only work for instances with the Cannonical Ubuntu image or would I not have any issues installing this into my existing Oracle Linux 8 image instance?
All supported operating systems are listed in the docs
It's extremely painful to do on Oracle Linux. If you're interested hmu on this comment, i'll share tips (i used ol8 as well).
Can you make a video on how to setup Databases?
hello, I have a problem, I followed all the steps and it worked fine for me but when I restart the instance the web no longer loads me
Well there’s a couple things you can try, I’d check your nginx status and make sure it’s still up, you can do this by running “systemctl status nginx” you can also check the logs of your panel by typing “tail -n 100 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99”. The pterodactyl discord will also get you some pretty fast help if it’s still needed.
So the discord bot says "You don't appear to be providing a password for your database connection. Make sure to provide one in your .env file or all authentication attempts will fail. Remember to enclose it in double quotes such as DB_PASSWORD="mypassword" however the password I set up during installation is very clearly there, and I followed it with "cd /var/www/pterodactyl && php artisan config:clear"
I'll see if I can get some help on the discord.
@@Mist261 hrm, very interesting error, not super certain if this will work but you can give this a shot,
cd /var/www/pterodactyl
php artisan p:environment:database
(Do the database setup again, and definitely make sure to do the password)
php artisan migrate --seed --force
php artisan up
@@parkiel54 Thanks for the help. Same error I'm afraid! SQLSTATE[HY000] [1044] Access denied for user 'pterodactyl'@'127.0.0.1' to database 'panel' (SQL: select * from `settings`)
@@Mist261 weird, can you check if your MySQL is up and running? “systemctl status mysql”
Hello, the page won't load, it says "The page isn't loading properly". I'm using cloudflare as my proxy.
Hrm, there is a short of a million things that could cause this. I would check and make sure that your cloudflare is configured properly and maybe check your nginx logs and your panel logs.
For Nginx, default path would be /var/log/nginx/pterodactyl.app-error.log
tail -n 100 /var/log/nginx/pterodactyl.app-error.log | nc pteropaste.com 99
hi, when i restart system (command: shutdown -r) webpage not working (adding iptables every restart work)
how to fix?
also i cant use sudo firewall-cmd, it says Error: DBUS_ERROR: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
Thanks in advance
did you find a solution mate? im having the same problem
@@gabrieltimoteo322 yes of course i got solution, Its pinned in comments here on top, from video author it worked
Is there anything wrong with picking AD-2 or AD-3 over AD-1?
These are separated to help balance the capacity in their data centers. Availability on certain builds might vary depending on the selection. You can read more about it here. docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm
@@parkiel54 Currently it isn't letting me create one on AD-1 for the moment, so I was wondering if there was any downside to picking AD-2 or 3 for the time being.
@@harenzaren you should be fine
@@parkiel54 last thing, do you need to own a domain in order to connect to the panel or can you just connect to it from your servers own ip if you use the right ports
@@harenzaren you’re able to use it without a domain. However, I really do recommend domains, you can even order some online for free.
The 8080 port, and the 2022 are timed out, anyone help?
i followed every single step for this but i cant seem to open ports other than 80 and 443 :/
Hrm, not entirely sure what could cause that. If you installed firewalld, you need to make sure those ports are added into the firewalld rules and make sure allocations are made correctly
una solucion mas facil, habilite la entrada de todos los puertos de su panel de oracle cloud, y desactive el bloqueo de conexiones en ip tables, use ufw en su lugar y ya deberia de andar
Do you know if it's possible to use SteamCMD via Pterodactyl on this cpu?
Steamcmd does not natively support arm64
@@parkiel54 I guess I gotta go box86/64
I followed all the steps but it says it cant use the port 8080? do i need to open the port as udp aswell because im pretty sure you didnt
No that shouldn’t be necessary. I do think it’s a firewall problem though
@@parkiel54 ah alright, figured it out from one of your comments thanks a lot
dude i keep getting errors when trying to create a ssl certificate with certbot something about failing the acme challenges
Well there’s a couple things to check. The rest of that error goes in more detail. Check you dns records and that your ports are open
@@parkiel54 found a video from a dude that got his certs without port 80 or 443 thx for the fast answer tho
This site can’t be reached for my NGINX, any idea? Followed step by step carefully :(
I could open it from my Ubuntu Virtual Machine Firefox, but not my Main PC Chrome, they are all in the same network
I fixed it by command sudo systemctl restart nginx
cheers!
Doesn't Pterodactyl not support Arm / Ampere?
Pterodactyl itself supports it. Many servers like steamcmd servers don’t
Hi Parkie, thanks for the easy video.
Everything went swimmingly up until checking if the Node had connected. I get a red heart = not connected, and it says check the browser console.
All I see in the console is:
Uncaught TypeError: Cannot redefine property: BetterJsPop
at Function.defineProperty ()
at inject (:5:929)
at :6:9
at :7:9
I followed everything to a T, I don't know what has gone wrong... I don't even know if that is something that would affect the node?
Interesting, haven’t run into that one before. I’d try getting wings logs and pasting them in the pterodactyl discord. You can get your logs link by typing out
sudo wings diagnostics
hey is there any scripts to install pterodactyl on oracle?
Great tutorial! Please do one on how to setup client
Creating users is actually a pretty simple process. You can create users in 2 different ways.
1.
cd /var/www/pterodactyl
php artisan p:user:make
2.
Or you can just go I your panel, go to the users section. On the top right, press create user, and then fill out all the info.
@@parkiel54 client is not users -_-
@@anormalytuser then I guess I’m confused on what your request is then.
@@parkiel54 means pls make a tutorial in Dashboard for panel
Like how to setup Dashactyl, just search that on google
Can't get green healthy heart on node, any idea?
There’s a couple possibilities. I recommend grabbing wings logs and pasting them in the pterodactyl discord. You can grab the logs by typing
sudo wings diagnostics
Hey I cant seem to connect through putty it keeps on timing out any ideas?
Did this occur after attempting to install the panel?
@@parkiel54 I was just starting and need to connect to start
@@jackmoody6372 yeah, I really don’t know how to help you out with that one. That’s kinda beyond the scope of this tutorial
@@parkiel54 is there another way to connect that I could try with out putty
@@jackmoody6372 putty wouldn’t be your problem, any ssh client will give you the same results
How to get unlimited ports from Oracle VM?
Means 1 port = 1 server so how can we get ports for server?
And is oracle vm is free for ever?
Not entirely sure what you’re asking exactly. But you’re able to open as many ports as you wish, you can actually turn off the firewall altogether (I highly do not recommend this.). But even in this tutorial, I showed how to open 100 ports which should be plenty sufficient in this use case. But in case it isn’t, you can change the value of how many ports you open in the subnet rules, and the ip allocation tab in pterodactyl. Also yes, this configuration is free forever.
@@parkiel54 i m asking that we need ports for Pterodactyl to make server so how can we get them?
So oracle free tier is free forever?
@@tunefallofficial I think you might be a little confused on what ports are. Are you talking about network ports? Or something else? Also yes, you are allowed to have 4 ampere cores with 24gb of memory free forever with oracle cloud.
Unknown or bad timezone can i change it
The time zone you put is not an actual time zone. You can view all valid time zones here, en.m.wikipedia.org/wiki/List_of_tz_database_time_zones
You can easily edit your timezone by editing your .env file in var/www/pterodactyl
@@parkiel54 and how to access it ?
@@0hMyD0GRushPvP you should be able to access it when logged in as root. You can simply nano into the file
E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission d enied)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are y ou root?
help plz hey no need for help bcz now it is working
I would consider logging in as root. Sudo -s
Is there a max amount of ram i can use?
In the panel? Or through oracle free tier?
@@parkiel54 well for the server the max amount (without a pay ) just the oracle 1€ amount
@@parkiel54 the max amount i can use for the server
@@Aivoton_ 24gb is the maximum amount of memory you can have in oracles free tier
@@parkiel54 whats the pterodactyl ram, isnt it for the server too?..
how many gb is this?
Minimum requirements to install the panel is 10gb storage, 1gb of memory, and 1 core
The minecraft port will not open
I would double check some firewall rules.
bro my node heart not turning to green
prob too late but restart the wings
i cant afford a domain so i cant do it
I can’t help with that one
You can get a free domain with freenom.
I Am Trying To Setup Another Node. I Am Using A Diffrent Vps Which Is Also From Oracle Free Tier But I Keep Getting This Error, I Did All The Ports Stuff Shown In Your Video But That Did Not Help. Error:
Error getting validation data
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address. Additionally, please check that
your computer has a publicly routable IP address and that no
firewalls are preventing the server from communicating with the
client. If you're using the webroot plugin, you should also verify
that you are serving files from the webroot path you provided.
hrm, did you do these commands at all?
sudo apt install firewalld -y
sudo firewall-cmd --add-service=http --permanent
sudo firewall-cmd --add-service=https --permanent
sudo firewall-cmd --reload
@@parkiel54 yes, just tried to run them again and it told be already enabled
turns out i forgot to do reload command, all fixed now
@@TheGamer3514 alright, sounds great!
@@parkiel54 i have a new issue now, i turn the node on, i get 0 errors but on panel it says the node is offline
hi, great video! but i ended up in a doubt, can i use the vps public ip on this command line? certbot certonly --nginx -d [domain]
SSL does not work unless you have a domain
SQLSTATE[HY000] [1045] Access denied for user 'pterodactyl'@'localhost' (using password: YES) (SQL: select * from information_schema.tables where table_schema = panel
and table_name = migrations and table_type = 'BASE TABLE')
SQLSTATE[HY000] [1045] Access denied for user 'pterodactyl'@'localhost' (using password: YES)
at command php artisan migrate --seed --force what am i supposed to do
did you solve it?
ERR_TOO_MANY_REDIRECTS help me
Are you using some sort of proxy like cloudflare?
@@parkiel54 i fix this problem but my wings dont work
@@parkiel54 can you help me on anydesk ?
@@patrykakomiec4604 sorry, I can’t do that for you
Hey, how to restart instance and the domain for my panel from putty after your trial expires?