Installing NetBox 10 minutes! WHAAAAAT?!?

  Рет қаралды 55,402

Viatto

Viatto

Күн бұрын

Get the full KITS NetBox course here!: bit.ly/KITS-NetBox
If you're interested in getting the course on the Proxmox Hypervisor go here: bit.ly/KITS-Proxmox
NetBox is a fantastic platform for network documentation, but most folks get hung up during the extensive installation process. Let’s fix that: I’m going to show you how to get your own NetBox instantly up and running in less than 10 minutes. For those of you that have done this before, you may realize how impossible that sounds...just watch ;o).
Exciting news!! My first full KITS course is out today, teaching you how to use NetBox! It's jam-packed with 20 lessons on everything you need to know to get started with an eye towards network automation as your next step. Learn more here: bit.ly/KITS-NetBox
#KeepingITSimple

Пікірлер: 108
@sijoriasijoria
@sijoriasijoria Жыл бұрын
Hi Jeremy- happy to see you explaining Netbox, have been watching your videos since a long time now, did my ccna voice, ccna route switch with you at CBT nuggets. You are a great teacher!
@kristopherleslie8343
@kristopherleslie8343 3 жыл бұрын
Did it again and thank you so much this worked out well. Was tired of the demo and was ready to do it in my home lab so I can get used to it more and deploy it for my job.
@HiltonT69
@HiltonT69 3 жыл бұрын
The Commodore Amiga, in its day (and for quite some time after) was an awesome piece of engineering.
@shaitech128
@shaitech128 3 жыл бұрын
Thanks Jeremy, loves your videos and explanations. I buy the full KITS course to support you and make more interesting videos (Please make CCIE Enterprise Infrastructure course)
@abhrajyotipaul9112
@abhrajyotipaul9112 3 жыл бұрын
Thanks a lot for the detailed explanation. Could you please guide to configure SSO for NetBox using MS ADFS
@axxoaxx288
@axxoaxx288 3 жыл бұрын
those who dont know how to start the netbox again after vm restart or shutdown or unexpected power down: 1. ssh or console login 2. enter ls . This will show you list of container folder. 3. Enter "cd netbox-docker ". In my case netbox-docker is my folder. 4. Enter "sudo docker-compose up" This will up your netbox docker...
@Fla2038
@Fla2038 3 жыл бұрын
Been waiting for this Video 👍👍👍
@Spegarinos
@Spegarinos Жыл бұрын
Thank you for your video! I have a question how can we take backup from the whole Netbox database
@alexanderchemel5963
@alexanderchemel5963 2 жыл бұрын
Great video!Thanks a lot!
@mariembuenaventura1278
@mariembuenaventura1278 3 жыл бұрын
You need to learn this NOW! I don't want to but I don't have a choice. Thanks sir! Can I do this on my XCP-NG?
@JoaoSilva-gs5jb
@JoaoSilva-gs5jb 3 жыл бұрын
yes you can!
@EoeSantinny
@EoeSantinny 8 ай бұрын
This is just a great! thank you!
@sitte24
@sitte24 3 жыл бұрын
Can you please do a video on how to get netbox up and running on a synology box using their docker package?
@famdebruin687
@famdebruin687 3 жыл бұрын
Hi. I have netbox running on Ubuntu with Docker. I want to move to another pc with Debian and Docker. How can I move the docker files ? Because it is a stack. Can’t find a good tutorial for this. Thanks
@societyofnerds8662
@societyofnerds8662 2 жыл бұрын
Hey, nice Tutorial but i get a Error when i use docker-compose pull "In file './docker-compose.override.yml', service must be a mapping, not a NoneType." Can anyone help?
@eulisesluis9536
@eulisesluis9536 2 жыл бұрын
Hello, how cHello, how could I make a daily backup of the changes that I am making? in case the machine fails to restore it, thank you very much for your help
@ajenks73
@ajenks73 3 жыл бұрын
Thanks for the video Jeremy, I'm currently running an old version of Netbox. I want to spin up a new server and install the newest version and then migrate my database, is this doable?
@sicanu1981
@sicanu1981 7 ай бұрын
Hi Jeremy, could you please show us how to update it as well, I have done a lot of work on my server and I do not want to lose all the work that I have done so far.
@MrEric377
@MrEric377 3 жыл бұрын
Oh, I am trying to learn Azure and I was able to bring up a server, install netbox and start using netbox in about 10 - 15 min. but QQ, does the SSH have to keep running? as soon as I exited out the website went down. but that could be because I didn't setup the server in azure correctly???
@damiondick7584
@damiondick7584 3 жыл бұрын
version: '3.4' services: netbox: restart: unless-stopped netbox-worker: restart: unless-stopped nginx: restart: unless-stopped ports: - 8000:8080 postgres: restart: unless-stopped redis: restart: unless-stopped redis-cache: restart: unless-stopped For the yml file
@stampeder1686
@stampeder1686 2 жыл бұрын
Thanks for this. It worked like a charm.....
@johnmichaelechavez5979
@johnmichaelechavez5979 3 жыл бұрын
thank you so much.. more promax videos..
@sitte24
@sitte24 3 жыл бұрын
There is no need to use putty, you can use ssh via cmd or (the way i love it) with Windows Terminal
@michaelcooper5490
@michaelcooper5490 Жыл бұрын
Hello Jeremy, Great job but your commands are not in the show notes, is there a place where we can get them? By The way if you would want a challenge Try upgrading netbox and doing a video there are a Ton of us who need to upgrade from an older version of netbox.
@muntasirkonok9323
@muntasirkonok9323 2 жыл бұрын
this is netbox 3.2.0 version. How can I update it after installation?
@axxoaxx288
@axxoaxx288 3 жыл бұрын
how to install the same in vmware workstation docker?
@f.f.ivanovsky694
@f.f.ivanovsky694 2 жыл бұрын
how do i set up ldap with netbox docker
@geogmz8277
@geogmz8277 3 жыл бұрын
Greaaaaaat!! 🙌🏻🙌🏻🙌🏻
@wreckedzilla
@wreckedzilla 3 жыл бұрын
mine running since about 2015,16?
@HarimaKentaro
@HarimaKentaro 9 ай бұрын
Is it possible to run multiple instances of netbox-docker within one VM? For example, in the above example that you have shown in the video, can you create a second instance? I tried doing it by creating a different project folder and download the files from git repo but when i run one instance, it just replaces the instance that is already running [I used different ports, tried even changing the project, container_name, network, etc. in the dock-compose.yml files] Thanks.
@MrRaru83
@MrRaru83 3 жыл бұрын
Sorry if this is a dumb question, but is there any way to get this to work with HTTPS?
@danielhimes9068
@danielhimes9068 3 жыл бұрын
Very nice Is the data you put in perminate? I know Docker has issues with that some time, don't know if the docker file fixes that or not.
@danielhimes9068
@danielhimes9068 3 жыл бұрын
Yes this is good
@harunaadoga
@harunaadoga 5 ай бұрын
Thank you!
@KeepingITSimple
@KeepingITSimple 5 ай бұрын
You bet!
@oldshield
@oldshield 3 жыл бұрын
Hey, if we use this via docker, where is the data stored? Am i going to reboot this box and all the work be gone?
@Nec89
@Nec89 3 жыл бұрын
When you set up the docker container you declare a working directory to store it all. Default is / but generally its set to WORKDIR /app by the base image
@avchernousov
@avchernousov 2 жыл бұрын
Чисто восхитос! Thanks Jeremy!
@davidescolargodinez4931
@davidescolargodinez4931 2 жыл бұрын
I execute: docker-compose pull , then it show this error: The Compose file is invalid because: Service nginx has neither an image nor a build context specified. At least one must be provided. Mi .yml: version: '3.4' services: nginx: ports: - 8000:8080
@michaelkearney8998
@michaelkearney8998 11 ай бұрын
rename "nginx" to "netbox"
@TheBenmcgee
@TheBenmcgee Жыл бұрын
Commodore Amiga :) Mine was an Atari 800 XL
@gibson60
@gibson60 3 жыл бұрын
09:55 I think Dockerfile has nothing to do with Docker compose. Docker compose downloads the artifacts from docker registry on the cloud while Dockerfile is used to build a docker locally
@maoryatskan6346
@maoryatskan6346 2 жыл бұрын
Sorry but you are wrong
@cinerunners
@cinerunners 5 ай бұрын
i have a problem i can open netbox login page, but i cant log in with admin, admin, where ist the problem ?
@Kestrel38
@Kestrel38 2 жыл бұрын
Love this, but Jeremy when you created the LXC container you put the DNS IP in the domain field instead of the server field. Otherwise thanks so much for all the content you create for the network engineer community. Long time listener, first time caller.
@KeepingITSimple
@KeepingITSimple 2 жыл бұрын
Good point!
@marianovallejos3115
@marianovallejos3115 3 жыл бұрын
Hi, i'm new on Docker. I want start using Netbox on my laptop, then migrate all to another environment using Docker. I know Docker have volume so maybe this is missing on this course. Could anyone help me?
@KeepingITSimple
@KeepingITSimple 3 жыл бұрын
You're giving me plenty of ideas for a Docker series :)
@marianovallejos3115
@marianovallejos3115 3 жыл бұрын
​@@KeepingITSimple First thanks you. I saw a NetworkChuck live video with you, so i decide to use Netbox with Docker and this is my first try with Docker.
@jeffreyillescas2606
@jeffreyillescas2606 10 ай бұрын
What did I do wrong? If when I enter netbox I get a username and password error, I can't log in with "user" admin and "against" admin
@ErikRichardson1984
@ErikRichardson1984 9 ай бұрын
me neither
@dr.johannesmunch891
@dr.johannesmunch891 2 жыл бұрын
Using the docker of my synology rackstation, I regard it more reliable and recoverable than my VM-ware esxi Hypervisor...
@denxos
@denxos 2 жыл бұрын
Hey, could you explain how you installed Netbox on a Synology? I've been trying to run Netbox on a Docker container in my Synology, but no luck so far.
@jedilee
@jedilee 3 жыл бұрын
Where is the docker-compose.override.yml text file copy and paste? I can't get the tabs right.
@KeepingITSimple
@KeepingITSimple 3 жыл бұрын
Added it to the description of this video: kzfaq.info/get/bejne/nZ6kdpiX1dGVgZ8.html
@curtish3481
@curtish3481 2 жыл бұрын
I had the unfortunate issue of receiving the following error: The Compose file is invalid because: Service nginx has neither an image nor a build context specified. At least one must be provided.
@Rayzorc
@Rayzorc 2 жыл бұрын
For a quick answer, the docker-compose file must reflect this. So where nginx: was put netbox: Also dont forget the spacing tee docker-compose.override.yml
@FranckEhret
@FranckEhret 3 жыл бұрын
What about installing Netbox in a Windows (server) docker container ? 😊
@KeepingITSimple
@KeepingITSimple 3 жыл бұрын
Totally possible
@FranckEhret
@FranckEhret 3 жыл бұрын
@@KeepingITSimple I'd like to see that, I'm struggling to chose the right platform and I'm not a Linux guru AT ALL :P
@JoaoSilva-gs5jb
@JoaoSilva-gs5jb 3 жыл бұрын
@@FranckEhret you don't need to be a Linux guru, the commands are all there, just try it out on VirtualBox and them try it out on windows server
@FranckEhret
@FranckEhret 3 жыл бұрын
@@JoaoSilva-gs5jb in fact I have a netbox install on a small linux vm but not in a container, that is for my lab. But my speciality is Windows, so for the challenge... :-)
@ositsitsigxitdkgzitsit5244
@ositsitsigxitdkgzitsit5244 3 жыл бұрын
Got a vm for this to try in the morning
@martynch
@martynch 3 жыл бұрын
Where did you get the VM from
@JoaoSilva-gs5jb
@JoaoSilva-gs5jb 3 жыл бұрын
@@martynch try VirtualBox on windows, or virt manager on linux
@DanielKretsu
@DanielKretsu 3 жыл бұрын
I want Netbox to auto start when I power on the VM after it's been shut down or rebooted, What do I need to do to make this work? Can't find any info online...
@brambruggers
@brambruggers 3 жыл бұрын
same here? any tips? any one
@Nec89
@Nec89 3 жыл бұрын
So you have two options 1. use "docker run --restart=always" 2. edit your "compose.yml" config file and edit or add "restart: always"
@squirrellysiege8361
@squirrellysiege8361 3 жыл бұрын
Trying to get this working on a Raspberry Pi running Raspberry Pi OS. Everything seems to go well, until I do the docker-compose pull. I get an error: ERROR: The Compose file is invalid because: Service nginx has neither an image nor a build context specified. At least one must be provided. I haven't been able to find any information on the error, so I don't know if it is because of the OS or what. Anybody have success running Netbox on a Raspberry Pi OS?
@lanzevalencia6614
@lanzevalencia6614 3 жыл бұрын
I'm having the same error, did you managed to resolve this?
@vitorhugopereiradesousa1721
@vitorhugopereiradesousa1721 2 жыл бұрын
I am doing it all as he has (including Proxmox server, setup as he did) and getting the same error root@ubuntu18:~/netbox-docker# docker-compose pull ERROR: The Compose file is invalid because: Service nginx has neither an image nor a build context specified. At least one must be provided.
@vitorhugopereiradesousa1721
@vitorhugopereiradesousa1721 2 жыл бұрын
@@lanzevalencia6614 I managed after all, go to the git url and copy the code from there (the tee part)
@lanzevalencia6614
@lanzevalencia6614 2 жыл бұрын
@@vitorhugopereiradesousa1721 tnx, ill try this one
@vitorhugopereiradesousa1721
@vitorhugopereiradesousa1721 2 жыл бұрын
@@lanzevalencia6614 also, remove the nginx part from the script provided by Jeremy, there's isn't nginx (still haven't figured what happened but that stopped me having "nginx" errors
@tikshuv-ccna
@tikshuv-ccna 3 жыл бұрын
Thanks. I think it was too fast, confusing, and jumpy, maybe the clock made you (and me) dizzy. The all virtual and containers mixed and made it messy to understand - that is for me anyways.
@marcesw35
@marcesw35 3 жыл бұрын
can Netbox be installed on a Raspberry PI?
@cj_ames
@cj_ames 3 жыл бұрын
I have not had any luck with trying this on a Pi4....
@thurmanpaul3501
@thurmanpaul3501 3 жыл бұрын
I'm sure it could run on a container on a RasPi4! I have plenty of containers running on mine. I'm gonna try it out.
@joostbosman1725
@joostbosman1725 2 жыл бұрын
SSH config is not available for me
@MsRoflcopterman
@MsRoflcopterman 2 жыл бұрын
apt install ssh, than try again. Had the same issue
@julioccamara
@julioccamara Жыл бұрын
What is the username/ pass???? I'ved try admin/admin, netbox/netbox dont login
@adamboyd2570
@adamboyd2570 11 ай бұрын
same issue. did you ever figure it out
@ErikRichardson1984
@ErikRichardson1984 9 ай бұрын
i had to go into the docker container shell using docker exec -it /bin/bash and then i created an account using python manage.py createsuperuser then followed on the onscreen prompts
@ErikRichardson1984
@ErikRichardson1984 9 ай бұрын
you can get the container name or id by doing docker ps
@bobmarsh-ql3wt
@bobmarsh-ql3wt 8 ай бұрын
@@ErikRichardson1984 can you please give me the comments sir. Im new to this. thank you in advance!
@ErikRichardson1984
@ErikRichardson1984 8 ай бұрын
@bobmarsh-ql3wt i used chatgpt which helped me resolve the issue.
@kristopherleslie8343
@kristopherleslie8343 3 жыл бұрын
Is it me or did he forget to install the virtualization drivers?
@JoaoSilva-gs5jb
@JoaoSilva-gs5jb 3 жыл бұрын
probably proxmox doesn't need them
@kristopherleslie8343
@kristopherleslie8343 3 жыл бұрын
@@JoaoSilva-gs5jb great thought. I don't know yet. I launched the environment in under an hour from download, setup usb, install hypervisor and docker. Sweet video ;)
@kristopherleslie8343
@kristopherleslie8343 3 жыл бұрын
@@JoaoSilva-gs5jb it's one of those things, that wasn't explained :) but honestly, I don't think at this stage you have to install the QEMU drivers so far. Working fine and fast.
@MassivaMusic
@MassivaMusic 2 жыл бұрын
qemu was not nessesary in this case but is advised.
@ErikRichardson1984
@ErikRichardson1984 3 жыл бұрын
i dont often post but i am doing this behinde a proxy and had some issues this is how i fixed it For anyone who is changing the DNS but it is not getting results, check the proxy. You should setup a proxy for docker: stackoverflow.com/questions/23111631/cannot-download-docker-images-behind-a-proxy First, create a systemd drop-in directory for the docker service: mkdir /etc/systemd/system/docker.service.d Now create a file called /etc/systemd/system/docker.service.d/http-proxy.conf that adds the HTTP_PROXY environment variable: [Service] Environment="HTTP_PROXY=proxy.example.com:80/" If you have internal Docker registries that you need to contact without proxying you can specify them via the NO_PROXY environment variable: Environment="HTTP_PROXY=proxy.example.com:80/" Environment="NO_PROXY=localhost,127.0.0.0/8,docker-registry.somecorporation.com" Flush changes: $ sudo systemctl daemon-reload Verify that the configuration has been loaded: $ sudo systemctl show --property Environment docker Environment=HTTP_PROXY=proxy.example.com:80/ Restart Docker: $ sudo systemctl restart docker Thanks to Evinhas github.com/docker/for-win/issues/611
@dennisweikel2566
@dennisweikel2566 Жыл бұрын
I wish this was a 20-minute video where you performed standard Ubuntu installation without using proxmox. The proxmox added a layer that I wasn't able to follow. I was not able to get the installation Netbox running using your recipe.
@lcrince
@lcrince 7 ай бұрын
the normal installation, without proxmox, is just using docker. There are a ton of ways to do that none of which are difficult due to the plethora of documentation and tutorials available. The hard part is proxmox, that is what makes this video unique and so helpfull.
@SH-fc7xp
@SH-fc7xp 3 жыл бұрын
50 bucks? All the topics are in the docs, it should at least cover napalm, plugins, some api stuff etc
@danielkrajnik3817
@danielkrajnik3817 3 жыл бұрын
is proxmox like vmware on steroids?
@aditya234567
@aditya234567 2 жыл бұрын
This is lie.. you should start from turning on the PC lol
@montesdeocaaldo8604
@montesdeocaaldo8604 3 жыл бұрын
Stop talking so much and explain the installation better
@sarmentinho
@sarmentinho 7 ай бұрын
version: '3.4' services: netbox: restart: unless-stopped netbox-worker: restart: unless-stopped netbox: restart: unless-stopped ports: - 8000:8080 postgres: restart: unless-stopped redis: restart: unless-stopped redis-cache: restart: unless-stopped For the yml file
Netbox Cabling
19:30
Viatto
Рет қаралды 27 М.
Best operating system for Servers in 2024
11:41
VirtualizationHowto
Рет қаралды 44 М.
Son ❤️ #shorts by Leisi Show
00:41
Leisi Show
Рет қаралды 8 МЛН
The Core of Everything   Your First Netbox Site
10:06
Viatto
Рет қаралды 22 М.
This web UI for Ansible is so damn useful!
20:07
Christian Lempa
Рет қаралды 468 М.
Installing Netbox in 10 Minutes or Less
14:32
Viatto
Рет қаралды 19 М.
Netbox Device Types
13:37
Viatto
Рет қаралды 13 М.
NetBox Custom Scripts & Plugins, Interop 2020
29:26
Network to Code
Рет қаралды 15 М.
Quick and Easy Local SSL Certificates for Your Homelab!
12:08
Wolfgang's Channel
Рет қаралды 732 М.
you need to learn Docker RIGHT NOW!! // Docker Containers 101
23:19
NetworkChuck
Рет қаралды 2,6 МЛН
Как бесплатно замутить iphone 15 pro max
0:59
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 8 МЛН
Мой новый мега монитор!🤯
1:00
Корнеич
Рет қаралды 761 М.
Какой ноутбук взять для учёбы? #msi #rtx4090 #laptop #юмор #игровой #apple #shorts
0:18
Nokia 3310 top
0:20
YT 𝒯𝒾𝓂𝓉𝒾𝓀
Рет қаралды 4,2 МЛН