DIY Raspberry Pi KVM-Over-IP Under $60 with Pi-KVM

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

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

  • @coreylista1
    @coreylista1 4 года назад +40

    Great review! PiKVM is one of the best projects I've ever seen. The developer is not only incredibly talented, but a super nice guy. He really goes out of his way to help you out, and even add custom features! There is so much you can do with this software, it truly is mind-blowing!

  • @SteveJones172pilot
    @SteveJones172pilot 3 года назад +5

    WOW! Where has this been all my life!! I've been waiting for YEARS for someone to make something like this.. I would have even been happy with VGA to composite to make it easier to video capture, but this exceeds all my expectations.. Cant believe I haven't stumbled across this before now. Thanks for bringing this up.. definitely doing this!!

  • @developerpranav
    @developerpranav 4 года назад +51

    Thanks man! It's because people like you, the Linux community is getting better and better everyday! I pay my respects to a generous dev like you.

    • @MuminovicGoran
      @MuminovicGoran 3 года назад +3

      Bro he's not the dev.

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

      @@MuminovicGoran he's a Dev. I didn't say he's the Dev for a particular software

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

      @@developerpranav he's a youtuber, don't you see the youtube milestone on his wall. Doing that much content leaves no time for dev. Youtubing is his job.

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

      @@MuminovicGoran he has developed some stuff too. What tells you he can't do both?

  • @MarkEmeryPhotography
    @MarkEmeryPhotography 4 года назад +4

    This is definitely one to watch. When HDMI audio is supported, this will be one of the most popular Pi projects ever.

    • @NovaspiritTech
      @NovaspiritTech  4 года назад +4

      That is in the works according to the dev

  • @owNewBlood
    @owNewBlood 4 года назад +83

    So weird I looked up ways to do this 3 days ago for over 4 hours, and then see this video summing up all my research. Well played.

    • @BlkRider
      @BlkRider 4 года назад +2

      Same here. I was looking for a keyboard and mouse emulation using arduino or esp32 just to build this exact thing. I didn't even think about using raspberry.

    • @mitchellslot
      @mitchellslot 4 года назад +3

      I did it a couple of months ago the hard way. Trial and error with a esp for keyboard/mouse and screen with a usb-rca & a rca-hdmi via VLC on a rpi 1b.
      Now I cry because it's sooo slow compared to such solution

    • @Deltacasper
      @Deltacasper 4 года назад +2

      Yeah I did as well 😂

    • @gremlinonthego
      @gremlinonthego 4 года назад +1

      Does one rpi support 1 machine only or multiple ?

    • @kennethmcdonald4411
      @kennethmcdonald4411 4 года назад +1

      It was made after you looked for it by AI to fill the void.

  • @TahmidRashid
    @TahmidRashid 4 года назад +3

    Simply WOW! I have been looking for a cheap IP KVM for literally years!!! Man that guy who came up with this idea is a genius,

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

      A RPI Compute Module 4 IO Board for PiKVM ruclips.net/video/aehOawHklGE/видео.html

  • @spacefrogfeds
    @spacefrogfeds 4 года назад +1

    Just wanted to say thanks for making this video. 3 weeks ago I googled the hell out of diy kvm over network and didn't find anything helpful. I've ordered the parts to build a couple. Thanks so much.

  • @MarkEichin
    @MarkEichin 4 года назад +7

    about halfway through I started wondering if I could use this for remote installs (from a custom ISO)... and then at +10m you show exactly that! Nice!

  • @W1ldTangent
    @W1ldTangent 4 года назад +9

    Holy crap this project has come a LONG way since I first checked it out back around March. I really look forward to the HAT accessory, I'll probably end up ordering a handful of them.

  • @pezictusfish
    @pezictusfish 4 года назад +3

    Cool, as a cheapo KVM for my lab (Dell Optiplex 990 on steroids) I was using a Raspberry Pi but taking advantage of the vPro AMT KVM over IP and Manageability Commander/Mesh Commander, but the method only worked for vPro Intel chips by enabling the AMT setup. Still, if you have a vPro Intel processor, you can setup a KVM almost for free, you just need any other computer on the network, even a pi zero. Really like this approach you are posting though, no need for vPro!

  • @davocc2405
    @davocc2405 4 года назад +12

    Also Dr Don - two cool bits you didn’t mention in this (but which you actually came up with earlier)
    :
    - plugging a physical KVM switch into it and wiring that up so you can trigger the switching button from device to device; this would let you plug multiple systems into this configuration and switch between them with a command that switches over the physical connections.
    So if you have, say, several servers to maintain remotely - all done with one connection
    - Using a VGA > HDMI converter (about $5-15) to allow this solution to work with older gear, servers, etc. This has been tested by people (in their forums) and apparently works well. Combine this with the switcher and bingo, you can control remotely a cluster of systems; awesome for unattended support.
    Not just the advantage of more up-to-date software and infrastructure - this can also potentially bet set up and you could instruct a remote user to plug it into a box (so you can do a build, etc.). I reckon this could mean the difference between doing the job remotely and a 4 hour drive each way because of a BIOS screen. It's really hard to over-state how awesome this thing is eh.

    • @ScottPlude
      @ScottPlude 4 года назад

      My thoughts exactly! Some clients require a long drive to get there. Traffic can be a nightmare. Having one of these devices "layin around" can save tons of time.

    • @davocc2405
      @davocc2405 4 года назад

      @Michael Anthony you can wire that up too by wiring the jumper pins on the board to a relay, I've seen that done before (in that case someone made an IR remote to power their PC on and off). In this case I'd probably be relying on BIOS config for wake-on-keyboard input but if the site were, say, unattended - it'd be a definite option. I'd probably also set up a PXE boot config if possible to allow diagnostics utilities to be bootable for each system (e.g. disk diagnostics sweeps, memtest86, etc.).

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

      Oh awesome! I was going to ask about vga. My ASRock Rack mobo does not have HDMI. Good to know 👍
      Do ISO's have to be loaded into the Pi to be mountable? 🤔 It's not a deal breaker but it's always super convenient with the iDRAC & iLO's to just mount it off my desktop thru the browser.

  • @MichaelAddlesee
    @MichaelAddlesee 4 года назад +2

    Sounds interesting. Two comments though.
    1) Audio quality of this video is rather poor. Lacking in high frequencies. You might want to look into your setup.
    2) Could do with a better initial explanation of what the KVM over IP achieves. What plugs into where? A diagram would really help.

    • @NovaspiritTech
      @NovaspiritTech  4 года назад +1

      1. You are right. I'm looking into new setup as we speak. The lapel mic is acting up and not giving me good audio range.
      2. I will be making a follow up video to this to answer alot of the questioned asked. I was explaing this as if people already know what kvm and that's my bad

  • @systemofapwne
    @systemofapwne 4 года назад

    Goddammit. I hacked something similar together with a Pi ZeroW and a serial to UART level shifter in order to control my remote offsite backup NAS. I just wish this video here was around earlier this year :D Now I am going to rebuild my "IPMI" (how I called it) with this brilliant Pi-KVM. Thank you so much for sharing this!

  • @kirksteinklauber260
    @kirksteinklauber260 4 года назад +3

    Nice video but can you elaborate more on the physical build of the 2 options and how you interconnect the Y split cable?? Any plans to to include on this DIY the ATX control? Last but nit least have you considered to Print in 3D a PCI bracket case? Then you can put the pi inside of your tower using like a PCI slot similar to a Supermicro board with IPMI

  • @dave_dennis
    @dave_dennis 4 года назад +2

    Wow! This solves so many problems for me. I can’t wait to try this out.

  • @ianliuzzi-fedun6723
    @ianliuzzi-fedun6723 4 года назад +7

    I'm quite confused how you'd use the linked USB cable exactly. If you have P4 then what would be the proper setup, exactly?

    • @jayshomebrew
      @jayshomebrew 4 года назад

      I was confused as well, as there needs to be a diagram of the wiring. Data (D+,D-,gnd) needs to go from 'server' to PI usb-c. Power supply (5VDC, gnd) wired to PI usb-c. So with the Y cable in the video, he covered 5VDC for the end that goes into the 'server'; dangerous, but it'll work. Here's the only pic I could find. images.app.goo.gl/xBrbzbE3QUAWY75ZA

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

      @@jayshomebrew His next video on 24-Nov-2020 (this one is 20-Nov-2020) shows a diagram @ ruclips.net/video/KXn2xRPLfXg/видео.html (at 6:19).

  • @jengu3276
    @jengu3276 3 года назад +4

    Amazon link to USB hdmi no longer works. Please fix, thx.

  • @ScottPlude
    @ScottPlude 4 года назад +1

    I'm so excited about this! This might be the most exciting video you have produced.
    BTW- I have seen some of the items you mentioned in past videos and ordered online from Microcenter. That was cute until I actually drove to their nearest store. OMG! That place is HEAVEN!

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

    Hello, is there Somewhere a pic of all connected wiring ? For the pi and pi connected to a pc ?

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

    What is going on? That is an excellent question. I am so pleased that all these dope guys pose the question at the beginning of their videos.

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

    I got my Pi-KVM to work, including the OTG, by using only the following parts:
    - Raspberry Pi 4B 2GB
    - USB-C to USB-A cable (uses the computer connected via USB-A to control/view connected to Pi USB-C to power it) $5 for a 3-pack on Amazon
    - HDMI-to-CSI-2 bridge $34.99 on Amazon
    - HDMI to HDMI cable (from my box of cables) or VGA-to-HDMI ($10.99 on Amazon)
    - SD Card (SanDisk 128GB that I already had) -- for the Pi-KVM image and ISO images to mount to server
    It only cost me $40 in additional parts to get the basic functionality working. The VGA-to-HDMI adapter is for VGA output only, which majority of servers/systems utilize. I fully tested both VGA-to-HDMI and HDMI-to-HDMI and they work as expected. Now, I have my own KVM over IP console working, I can move the systems into a data closet or attic and can remotely manage them. All my systems can be remotely powered on via Wake-on-LAN, so no need to be physically in front of the system in order to perform maintenance. Next project is to get a EzCoo 4 port HDMI switch $75 on Amazon and connect the Pi to that (make sure it gets power via the same USB-A to USB-C cable). That is still less than $200 in parts to include the Pi for a 4-port KVM over IP and works using web interface thanks to PiKVM project.

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

      Awesome!!!!, I also just got the prototype so will be reviewing that this week

  • @toto99303
    @toto99303 4 года назад +2

    Thanks! You just gave me what I needed for my home datacenter :)

  • @therealjamescobb
    @therealjamescobb 4 года назад

    Awesome job promoting this. It is much needed. This seems like a great project to support and build.

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

    Correct me if I'm wrong: If ALL you care about is the video feed and keyboard+mouse control, seems like the only things you need are the RPi (I'd get the 4), the HDMI-CSI bridge connected ONLY by the ribbon cable, and the power splitter (or jacked up USB cables). Plus power source, of course. No other hardware or wiring is needed, right? (I want to control Macs so the motherboard and power connections don't mean anything to me)

  • @TitelSinistrel
    @TitelSinistrel 4 года назад +2

    glossing over that USB Y-splitter like that is why poeple will blow up their motherboards. That Y-splitter is what makes or breakes the whole thing and you just glossed over it. They recommend a Type-C splitter with PCB which are much harder to find btw.

  • @burgersnchips
    @burgersnchips 4 года назад

    I wanted to do this very thing for my cctv, ended up using USB over cat5 adapters and vga over cat5 adapters and ran 2 cables to the nearest TV and just put a mouse there. This seems so much more elegant...

  • @masterneme
    @masterneme 4 года назад +13

    I'm not personally interested in KVM but this is indeed amazing. And it indirectly got me thinking about how close we're to a Raspberry powered OBS streaming box. I believe you have done some tests with OBS, right? Is the performance good or do we need to wait maybe for the next Pi generation?

    • @NovaspiritTech
      @NovaspiritTech  4 года назад +19

      shhhh stop giving away my ideass LOL i'm working on OBS streaming using the HDMI-CSI2 bus

    • @masterneme
      @masterneme 4 года назад +1

      @@NovaspiritTech 😄

    • @danielgstohl9993
      @danielgstohl9993 4 года назад +2

      @@NovaspiritTech If you really want to dive deep on streaming with a Pi, I recommend looking into gstreamer and snowmix. I managed to get a decent 1080p30 stream out of a Pi with that. OBS is unfortunately super slow because of the UI.

    • @TaylorThomasVideo
      @TaylorThomasVideo 4 года назад

      @@danielgstohl9993 what about using chromium and obs ninja?

    • @masterneme
      @masterneme 4 года назад

      @@danielgstohl9993 That's interesting, did you OCed the Pi? What video quality settings and bitrate did you use?

  • @cryptmind4202
    @cryptmind4202 4 года назад +3

    Rarely do I find a tech video where I actually learn something new. This is one of them :) thanks! 😊

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

    This is such an incredibly cool project. Open-source is just so much better than an expensive enterprise-solution where you are subject to the mercy of a company if you need a feature or bug-fix. And it will become much easier to setup with v3.

  • @JohnPMiller
    @JohnPMiller 4 года назад +1

    Whenever I'm away, power goes out or an update breaks my Chrome Remote Desktop. This is great! I had never thought to look for an HDMI to CSI-2 adapter. Excellent video, but some of the cuts where you are moving your hands are a bit awkward. That's OK.👍

  • @AdmV0rl0n
    @AdmV0rl0n 4 года назад +5

    I am unclear on connection between the KVM and the target systems. Is this one pi per server?

    • @RCdiy
      @RCdiy 4 года назад +2

      Probably could use a kvm switch and then the pi.

    • @johnhartsell8697
      @johnhartsell8697 4 года назад

      I would like to know also.

    • @accaliaelementia7171
      @accaliaelementia7171 4 года назад +1

      Without the use of a KVM-switch it's a 1-1 connection. The developer recommends a KVM switch brand by Ezcoo for use with this product as that can be controlled via the Pi over USB connection without needing to open the KVM case to solder in some GPIO connection points to simulate button presses on the switch input button. For more info, check out the project github or the official discord for the project

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

    Great tip! Thank you for sharing!

  • @4acae86
    @4acae86 4 года назад

    There is another very similar project called tinypilot kvm that uses the same usb dongle. They sell this great little device that separates out the power and keyboard from the usb c connector so that you don't have to use tape. I think this ones software looks a little more refined, but tinypilot will install on the standard raspberry pi OS. I'm definitely going to check this one out though. Thanks for the heads up!
    Also, as a side note, iLo 4 and 5 both have very good html5 consoles now. But as always with hpe, you gotta pay to play.

  • @CaptainRayaa
    @CaptainRayaa 4 года назад

    Ok this is amazing. If I had something like this setup at work I would not be in the office right now on a Sunday morning fixing a panicking build server! Will have to test if it works with a usb vga capture card though.

  • @beauslim
    @beauslim 4 года назад

    Awesome vid. I think I bumped into this project when it was still really rough. This looks amazing now.

  • @jasonperry6046
    @jasonperry6046 4 года назад +3

    Have you used ZeroTier? I wonder how well it would work over ZeroTier.

    • @GuilhermeFreireluis
      @GuilhermeFreireluis 4 года назад

      I also would like to know...
      Remote securely behind a CgNAT woul make this more useful than a ipkvm

    • @PileofKyle
      @PileofKyle 4 года назад

      Good question

  • @unwisestnevada1
    @unwisestnevada1 4 года назад +1

    Thanks for this video! This is just amazing what we can do just using a RPI 4!! Thanks again, fantastic and really complete explanation.

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

      A RPI Compute Module 4 IO Board for PiKVM ruclips.net/video/aehOawHklGE/видео.html

  • @Arek_R.
    @Arek_R. 4 года назад +1

    Can you control windows computers with it as well?

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

      It is connected like a physical keyboard, mouse and display. It can be used with any computer that supports USB mouse, keyboard and an external monitor. With the ATX extension you can even switch it on and off. It is for desktop computer and servers. Laptops would have very limited functionality.

  • @yuan.pingchen3056
    @yuan.pingchen3056 4 года назад

    The KVM over IP is not a new idea, but it's first time to implemented in such low cost, good job! it's much better than 4 bay 2.5 inch sata NAS...

  • @IngwiePhoenix_nb
    @IngwiePhoenix_nb 4 года назад +1

    Woah, this is neat! I'd love to see a multi-system variant (hooking up 2, 3 systems at once) as a means of administering a small serverfarm. Such a cool little product for that price!

    • @mdevaev
      @mdevaev 4 года назад +1

      Multiport! github.com/pikvm/pikvm/blob/master/pages/multiport.md

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

    For those confused about the usb connection, a usc-c power/audio adapter splitter works perfectly.

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

    Do you have a video/picture/link of how to connect the cables between Raspberry and the device?

  • @jasonperry6046
    @jasonperry6046 4 года назад +6

    Sooo... you mean to tell me I can leave one of these at my parents house and when they start having problems I can just tell them to plug it in!!!!! Mind blown.

    • @NovaspiritTech
      @NovaspiritTech  4 года назад +2

      yessss and if you use the same HDMI USB i'm using, it has a HDMI out so you can keep it on there forever with out hem even knowing

    • @antikommunistischaktion
      @antikommunistischaktion 4 года назад

      Well you'd have to do a good bit of additional setup, but yes. You'd need to set a static IP for the Pi or DHCP reservation for the Pi on your parent's router, port forward whatever ports this needs (I am assuming 80 and 443), then set up DDNS (I recommend DuckDNS) so that you can access it if your parent's public IP address happens to change. This is assuming your parents are not behind CGNAT, if they are things get a bit more complicated but still doable.

    • @jasonperry6046
      @jasonperry6046 4 года назад

      @@antikommunistischaktion I am using CloudFlare for dynamic DNS as they are my registrar. As for the VPN bit I can either use the OpenVPN server on my netgate firewall or I think I am more likely going to use Zerotier so I can keep the tunnel down till I need it.

    • @roots1984
      @roots1984 4 года назад +2

      @@antikommunistischaktion Or you just activate tailscale on the Pi and you can just connect to it whenever it's connected to an internet connection

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

      @@antikommunistischaktion you wouldn't open ports on your parents firewall that would be an absolute security minefield. Just set up a VPN client on the device to connect back to a network you control.

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

    For the HDMI CSI Bridge, is that like a seperate hat that has a male hdmi port that allows direct connection to the server?

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

    Hello,
    I really love your videos but this time i am a bot confused, regarding to what hardware do I need.
    I have a spare raspberry pi4 2gb I can use, and I want the cheapest solution, the diy version.
    Is it enough just the csi bridge and some cable adapter or do i need to buy an extra hat? I am confused if i need the hat as well the csi bridge or not.
    Your video is very good on the software part, but the hardware for me it is not clear.
    Thank you.

  • @veritas7010
    @veritas7010 15 дней назад

    you are a legend

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

    Don: Did you mention about using pikvm for doing remote support? I need to control and monitor the remote computer which has monitor and kbd/mouse local to the computer. Would I use some kind of HDMI splitter before the pi? How will the display resolution be resolved between what is feed to the pi vs to the local monitor?

  • @savorycaesar4158
    @savorycaesar4158 4 года назад

    Keep up the good work bro. You are amazing. Your videos always have lots of good information.

  • @charliehuang1252
    @charliehuang1252 4 года назад

    Awesome product. It’s amazingly working well. Definitely would buy the hat to test it out.

  • @JoaoSilva-gs5jb
    @JoaoSilva-gs5jb 4 года назад

    now just put it on a mini case and ship it to remote clients, amazing!

  • @cmmac3067
    @cmmac3067 4 года назад

    This is Cool Uncle Don!

  • @n8yt
    @n8yt 4 года назад +2

    Good video and detail. But to be honest, most newer server hardware (iLO's or iDRAC's, etc.) are HTML5 capable now. Java is only a concern with systems that are older than a few years ago. I definitely can see a use for this but as it relates to your statement about server hardware, this really doesn't apply nowadays IMO.

  • @NicholasSouris
    @NicholasSouris 4 года назад +5

    So it is really a KVMP(orts)D(rive)

  • @notthesameman
    @notthesameman 4 года назад

    Nice! Thanks for support on pi4

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

    this is going to priceless to hand over a few of these to our field "engineers". One thing that is kinda glossed over, to the point that i'm actually not sure it exists. Aside from offering remote control to a desktop via hdmi. Does it offer a desktop of it's own? It would be lovely to have a workspace where i could store data using utilities such as nmap or samba.

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

      i guess nothing stops you from installing xfce and xrdp

  • @drbali
    @drbali 4 года назад +17

    Clicked for kernel Virtual machine
    Stood for Kvmpd

  • @TheQuispie
    @TheQuispie 4 года назад +1

    This is really cool! I'm using a AV-access 4kip100-kvm and it works so fast I can actualy game on it. However I'm struggling to get my switch to keep the connection stable. As soon as I send data via the switch I have black screens :( but maybe something to take a look in. It is lossless streaming up to 4k and usb2.0 is fully supported.
    Very cool this Pikvm my subscription is added ✌️

  • @xPakrikx
    @xPakrikx 4 года назад

    Ou this is so cool :) very nice project

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

    could you make a video about how to connect the ATX controls

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

    How do exactly connect the USB splitter cable? I am unsure what to do with it.

  • @MegaManNeo
    @MegaManNeo 4 года назад +1

    I actually came across this or at least a project like that a couple of weeks ago but I haven't further look into it yet.
    Seeing how well it works for you and potentially even on Zeros makes me interested indeed as I have quite a usecase for KVM switches.
    Both at home and at work.

  • @johngay8416
    @johngay8416 4 года назад

    XWindow has been network transparent from day one. Back in the 80's. It's commonly called a thin-client. Or a remote XWindow client. I set up a thin-client on a 386 PC for my daughter to log into my Dual PII computer back in the late 90's.
    Only Windows waited until the new millennium to allow remote desktop. But they only allowed one desktop. So if someone connected to your computer with remote desktop, they were driving the same desktop you saw.
    UNIX and Linux actually had true multi-user login from the beginning.

  • @BlackRoseCloud
    @BlackRoseCloud 4 года назад

    This is so cool and could be so helpful with various projects, but I was hoping so much for a soild 60fps on the video feed. I wanted to do something where I have my pc in a 4U server style case in another room. then have something like this in the office easily hidden and keeping my desk looking clean. some of the more expensive network kvm claim to do 4k60 so im going to look into that. using this in combination of say steam streaming is also a option

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

    Have you tried getting this working with a VGA based system? I have a few older systems that I need to support that don't have HDMI

  • @banshee10000
    @banshee10000 4 года назад +5

    And here i thought its going to be covering a Kernel Virtual Machine (KVM) on a Pi.

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

    Thanks for the review. And what about Mic and Headphones? Is there a possibility to hook them remotely as well? Thanks

  • @mikestreksgaming5890
    @mikestreksgaming5890 4 года назад

    I know what I am building next! This is awesome.

  • @xybersurfer
    @xybersurfer 4 года назад

    this is great! thanks for sharing this

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

    Why is the splitter needed? can you just use a different USB for the virtual kb connection?

  • @jasonperry6046
    @jasonperry6046 4 года назад +1

    What are the minimum requirements if I want to make these with a compute module?

    • @NovaspiritTech
      @NovaspiritTech  4 года назад +1

      you can run this on raspberry pi zero.... so not much requirements

  • @SchmurtzAlex
    @SchmurtzAlex 4 года назад +1

    Awesome, thanks to share. Their designed board should have 4G option !
    It could be excellent : you send a computer with this device and you can configure it remotely on another network!

  • @DialM4Microcontrollr
    @DialM4Microcontrollr 4 года назад +1

    Hey, great video. I will be using this for a non-server. Just FYI, Dell iDrac does use HTML5 now rather than java. Since the Dell R620 and R720 servers have been released in 2012 they can support HTML5. You might want to check for the latest Lifecycle controller for your PARTICULAR Model

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

    hey this is awesome. one question i had is if it is easy for clients to set this up on their broken systems so i can remote repair them. it would seem like they would not know how to add these devices to their network to get the internet connection to be established between my workshop and their client systems.

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

      You can add tailscale vpn to the pikvm, he has a write up on it which will give you a remote VPN access without needing the client to do any work like opening ports

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

      @@NovaspiritTech thanks ill have to check it out!

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

    With the 0w is there much lag? I have quite a few of those and I'm tempted to use these on my home labs.

  • @pdonovansouthie
    @pdonovansouthie 4 года назад

    Is there a picture to show where the splitter goes in/out? Not obvious to me. Have pi4

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

    would it be possible to include audio streaming also?

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

    Can this KVM be tweaked to act as a Baseboard Management Controller (BMC)? Excuse me if I am being a total noob

  • @edgewood99
    @edgewood99 4 года назад

    Definitely cool. I am assuming a mainstream remote control program could be used...teamviewer/anydesk? Remote to remote....to physical.

  • @thebigt42
    @thebigt42 4 года назад

    Very cool! Great Vid! I have always wanted a device like this. Please make a more descriptive hardware setup video. Particularly the hdmi csi

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

    Does PIKVM support on Raspberry pi compute module?

  • @why400
    @why400 4 года назад

    I like you can control the POWER and RESET buttons of the host computer too

  • @rjakes
    @rjakes 4 года назад

    Is there any DIY Raspberry pi project which can be used to connect USB devices via Ethernet?

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

    Don, i think your usb splitter recommendations in description is wrong because you linked splitter power + data+power one. Correct me if i wrong...

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

    Thanks man! amazing...!!!

  • @devanarayanababu1996
    @devanarayanababu1996 4 года назад

    Woah! such a Cool Idea..

  • @tld8102
    @tld8102 4 года назад

    Gaming/workstation kvm over ip? Like usb passthrough too for printers and webcams?

    • @NovaspiritTech
      @NovaspiritTech  4 года назад

      If you follow my other tutorial for usb over network. It is possible

    • @tld8102
      @tld8102 4 года назад

      @@NovaspiritTech thank you. I like your usbip video except im experiencing some issues,
      How would i make it so that it auto attaches every startup(server) and have it connected and running without having powershell open (client)? Im not too familiar with this stuffs and having a guiding light is much appreciated.

  • @davocc2405
    @davocc2405 4 года назад +1

    Now that looks familiar!!

  • @succuvamp_anna
    @succuvamp_anna 4 года назад +1

    So gonna buy the hat for when I build my next home server. I got an HP DL360 and iLo2 is rough to use.

  • @patrickbetts5504
    @patrickbetts5504 4 года назад

    Very cool project! Rack servers without iDRAC/ILO would need a VGA to HDMI converter as HDMI output is not common on those.

  • @Cra1gst
    @Cra1gst 4 года назад

    ill be having a few of these !!! server pc and a remote one for parents

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

    So to use this on three remote PCs I need 3 PiKVMs ?

  • @MrSpikegee
    @MrSpikegee 4 года назад

    This is so cool, is there a way to let both the piKvm and the local screen connected to the computer being monitored ?

  • @DavidWoods_ca
    @DavidWoods_ca 4 года назад

    Thoughts on powering the pi from the 5v stand by power rail on the power supply? Is it possible or is it a bad idea?

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

    Is this a 1-to-1 relationship, eg., one RPi&KVM hardware, to one device to be KVM-controlled?

  • @dimitristsoutsouras2712
    @dimitristsoutsouras2712 4 года назад

    Probably it will be sold out with all those people making their own diy aliexpress x79/x99 servers but they lack the pmi/idrac/lilo capabilities. My main concern is (having watched creator's presentation of the project) the way it achieves the atx control. It requires cabling between a rasp-intermediate board-and motherboard's internal power connector? This will look like a spider's web of cables and also having to let the server's chassis open in order for cables to make it through the motherboard?
    Probably I am missing something for the final product . i cant get how you ll be able to power on the server without this abnormal connection

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

    Quick question I am unable to use thew mouse and KB on the PIKVM GUI I can't figure out why? I have set up the HDMI-to-CSI bridge

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

      are you connecting the mouse and keyboard from your USB-C?

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

      @@NovaspiritTech after so much tinkering the diy cable that I made went bad had another and now is working, thank you so much for answering back and everything you do with the videos ur a legend.

  • @MikeNewham
    @MikeNewham 4 года назад

    Think this vid applies mostly to DevOps technicians and such working on 'remote' OS installs/ upgrades.. Anything over IP demands wired gigabit ethernet, I would think.. Stick noisy servers in one room and configure then using the IP KVM in another room...

  • @WilliamSmith-gj8wc
    @WilliamSmith-gj8wc 3 года назад

    Can you pass any usb over? Like a mic or such?

  • @shaneyates2225
    @shaneyates2225 4 года назад

    Could I use an additional USB-A male-to-male cable and connect it to one of the other USB ports on the RPi 4 and to a USB port on the computer I want to control?

  • @novellahub
    @novellahub 4 года назад

    How does this compare to just using Apache Guacamole on Raspberry Pi?

    • @NovaspiritTech
      @NovaspiritTech  4 года назад

      it's different, guacamole is a remote desktop gateway. it's like a fancy bookmark to retain all your remote connections offered on apache. this is KVM, it's like giving your phsyical access to the machine remotely