raspberry pi in a company network

5 Ways Raspberry Pi Can Save Your Company Money!

The Raspberry Pi is a fantastic little device with so many uses. Not only is it a nice little computer to learn coding, it’s often used for various home projects (home automation, media center, home server, gaming, etc.). But today I want to talk about something else: using it in your business.

I’ve been a sysadmin for many years, and if you don’t know, everything is very expensive when it comes to business hardware and software. And unless you have an unlimited budget, that’s going to quickly put a damper on your grandiose plans to make things better.

Hopefully, I’ve discovered the Raspberry Pi along the way, and it’s helped me improve the company network several times without breaking the bank. Here are 5 projects you might want to consider if you’re in the same situation (or want to look good to your boss).

If you’re looking for inspiration for your next Raspberry Pi project, I’ve put together a list of 75+ ideas with full descriptions, difficulty ratings, and links to tutorials. Whether you’re a beginner or more advanced, there’s something here for you. Grab the list for free here!

Want the best experience? Become a premium member for ad-free browsing, access exclusive content, and ask questions in our private forums. Your membership helps support the site!

Small backup storage

My first idea is to use the Raspberry Pi as a NAS on your network
You probably already have a backup solution for your users and servers, on a NAS or dedicated server with an overpriced software

Good.
It’s not the idea here, as the Raspberry Pi is not the safer way to store backup (the SD card is not safe enough to do this)
But if you have an isolated site with one or two computers, how do you save them?
Do you install a NAS for $500 and a licensed software on the computers?

Do you really need something like this to backup two computers?

For a small office, I recommend thinking about a Raspberry Pi
For less than $100 you can have 256 GB of storage, and install Samba or an FTP server to run your backup for free from the computers
You can even transfer the files to the company headquarter during the night if there are important files to secure

If you want to give a try, you’ll need a Raspberry Pi
The cheapest one could be enough if you really have less than 5 computers, but I don’t recommend the Raspberry Pi Zero as you’ll need a stable network connection (with RJ45)
A Raspberry Pi 4 Starter Kit would be perfect (check the price on Amazon) and a SD card from 32 GB to 512 GB depending on the disk space you need (my favorite one is available here on Amazon)

75+ project ideas for your Raspberry Pi
Need some inspiration for your next Raspberry Pi project? Get access to my personal list here!
Download now

For the software, Raspbian should be enough, I have a guide on how to turn your Raspberry Pi into a file server, check it if needed
You can also install OpenMediaVault to manage everything from an intuitive web interface, links are in this post

Monitoring or control PC

Another way to introduce a Raspberry Pi in your company is to replace old computers with a Raspberry Pi
No, not for anyone in the company, but when the latest computer hardware is not required

I have already seen computers in a factory to display the same web page all day.
They had three computers displaying the same thing in a large control room
Did they need a trendy processor to display this web page with an auto refresh every minute? Nope, a Raspberry Pi would have been perfect to do this
If you can suggest this to your boss, he will save at least $1000 in the next computer renewal, and why not giving you a rise? 🙂

The Raspberry Pi is often the best option for a cheap monitoring computer

Asking people to use Linux if they are used to Windows is not easy
But you can also think about it for you

For example, a few months ago, I needed a computer to use it as a debug PC for my server room
I have several servers in this room, but all on Linux or virtual machines, so I don’t have quick access to Internet or web administration interfaces from the servers
A Raspberry Pi could have been the cheapest solution
(in my case I also had Windows app to install, so I didn’t keep this idea)

Internet or Network / Wi-Fi speed tester

Ok, here is an idea I already done in my company
We had an issue with the Internet/Wi-Fi speed at a specific location
With a laptop I never managed to find what happens, as it was always working fine for me

With a Raspberry Pi always connected at this specific location, I can monitor the bandwidth every 5 minutes, and see directly if there is an issue
I also use Nagios and Cacti to send email if there is a problem and build an historical chart of the bandwidth

The Cacti graph corresponding to the Raspberry Pi speed tests

How can you do this?
I’m using a CLI for Speedtest, the well-known Internet speed checker
The good news is that the script was made in Python, the perfect language for Raspberry Pi (I explain everything here).

I write the last result in a file, and fill an SNMP OID with the value so Nagios and Cacti can read it and do their job

Scheduled scripts manager, Nagios remote agent

I also use a Raspberry Pi to run scripts at a specific time, or to run Nagios checks remotely
This is for a home project, but you can absolutely do the same in your company

Let’s say you have a few computers in your network, but all your servers are in the cloud, hosted in a data center
If you want to run a script from your local network, or worst schedule a check on each PC of the network, you can’t
But with a Raspberry Pi as your only server on the network, you can do everything you need, and schedule tasks easily with a cron

In my case, I have a NAS at home to back up my websites outside the data center
I’m using a small Raspberry Pi Zero to download the files to the NAS each night (yes, the NAS operating system sucks)
And I also have a Nagios server in a data center, connecting to this Pi Zero to check regularly if the backups are updated as expected

Download Your Essential Linux Commands Guide!
It's a free PDF guide containing every Raspberry Pi Linux command you should know!
Download now

Proxy or VPN server in a DMZ

My last suggestion is to put a Raspberry Pi in a DMZ to set up a VPN server or a proxy

75+ project ideas for your Raspberry Pi
Need some inspiration for your next Raspberry Pi project? Get access to my personal list here!
Download now

If you want to install a VPN server in your company, you may not want to buy a brand new dedicated server just for a few people that need to connect from home or in travel
Raspberry Pi is good option to make this cheaper

As explained in my guide on how to install OpenVPN on a Raspberry Pi, you can absolutely put a Raspberry Pi in your DMZ and use it as a server for less than 10 simultaneous users
Even a cheap Raspberry Pi Zero could be enough to do this (check the price on Amazon, it’s perfect for this kind of project). You can buy more than 50 Pi Zero kits instead of a brand-new Dell server 🙂

Download Your Essential Linux Commands Guide!
It's a free PDF guide containing every Raspberry Pi Linux command you should know!
Download now

🛠 This tutorial doesn't work anymore? Report the issue here, so that I can update it!

Want to chat with other Raspberry Pi enthusiasts? Join the community, share your current projects and ask for help directly in the forums.

Conclusion

That’s already the end of this inspirational post on how to use a Raspberry Pi in your company
You can absolutely reduce costs by thinking more about that kind of solutions
I hope you’ll try to think about this, and maybe get a rise from your boss 🙂

Bad employees spend a lot of money, the smartest think more

My boss

If you have other ideas to share on the topic, feel free to leave a comment in the community
You can also check my other posts on the subject:

Whenever you’re ready, here are other ways I can help you:

The RaspberryTips Community: If you want to hang out with me and other Raspberry Pi fans, you can join the community. I share exclusive tutorials and behind-the-scenes content there. Premium members can also visit the website without ads.

Master your Raspberry Pi in 30 days: If you are looking for the best tips to become an expert on Raspberry Pi, this book is for you. Learn useful Linux skills and practice multiple projects with step-by-step guides.

The Raspberry Pi Bootcamp: Understand everything about the Raspberry Pi, stop searching for help all the time, and finally enjoy completing your projects.

Master Python on Raspberry Pi: Create, understand, and improve any Python script for your Raspberry Pi. Learn the essentials step-by-step without losing time understanding useless concepts.

You can also find all my recommendations for tools and hardware on this page.

How would you rate this article?

Click on a star to rate it!

Average rating / 5. Vote count:

No votes so far! Be the first to rate this post.

As you found this post useful...

Spread the word!

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?

Similar Posts

4 Comments

  1. I think raspberry pi 4 will also work good an NTP server. What are your thoughts on it

    1. Yes, but any Raspberry Pi model is fine for a NTP server
      I use my Raspberry Pi Zero for this (yes not in my company)

  2. Hey Patrick,

    You make great thing by writing “how to” articles for Raspberry Pi! Keep it running, this great devices will survive for decades as they allows us to do great things so cheap 🙂

    Been using it as a VPN server but it’s suitable as file storage also, e.g. as one more backup option.

    I like the structure of your site, it’s pretty intuitive.

Comments are closed.