Does anyone else here participate in the selfhosting hobby without a formal IT related education or a career in a similar field? I’ve only had one or two programming courses as part of my university education, but it was only very basic Python and C. I’ve never formally learned how to use containers, version control or anything else. Sometimes I regret not pursuing an education in IT/programming because there are so many things I’d like to accomplish but can’t (for example if there’s a feature missing in some project, or to feel safe in my abilities to harden my servers and my network in order to expose services to the open internet).
I work in the medical field. All my it IT skills are self taught, starting way back with coding in BASIC in C64 and taking apart RC cars.
With enough interest and persistence, you can learn what you need to. IT skills are pretty democratic.
Self hosting stuff is a great gateway drug because it introduces…complications. The path between A and B always seems to take detours, which is where the learning happens.
It’s interesting reading people talking about problem X, with everyone confidently advocating solution Y. I often find myself thinking “well, that’s not been my experience. I would just do A”.
It’s good to see how other people solve similar problems. Eventually you’ll arrive at that old homily “the way you do one thing is the way you do everything”, which is useful too.
Ultimately, just… start anywhere. Soon enough something will piss you off enough that you roll up your sleeves and work the problem - don’t look, but you’ll be learning those IT skills IRL without having to crack a textbook.
Never in an IT profession, but I did show a colleague how to cut and paste using keyboard shortcuts and he asked if used to work in IT.
I professionally work in IT without formal education or any related career. It’s one field where you can really teach everything yourself with free online resources.
In fact my self hosting journey has taught me things that were later useful for work. I consider it part of my informal education.
I’m from a social work background. Psych major.
Computer stuff was always a hobby.
deleted by creator
I have no education i learned all through trial an error an google
I’m a 26 year veteran systems / infrastructure engineer and often work on large scale data / server migration projects. My homelab is larger and more robust than 95% of the client sites I service; everything is enterprise class hardware and software. I self host my own RMM, VPN, and various data and entertainment services. Most of the things I run here are to make my life better or easier for myself and my family.
My formal education is in business administration; I did not go to school specifically for an IT Degree. It’s just something I love. I went to school to understand the business side of the thing I love, which has been very helpful. If you find a job doing what you love, work can feel like an accomplishment instead of a burden.
Never stop learning!
Yes
Yes. I have no education at all in IT. I have a masters in classical double bass and a career as a musician, working in an opera house now. Computers have always been a hobby and was my second choice for “life path”. Could have easily been the other way around, professional nerd and amateur musician. I am very happy as is, though.
I imagine most people that do this are already IT professionals. Or if they can do this they should be IT professionals. The difference between what I get paid to do and self-hosting is generally the scope and cost of the hardware. That’s about it.
I learned everything I know in IT from tinkering/research. Higher education was absolutely worthless for my IT career, but at least it was free and I didn’t get myself into debt. Of course I got into computers in 1994 when people started buying home computers.
Have a server and 2.5gbe network setup, have my own custom router, 2 small game servers and one big media server(240tb). Never had any sort of IT or networking job. This is just fun to do things never worked in the field
i might be a more typical nerd. i have a phd in physics and took a bunch of computer science course out of interest/boredom.
but i never learned anything that is really related to hosting. containers were not really a thing at the time and most courses i took were much more fundamental, like basics of networking or cpu scheduling. programming a learned on the fly to solve a problem, never as actual task in itself (what is very typical in my field and leads to horrible program code/collaboration scheme)
Yes, I’m not an IT professional and don’t have education in anything related to computers. Has always been a hobby for me. I don’t want to do my hobbies for work because I fear it would take the fun out.
I have three degrees, none of them have focused at all on programming. I had one c++ programming class in uni.
In my experience, most of the IT stuff is easy-ish, if you start trying. Most people have some psychological barrier with anything looking like code. I’ll give you two examples.
My wife would refuse to fix small issues in our home lab, but once I explained, everything we have is backed up twice. And wiped homelab to assure her that we can’t fuck up by accidental edit, we’d have a way to restore it she started trying, and she is decent at it. She even started our paperless container on her own. I had to help a bit in configuring it, but a bit. Soon she maybe able to manage everything. On the other hand.
At work I have this junior, I’m training. First I had a json file, he got scared editing and would bug me everytime. Then I made a simple text file, variable_name space value. He was scared of that too. I finally made a csv that he would open in excel, then he felt comfortable. He refuses to even try 2 years in, because our job in not really technical and I’m not his boss.
TLDR: start trying with simple things, backup everything, you may fail a bit, but it’s not that hard to get started with basics.






