Installing Netbox in 10 Minutes or Less

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ต.ค. 2024
  • Click here for the full Netbox course: bit.ly/KITS-Ne...
    Setting up NetBox in a Docker-based environment can be done in 10 minutes. You need a LUNIX-based OS, and if you're not already running one, Jeremy shows you how to get started using Proxmox hypervisor. You must be wondering how come you never heard about Proxmox before as it takes only two minutes to get your Linux container up and running!
    ___________________________________________________________________
    #Viatto #netbox

ความคิดเห็น • 49

  • @GlutesEnjoyer
    @GlutesEnjoyer 3 ปีที่แล้ว +6

    super cool. hope you have one more video to show an overview of netbox (but slightly more in depth than last netbox video) - interested in this for documentation but not sure it's right for us

  • @DergEnterprises
    @DergEnterprises 2 ปีที่แล้ว +8

    Docker version 20.10.12, build 20.10.12-0ubuntu2~20.04.1
    I had to modify the docker-compose.override.yml file to:
    version: '3.4'
    services:
    nginx:
    image: nginx
    ports:
    - 8000:8080

    • @whitev6
      @whitev6 8 หลายเดือนก่อน

      This work as of 02.15.24. Use this !

    • @squirrel_ca9745
      @squirrel_ca9745 6 หลายเดือนก่อน

      You are an absolute legend and scholar !

  • @joshuadelaughter193
    @joshuadelaughter193 3 ปีที่แล้ว +3

    I agree with the sentiment of the other commenters. Installing it is well documented, how it looks and is used in the real world less so. Would love to see more content on that front.
    --big fan

  • @CliffR
    @CliffR 2 ปีที่แล้ว +6

    You said you'd put all the text below, but I don't see it

  • @zadekeys2194
    @zadekeys2194 3 ปีที่แล้ว +2

    Nmap can also scan & then populate entries in Netbox. Still getting this integration working.

  • @nowakkowalska
    @nowakkowalska ปีที่แล้ว +1

    When the default login "admin/admin" doesn't work, what can I do?

  • @haronssg1983
    @haronssg1983 หลายเดือนก่อน

    What about installing netbox with plugins? Will there be an example?

  • @EoeSantinny
    @EoeSantinny 10 หลายเดือนก่อน +1

    video at 10:28 -> docker-compose pull (not working.... I am using ubuntu inside WSL2).

  • @alexkass84
    @alexkass84 2 หลายเดือนก่อน

    Erm, since it's a docker. What about persistency of DB? Backups? Moving to another host?

  • @funkiam9214
    @funkiam9214 6 วันที่ผ่านมา

    Great video can you make vide how to add plugins if you run netbox in docker!thx

  • @didds1000
    @didds1000 3 หลายเดือนก่อน

    thats great. installs easily.
    however i havent a clue how to migrate from a previous non docker netbox system (different sysadmin who wrote FA down) to this docker netbox installation. All the online howtos are for a non dockor installation

  • @DanielBowne
    @DanielBowne 8 หลายเดือนก่อน +1

    Video needs an update. Not sure user and password is the same and docker-compose install is different.

  • @AbrarAhmed-o1f
    @AbrarAhmed-o1f 3 หลายเดือนก่อน

    Hi, Is there any was how can I install netbox in GCP? could you please guide me here

  • @amsg3243
    @amsg3243 6 หลายเดือนก่อน

    with this process, can you also now provide best way to upgrade to the latest version from here after install?

  • @NFerrari97
    @NFerrari97 ปีที่แล้ว

    Simple way to install Netbox.
    Being in a docket container, I could not manage to upgrade the Netbox version or export the database as backup.

  • @helpdesk_to_networkengineer
    @helpdesk_to_networkengineer ปีที่แล้ว

    I got it working. BUT I had to upgrade from Ubuntu 20 to 22.04.2 . During the docker-compose pull command, it gave me an error about docking-compose.yml was not a valid array. So I was troubleshooting that file for an hour or so, until I said let me update Ubuntu and start over. I delete the netbox directory and upgraded and that worked. Hopefully this post helps others with the same problem.

  • @ProffesorFarnsworth
    @ProffesorFarnsworth 3 ปีที่แล้ว +2

    I'm confused... I just watched this video and it said it was uploaded 11 months ago... Now the video is only 2 hours old. Are you re-uploading the same videos or is this one different somehow?
    Also, please continue with the netbox videos! I really want to see how this product is used for real life infrastructure documentation.

    • @TomWhi
      @TomWhi 3 ปีที่แล้ว

      I had the same thought. I only watched it the other day

  • @ivanivanov-xz7pg
    @ivanivanov-xz7pg 2 ปีที่แล้ว

    hi? it`s really cool, but not work for me
    i have "service nginx has neither an image nor a build context specified. at least one must be provided." error after docker-compose pull... how can i fix it?

    • @diegodib
      @diegodib 2 ปีที่แล้ว

      Same error here, did you fix it?

    • @ivanivanov-xz7pg
      @ivanivanov-xz7pg 2 ปีที่แล้ว

      @@diegodib yes, it work now :)

    • @diegodib
      @diegodib 2 ปีที่แล้ว

      @@ivanivanov-xz7pg Please tell me how did you do it

    • @ivanivanov-xz7pg
      @ivanivanov-xz7pg 2 ปีที่แล้ว

      @@diegodib it"s in this trend, change :nginx to : netbox in docker-compose

    • @ivanivanov-xz7pg
      @ivanivanov-xz7pg 2 ปีที่แล้ว +2

      @@diegodib change "nginx" to "netbox" in docker-compose file

  • @Arayankodesouth
    @Arayankodesouth 3 ปีที่แล้ว

    awesomest..!!!! Please continue

  • @scotmaciver
    @scotmaciver ปีที่แล้ว

    FYI - Don't follow netbox or video instructions when installing docker compose. Use 'apt install docker-compose-plugin' to get to version 2 or you will have errors when you get to the pull command. Seems they removed the hyphen between docker compose which answers other confusion I had. Anyways, hope that helps.
    Docker version >= 20.10.10
    containerd version >= 1.5.6
    docker-compose version >= 1.28.0 < via instructions I pulled down 1.25.0

    • @belthomas09
      @belthomas09 10 หลายเดือนก่อน

      I get an erro unable to locate package , can you help?

    • @scotmaciver
      @scotmaciver 10 หลายเดือนก่อน

      @@belthomas09 I don't know. Let me get back to my desk in a little while. I'll see if I can roll it out again and see if any errors pop up for me. I'll let you know.

    • @atifnour3012
      @atifnour3012 5 หลายเดือนก่อน

      can you help me about below 585ffaf33236" is unhealthy.
      ERROR: for netbox-worker Container "585ffaf33236" is unhealthy.
      ERROR: for netbox-housekeeping Container "585ffaf33236" is unhealthy.
      ERROR: Encountered errors while bringing up the project

    • @scotmaciver
      @scotmaciver 5 หลายเดือนก่อน

      @@atifnour3012 sorry not sure. I switched to Nautobot and i installed non-docker version.

  • @Bxtux
    @Bxtux 2 ปีที่แล้ว +1

    Hi, thank you very much for your usefull (and short :D ) video. Can I suggest to put your cmd line in the comment ? I can install putty to make copy-paste to my console, but not if you dont give the cmd lines to me :D ;-) (and the first link is dead)

  • @raul230285
    @raul230285 ปีที่แล้ว

    Cool

  • @michaelcooper5490
    @michaelcooper5490 ปีที่แล้ว

    admin:admin is not the correct username:password in my case.

    • @nowakkowalska
      @nowakkowalska ปีที่แล้ว

      did u found a right data?

    • @michaelcooper5490
      @michaelcooper5490 ปีที่แล้ว

      Yes I did actually ......

    • @nowakkowalska
      @nowakkowalska ปีที่แล้ว

      could u tell me what did u do please?
      @@michaelcooper5490

    • @nowakkowalska
      @nowakkowalska ปีที่แล้ว

      ok, i did it, hurra :D
      @@michaelcooper5490

    • @parmenides5032
      @parmenides5032 10 หลายเดือนก่อน

      @@nowakkowalska Can you tell me the solution please?

  • @The_Forker
    @The_Forker 3 ปีที่แล้ว

    1st hello jeremy idol

  • @cdromuser1
    @cdromuser1 10 หลายเดือนก่อน

    7:44 - netbox installation starts here. So many unawanted info. Dislike

  • @atifnour3012
    @atifnour3012 5 หลายเดือนก่อน

    please can you help me to fix this ERROR
    ERROR: for netbox-housekeeping Container "585ffaf33236" is unhealthy.
    ERROR: Encountered errors while bringing up the project.

    • @nickgrahovac9037
      @nickgrahovac9037 2 หลายเดือนก่อน

      Delete "version: '3.4'" from my docker-compose.override.yml fixed mine