How to install the Pterodactyl Panel with Oracle Free Tier

Поделиться
HTML-код
  • Опубликовано: 2 фев 2025

Комментарии • 234

  • @parkiel54
    @parkiel54  3 года назад +26

    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

    • @sithlocks
      @sithlocks 3 года назад

      i could be doing something wrong but that fix doesn't seem to work for me

    • @parkiel54
      @parkiel54  3 года назад

      @@sithlocks do the firewall rules reset every time you reboot the instance?

    • @sithlocks
      @sithlocks 3 года назад +1

      @@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

    • @parkiel54
      @parkiel54  3 года назад +1

      @@sithlocks and you did the pinned comment commands?

    • @sithlocks
      @sithlocks 3 года назад +1

      @@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

  • @Mentiroso
    @Mentiroso 7 месяцев назад +1

    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.

    • @parkiel54
      @parkiel54  7 месяцев назад

      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

  • @RealZorf
    @RealZorf 11 месяцев назад +9

    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

  • @savagetheunicorn4555
    @savagetheunicorn4555 Год назад +3

    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!

  • @mikeekxs
    @mikeekxs 5 месяцев назад +2

    Thank you very much, this tutorial saved me a lot, the wings never worked but your tutorial helped me with that, thank you

    • @parkiel54
      @parkiel54  5 месяцев назад +1

      Glad to hear it was able to help you out!

  • @HorstLichtersBart
    @HorstLichtersBart 7 дней назад

    after 4 tries i finally managed to get it to work without any errors at start up or so. thank you

  • @boogy372
    @boogy372 2 года назад +2

    OMG I have been trying to do this for weeks THANKS FOR THE HELP!!!!! You have erned your self a new sub!

  • @nickrafuse984
    @nickrafuse984 2 года назад +14

    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

    • @pandx5835
      @pandx5835 Год назад

      lol same

    • @MadMaxness
      @MadMaxness 7 месяцев назад

      JUST USE THE PTERO bash script

  • @me89315
    @me89315 Год назад

    great video

  • @FAISCA12
    @FAISCA12 2 года назад +1

    Thanks a lot mate

  • @x-mishl
    @x-mishl Год назад

    Thanks man

  • @FlorisTH
    @FlorisTH 7 месяцев назад +2

    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"

  • @savagetheunicorn4555
    @savagetheunicorn4555 2 года назад

    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.

  • @thechosencactus5853
    @thechosencactus5853 2 года назад +13

    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.

    • @invaliduser2373
      @invaliduser2373 2 года назад +1

      Thanks a LOT!!! that helped

    • @ZeroDay_01
      @ZeroDay_01 Год назад +1

      Yes this was super helpful

    • @mood_4738
      @mood_4738 Год назад +1

      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"

  • @centraldonft
    @centraldonft Год назад

    tanks bro : *

  • @tijshollander4621
    @tijshollander4621 2 года назад +2

    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!

    • @parkiel54
      @parkiel54  2 года назад +2

      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

    • @tijshollander4621
      @tijshollander4621 2 года назад +1

      @@parkiel54 thanks man

  • @David.R2
    @David.R2 2 года назад +1

    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

  • @CyclingGamerOfficial
    @CyclingGamerOfficial Год назад

    OMG... I forgot about the IPTables... I was struggling for 3 days... MAN!!

  • @Dremaia777
    @Dremaia777 Год назад +1

    I don’t have a domain I can skip the part of setting a dns record ? 11:21

    • @parkiel54
      @parkiel54  Год назад

      Yeah, you don’t need a dns record. You do still need to create an nginx conf though.

    • @Dremaia777
      @Dremaia777 Год назад

      @@parkiel54só a leave the part blank?

    • @parkiel54
      @parkiel54  Год назад

      @@Dremaia777 nope, put your public ipv4 address

    • @Dremaia777
      @Dremaia777 Год назад

      @@parkiel54ok thanks

    • @me89315
      @me89315 Год назад

      @@parkiel54 would that be the same for 7:28? Or can I just skip that?

  • @pincek3702
    @pincek3702 3 года назад +2

    I set the ports as in the video, but the site still doesn't want to load.

    • @parkiel54
      @parkiel54  3 года назад

      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/

  • @pwishaan1967
    @pwishaan1967 2 года назад +1

    Hey can u tell after restarting the vps how to restart panel as I restart vps now on ip it is not loading Pterodactyl

  • @СашаЛевчук-ь5у
    @СашаЛевчук-ь5у 2 года назад +1

    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?

    • @parkiel54
      @parkiel54  2 года назад

      You certainly don’t need it. And I’ve also moved on to cloudflare registrar

    • @СашаЛевчук-ь5у
      @СашаЛевчук-ь5у 2 года назад

      @@parkiel54 Do you rent a domain and host there?

    • @parkiel54
      @parkiel54  2 года назад

      @@СашаЛевчук-ь5у no, I purchase the domain through cloudflare, and self host the server itself. Cloudflare doesn’t sell servers

    • @СашаЛевчук-ь5у
      @СашаЛевчук-ь5у 2 года назад

      @@parkiel54 I did everything according to the instructions, but the site does not open:(

    • @parkiel54
      @parkiel54  2 года назад

      @@СашаЛевчук-ь5у I can’t help without any details

  • @MetinYaldz
    @MetinYaldz 6 месяцев назад

    How can i add more nodes on the pterodactyl using by other oracle instances?

  • @mikeplaysnz5968
    @mikeplaysnz5968 2 года назад +1

    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?

    • @parkiel54
      @parkiel54  2 года назад

      Not all that sure, maybe iptables isn’t installed for you. Either way, I recommend using firewalld instead, it’s the pinned comment

  • @nitroxi4871
    @nitroxi4871 7 месяцев назад

    Can it be done without having a web domain? because it really stresses me out

  • @eliteluka6982
    @eliteluka6982 2 года назад +1

    Hi, I need some help, is there an option to skip the payment method requirement?

    • @parkiel54
      @parkiel54  2 года назад +3

      No, credit cards are used to make sure people don’t get multiple instances of their service.

  • @me89315
    @me89315 Год назад

    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:)

  • @Lord_common_sense
    @Lord_common_sense 7 месяцев назад

    and why exactly we use private unusable ip's instead of actually usefull ones ?? cant connect to an 10.0.0 for obvious reasons

    • @parkiel54
      @parkiel54  7 месяцев назад

      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.

    • @Lord_common_sense
      @Lord_common_sense 7 месяцев назад

      @@parkiel54 you have a discord ? would need

  • @Dearminder
    @Dearminder 2 года назад

    Hey can u make video about how to add database support?

  • @delugov
    @delugov 3 года назад +1

    Hello! I have the same problem as XDaniXSin. I restart the instance and the web no longer loads me(

    • @parkiel54
      @parkiel54  3 года назад

      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
      @parkiel54  3 года назад

      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

  • @SANDEEP-vf6mp
    @SANDEEP-vf6mp Год назад

    thank or lot or love for you

  • @logi_bear11
    @logi_bear11 2 года назад

    When I go to connect to my server putty says something like connection rufesed... how can I fix this??

  • @oPenguins
    @oPenguins 2 месяца назад

    when i do this : apt -y install software-properties-common curl apt-transport-https ca-certificates gnupg
    I get : -bash: apt: command not found

    • @parkiel54
      @parkiel54  2 месяца назад

      @@oPenguins did you try apt-get?

    • @oPenguins
      @oPenguins 2 месяца назад

      @@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

    • @oPenguins
      @oPenguins 2 месяца назад

      @@parkiel54 figured it out, thanks

  • @King-sp4oi
    @King-sp4oi 6 месяцев назад

    ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'pterodactyl'@'127.0.0.1' i keep running into this error :/

    • @parkiel54
      @parkiel54  6 месяцев назад

      @@King-sp4oi does the error specify why it’s failed?

    • @King-sp4oi
      @King-sp4oi 6 месяцев назад

      @@parkiel54 I wish. That’s all I see. Absolutely lost as to why it’s happening

    • @parkiel54
      @parkiel54  6 месяцев назад

      @@King-sp4oi from a quick google search, it looks like that user already exists within your database

    • @King-sp4oi
      @King-sp4oi 6 месяцев назад

      @@parkiel54 ok crap. So I gotta find a way to delete said user from database?

  • @lucamemeo8923
    @lucamemeo8923 Год назад

    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?

    • @parkiel54
      @parkiel54  Год назад

      All supported operating systems are listed in the docs

    • @tommasochiti4237
      @tommasochiti4237 Год назад

      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).

  • @inferno991
    @inferno991 2 года назад

    Can you make a video on how to setup Databases?

  • @XDaniXSin
    @XDaniXSin 3 года назад +1

    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

    • @parkiel54
      @parkiel54  3 года назад

      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.

    • @Mist261
      @Mist261 3 года назад

      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.

    • @parkiel54
      @parkiel54  3 года назад

      @@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

    • @Mist261
      @Mist261 3 года назад

      @@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`)

    • @parkiel54
      @parkiel54  3 года назад

      @@Mist261 weird, can you check if your MySQL is up and running? “systemctl status mysql”

  • @adijiggy7416
    @adijiggy7416 2 года назад

    Hello, the page won't load, it says "The page isn't loading properly". I'm using cloudflare as my proxy.

    • @parkiel54
      @parkiel54  2 года назад

      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

  • @MrPlayBoyCZ1
    @MrPlayBoyCZ1 2 года назад

    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

    • @gabrieltimoteo322
      @gabrieltimoteo322 2 года назад

      did you find a solution mate? im having the same problem

    • @MrPlayBoyCZ1
      @MrPlayBoyCZ1 2 года назад

      @@gabrieltimoteo322 yes of course i got solution, Its pinned in comments here on top, from video author it worked

  • @harenzaren
    @harenzaren 3 года назад +1

    Is there anything wrong with picking AD-2 or AD-3 over AD-1?

    • @parkiel54
      @parkiel54  3 года назад

      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

    • @harenzaren
      @harenzaren 3 года назад

      @@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
      @parkiel54  3 года назад

      @@harenzaren you should be fine

    • @harenzaren
      @harenzaren 3 года назад

      @@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

    • @parkiel54
      @parkiel54  3 года назад

      @@harenzaren you’re able to use it without a domain. However, I really do recommend domains, you can even order some online for free.

  • @haakon_bs
    @haakon_bs 8 месяцев назад

    The 8080 port, and the 2022 are timed out, anyone help?

  • @relism4874
    @relism4874 2 года назад

    i followed every single step for this but i cant seem to open ports other than 80 and 443 :/

    • @parkiel54
      @parkiel54  2 года назад

      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

    • @DarkSpectreStyle
      @DarkSpectreStyle 2 года назад

      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

  • @TheSikksens
    @TheSikksens 2 года назад

    Do you know if it's possible to use SteamCMD via Pterodactyl on this cpu?

    • @parkiel54
      @parkiel54  2 года назад +1

      Steamcmd does not natively support arm64

    • @TheSikksens
      @TheSikksens 2 года назад

      @@parkiel54 I guess I gotta go box86/64

  • @sqch
    @sqch 2 года назад

    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

    • @parkiel54
      @parkiel54  2 года назад

      No that shouldn’t be necessary. I do think it’s a firewall problem though

    • @sqch
      @sqch 2 года назад

      @@parkiel54 ah alright, figured it out from one of your comments thanks a lot

  • @zeeweenor
    @zeeweenor 2 года назад

    dude i keep getting errors when trying to create a ssl certificate with certbot something about failing the acme challenges

    • @parkiel54
      @parkiel54  2 года назад

      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

    • @zeeweenor
      @zeeweenor 2 года назад

      @@parkiel54 found a video from a dude that got his certs without port 80 or 443 thx for the fast answer tho

  • @SkeletalPlayz
    @SkeletalPlayz 2 года назад

    This site can’t be reached for my NGINX, any idea? Followed step by step carefully :(

    • @SkeletalPlayz
      @SkeletalPlayz 2 года назад

      I could open it from my Ubuntu Virtual Machine Firefox, but not my Main PC Chrome, they are all in the same network

    • @SkeletalPlayz
      @SkeletalPlayz 2 года назад

      I fixed it by command sudo systemctl restart nginx
      cheers!

  • @crazys_corner
    @crazys_corner Год назад

    Doesn't Pterodactyl not support Arm / Ampere?

    • @parkiel54
      @parkiel54  Год назад +1

      Pterodactyl itself supports it. Many servers like steamcmd servers don’t

  • @benfell
    @benfell 2 года назад +2

    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?

    • @parkiel54
      @parkiel54  2 года назад

      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

  • @Scattypie
    @Scattypie 2 года назад

    hey is there any scripts to install pterodactyl on oracle?

  • @anormalytuser
    @anormalytuser 3 года назад +1

    Great tutorial! Please do one on how to setup client

    • @parkiel54
      @parkiel54  3 года назад

      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.

    • @anormalytuser
      @anormalytuser 3 года назад

      @@parkiel54 client is not users -_-

    • @parkiel54
      @parkiel54  3 года назад

      @@anormalytuser then I guess I’m confused on what your request is then.

    • @tunefallofficial
      @tunefallofficial 3 года назад

      @@parkiel54 means pls make a tutorial in Dashboard for panel

    • @anormalytuser
      @anormalytuser 3 года назад

      Like how to setup Dashactyl, just search that on google

  • @SkeletalPlayz
    @SkeletalPlayz 2 года назад

    Can't get green healthy heart on node, any idea?

    • @parkiel54
      @parkiel54  2 года назад

      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

  • @jackmoody6372
    @jackmoody6372 2 года назад

    Hey I cant seem to connect through putty it keeps on timing out any ideas?

    • @parkiel54
      @parkiel54  2 года назад

      Did this occur after attempting to install the panel?

    • @jackmoody6372
      @jackmoody6372 2 года назад

      @@parkiel54 I was just starting and need to connect to start

    • @parkiel54
      @parkiel54  2 года назад

      @@jackmoody6372 yeah, I really don’t know how to help you out with that one. That’s kinda beyond the scope of this tutorial

    • @jackmoody6372
      @jackmoody6372 2 года назад

      @@parkiel54 is there another way to connect that I could try with out putty

    • @parkiel54
      @parkiel54  2 года назад

      @@jackmoody6372 putty wouldn’t be your problem, any ssh client will give you the same results

  • @tunefallofficial
    @tunefallofficial 3 года назад

    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?

    • @parkiel54
      @parkiel54  3 года назад

      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
      @tunefallofficial 3 года назад

      @@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?

    • @parkiel54
      @parkiel54  3 года назад

      @@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.

  • @unstoppabl6937
    @unstoppabl6937 2 года назад

    Unknown or bad timezone can i change it

    • @parkiel54
      @parkiel54  2 года назад

      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

    • @0hMyD0GRushPvP
      @0hMyD0GRushPvP 2 года назад

      @@parkiel54 and how to access it ?

    • @parkiel54
      @parkiel54  2 года назад

      @@0hMyD0GRushPvP you should be able to access it when logged in as root. You can simply nano into the file

  • @unstoppabl6937
    @unstoppabl6937 2 года назад

    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

    • @parkiel54
      @parkiel54  2 года назад

      I would consider logging in as root. Sudo -s

  • @Aivoton_
    @Aivoton_ Год назад

    Is there a max amount of ram i can use?

    • @parkiel54
      @parkiel54  Год назад

      In the panel? Or through oracle free tier?

    • @Aivoton_
      @Aivoton_ Год назад

      @@parkiel54 well for the server the max amount (without a pay ) just the oracle 1€ amount

    • @Aivoton_
      @Aivoton_ Год назад

      @@parkiel54 the max amount i can use for the server

    • @parkiel54
      @parkiel54  Год назад

      @@Aivoton_ 24gb is the maximum amount of memory you can have in oracles free tier

    • @Aivoton_
      @Aivoton_ Год назад

      @@parkiel54 whats the pterodactyl ram, isnt it for the server too?..

  • @youyouisbackbby492
    @youyouisbackbby492 2 года назад

    how many gb is this?

    • @parkiel54
      @parkiel54  2 года назад

      Minimum requirements to install the panel is 10gb storage, 1gb of memory, and 1 core

  • @XTremen22
    @XTremen22 2 года назад

    The minecraft port will not open

    • @parkiel54
      @parkiel54  2 года назад

      I would double check some firewall rules.

  • @ceyloncraft2024
    @ceyloncraft2024 7 месяцев назад

    bro my node heart not turning to green

    • @oPenguins
      @oPenguins 2 месяца назад

      prob too late but restart the wings

  • @kayz3124
    @kayz3124 2 года назад +1

    i cant afford a domain so i cant do it

    • @parkiel54
      @parkiel54  2 года назад

      I can’t help with that one

    • @N_Ved2
      @N_Ved2 2 года назад

      You can get a free domain with freenom.

  • @TheGamer3514
    @TheGamer3514 3 года назад +1

    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.

    • @parkiel54
      @parkiel54  3 года назад

      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

    • @TheGamer3514
      @TheGamer3514 3 года назад

      @@parkiel54 yes, just tried to run them again and it told be already enabled

    • @TheGamer3514
      @TheGamer3514 3 года назад

      turns out i forgot to do reload command, all fixed now

    • @parkiel54
      @parkiel54  3 года назад

      @@TheGamer3514 alright, sounds great!

    • @TheGamer3514
      @TheGamer3514 3 года назад

      @@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

  • @dvw
    @dvw 2 года назад

    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]

    • @parkiel54
      @parkiel54  2 года назад

      SSL does not work unless you have a domain

  • @_unun_
    @_unun_ Год назад

    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

  • @patrykakomiec4604
    @patrykakomiec4604 2 года назад

    ERR_TOO_MANY_REDIRECTS help me

    • @parkiel54
      @parkiel54  2 года назад

      Are you using some sort of proxy like cloudflare?

    • @patrykakomiec4604
      @patrykakomiec4604 2 года назад

      @@parkiel54 i fix this problem but my wings dont work

    • @patrykakomiec4604
      @patrykakomiec4604 2 года назад

      @@parkiel54 can you help me on anydesk ?

    • @parkiel54
      @parkiel54  2 года назад +1

      @@patrykakomiec4604 sorry, I can’t do that for you

  • @Harycna
    @Harycna 6 месяцев назад

    Hey, how to restart instance and the domain for my panel from putty after your trial expires?