How to Install and Selfhost your own Pathfinder Server/Instance

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

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

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

    Thanks so much! 2 days and about 6-7 tries from scratch to get it working and all I needed was this guide and a bit of simplicity.
    Now it's fully working.
    Perfect!

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

      Not a problem at all! Glad I was able to help, It took me a few tries when I first looked at it but with this method you can spin one up in a few minutes (if needed). Thanks for the comment it's really appreciated.

  • @mudhutter8982
    @mudhutter8982 11 месяцев назад

    This looks really good but its beyond my computer skills tbh. I'd say someone could make a tidy profit setting this up for those of us who have problems. Good to see and well explained however. Keep it up, your putting out some interesting content. You got my subscription. o7

    • @RustiePlays
      @RustiePlays  11 месяцев назад +1

      Hey Mudhuntter, thanks for Sub & comment really appreciate you taking the time to leave a message, no worries docker is something that seems to have endless possibilities (I’m still learning). I think you’re right if it’s something a lot people want then I might look into getting something sorted out, may have to put a poll up or something =D but most importantly I’m glad that you like/enjoy my content, I will keep doing my best.

  • @chaos248
    @chaos248 Месяц назад

    What is the CALLBACK URL? Im trying to set up for our small corp

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

    Ok i got it up and running! so many thanks! however, in the hosted community version, the map shows the known static in the bottom right corner of each system... in my personal setup i do not have this.... how do you enable that feature?

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

      Hi Kris, thanks for the comment it’s greatly appreciated. Apologies for not being able to get back to you sooner but I’m glad you were able to sort the 404 error you were having.
      As for the known statics being shown in the bottom right corner, I’ve not used the “Public” Pathfinder before so I’m not sure but the same modules should be available to you in your “Private” Pathfinder as it’s the latest fork of the “Public”. It might be worth exporting your “Public” map/s and importing them into your “Private” Pathfinder to see if that will populate the known statics for you.
      If I get time today I will take a look at the “Public” Pathfinder and see if I can get it working on mine.

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

      Thanks for the reply, it was actually just a waiting game, as it built up the databases XD . I am interested in getting a SSL certificate installed into the docker image. i have taken a base snapshot of my EC2 instance because I may mess this up a few times. if you have some tips on this as I dont see the typical nginx directory in /etc, or a good article out there on installing SSL certs within docker containers id greatly appreciate it. Cheers man. And many thanks
      @@RustiePlays

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

      I noticed the part where it says to delete line 89 after everything is all set up....... however line 89 for me now is 8080:8080 thats probably not right...... i removed the line i believe to be proper and, restarted the container. im not seeing a new SSL cert yet.

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

      i have gone down a full rabbit hole now, and realized..... i can compartmentalize all the apps running on this server, from SeAT, to pathfinder, a forum, and a proper website..... using nginx, portainer, and docker.... this is going to amazing. and I can host pathfinder for other corps with a subdomain...... this is gonna be sweet

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

      That’s amazing seems like you are now fully invested into docker and all it’s wonder lol I was going to recommend using Portainer as a great way to manage your Docker instances and setup multi nodes but you already found it. I really hope you’re able to do everything you want man but if you ever have any other questions let me know and I will try to answer them with my limited knowledge.

  • @martymatthews8972
    @martymatthews8972 3 месяца назад

    followed this to the letter and double and triple checked things, but i'm missing something.. when i put the domain in to load up pathfinder i get a 404 error

    • @zaron8614
      @zaron8614 Месяц назад

      Make sure you only put the address, delete

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

    Thank you so much for the installation guide! I have one question left, how did you add an SSL certificate to your service? After several attempts, I did not succeed

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

      Not a problem I’m glad it helped. You will need to use a reverse proxy that can handle SSL offloading, I use HAProxy that comes with OPNsense which is an open source firewall (forked from PFsense). But the one I would recommend using if you don’t already have one is NGinX Proxy Manager, it’s open source and can be run as a docker container, there is a great install video for NGinX Proxy Manager linked in the description, also their own documentation is really good. I hope this helps and thank you for your comment it’s greatly appreciated.

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

      @RustiePlays Thanks for the answer! I found a problem, the developer indicated in the instructions that before the "release" you need to erase line 89, when in fact you need to remove line 84. After the reboot, the certificate has earned

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

      That’s great news I’m glad you were able to get it resolved, I always use SSL off-loading (when I can) for these projects, so I never ran into that issue. Thank you for coming back and letting us know as I’m sure other people may run into this as well.

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

      Hey Muffin, -im having the exact same issue! ive removed line 84 however when i rebuild the containers, my SSL will not apply....- any tips?
      i figured it out! figures, like moments after this comment XD
      @@muffinsweetmuffin3650

  • @darrenkarp170
    @darrenkarp170 5 месяцев назад

    I need some help getting this up and running on my site. Can you help?

  • @zaron8614
    @zaron8614 Месяц назад

    Hey man! I get error when i try to run docker-compose exec pfdb /bin/sh -c "unzip -p eve_universe.sql.zip | mysql -u root -p\$MYSQL_ROOT_PASSWORD eve_universe"; Any idee please?