CARVIEW |
Select Language
HTTP/2 200
date: Sat, 09 Aug 2025 09:47:51 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
cf-ray: 96c65598cc52cf00-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=5e9b7caa-f058-4873-84af-03c81faad6c3; expires=Sun, 09 Aug 2026 09:47:50 GMT; domain=.stackexchange.com; path=/; secure; httponly
set-cookie: prov=5e9b7caa-f058-4873-84af-03c81faad6c3; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=lqHI410K9.3DoITbUQ5gaGhD7XoXy5xUpFKlESp2zmw-1754732871-1.0.1.1-8vAmKgFIBnRqLMNQ9_NqRuAXtBTLXrsERZQoB8MdqFNYVlgQ0XdA9VU0NNkX0KuTCgjfQA0xJC0ygvcf1dXHOfcw7Y6KCjPtCUxswukaD_g; path=/; expires=Sat, 09-Aug-25 10:17:51 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=PkZqHUwezVm.Xo2B8nFMKcIuYxtkzHCMtEZJn36kmMA-1754732871022-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: 5496fdfe-b916-4efa-885d-7ec621a62c62
x-worker-origin-response-time: 483000000
x-dns-prefetch-control: off
server: cloudflare
Newest 'server' Questions - Raspberry Pi Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack Exchange
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more.
View results.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [server]
The use of the Pi as a computer or computer program that manages access to a centralized resource or service in a network. This topic can cover software, hardware, feasibility, and security.
290 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
22
views
Guidance on Building a 5G Home Gateway on a Raspberry Pi?
I'm preparing to move to a location where wired/fiber internet is not available but the 5G mobile service is. The gateway devices from our carrier do not allow admin access to configure anything, only ...
0
votes
0
answers
51
views
Raspberry Pi Ubuntu Server 22.04 Wont Boot from USB. Thinks it's rootfilesystem is in /dev/mmcblk0p2 when it's in /dev/sda2? How to fix?
I am running a Raspberry Pi 4 Ubuntu 22.04 Server. I have been taking full bootable ISO backups of the device using Image File Utils. Up until recently, my backups have been working flawlessly. I just ...
0
votes
0
answers
40
views
HTTP error: BadStatusLine: [] for Python REST API request (Sonoff DIY Mode Light Bulb)
I cannot for the life of me figure out why my Pico W and Micropython will not work with this Sonoff bulb.
IP of the bulb is correct, URL is correct and works when I run the request in Chrome through ...
0
votes
1
answer
140
views
Can someone please help me get samba setup on my raspberry pi so I can connect it to my computer and Haas Machine Center?
I am loosing my patience with this and I just need it to work! I would even be willing to pay someone to help me get this going. Ok, here is the back story. I have a Haas VF2 Machine center that only ...
1
vote
0
answers
122
views
I don't understand why I can't read the same values between a Modbus server and a Modbus client using the library pyModbusTCP
I have a problem with a modbus connection with Raspberry pi 4B, let me explain what's going on.
I'm using the pyModbusTCP and I'd like to be able to read the values of coils in a Modbus server on the ...
-1
votes
1
answer
103
views
Accidentally gave my server a 403 error
I had a working raspberry pi website for a few years. I moved and have to use a different internet provider and have been having some issues. I called them and they gave me this infornmation:
IP - (my ...
1
vote
1
answer
779
views
Performance of Minecraft Server on rPi 400
I want to create a Minecraft server at home, and have two spare machines that are candidates for this:
A power hungry Xeon WS-2140B
A power-sipping rPi 400
I like the low power-usage of the rPi, but ...
1
vote
0
answers
128
views
Rasberry Pi 4 Nextcloud Sever goes down and stops responding to SSH after a while ping still works
My Rasberry Pi 4 running my Nextcloud Server sometimes just stops responding to everything except pings after a while, force rebooting it (disconnecting and reconnecting the power) temporarily fixes ...
1
vote
0
answers
66
views
Stream video from one Pi to a web server on a different Pi, then process video (for motion detection)
I would like to stream video from one of my Pi's (192.168.1.3) to a web server that is hosted on a different Pi (192.168.1.4). It's supposed to kind of replicate a cloud video surveillance system. At ...
0
votes
1
answer
880
views
Open Port 1433 on Raspberry Pi
I have tried to connect to MSSQl Database from raspberry pi. However, I have a few errors coming. I try to telnet the server ip address like that.
telnet 192.168.10.70 1433
Trying 192.168.10.70
...
0
votes
1
answer
333
views
0
votes
0
answers
153
views
Can I plug a raspberry pi directly into the usb port of an offline computer, and automatically share them to a network folder over wifi?
This may be a naive question, I've never tried this before.
I work in a lab where there are 20+ PCR machines each connected to a local, off-network PC hard drive & monitor which run software for ...
2
votes
0
answers
59
views
How can I get my python program that uses the requests library to run on boot via the crontab
I am working on creating a python script to retrieve data from a server using the requests library, and then display it on an adafruit led matrix using a raspberry pi. I have a program that functions ...
0
votes
0
answers
202
views
Open command line in running service
So I made a minecraft server on my RaspberyPi 4 on Rasberry OS. I created a service so I can run it in the background. But now I wanna know if I can "open" the command line to run some admin ...
1
vote
0
answers
235
views
Can't get wifi adapter MT7601U to work on ubuntu server 22.04 for raspberry pi 4
I bought this generic wifi adapter which has MT7601U wifi chip inside it, it doesn’t work on my Ubuntu server 22.04 OS
But the adapter works fine out of the box on my twisterOS installation
Am i ...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Hot Network Questions
- Who is the "one who believes"? (Mark 9:23)
- How to put a tikz image and an algorithm besides each other?
- What do you call a gift mug not really suitable for coffee?
- Meaning of 言われるあれはない
- Aza analog of aminoxide
- Does Younghoon Kim have the highest IQ in the world?
- Is the collapse of the wavefunction really part of the quantum theory?
- Check if multiple files exist on a remote server
- How to select the first words of a multiline selection?
- Lock company wants to prevent unauthorized key duplicates
- Can Bellotti’s zero-density bound near the Korobov–Vinogradov region be interpreted as partial evidence toward the Riemann Hypothesis?
- Solving linear systems with a clustered spectrum except for 1 eigenvalue
- What mass does my space vehicle need to be, to leave a city in ruins by dropping it from orbit?
- What was the first video game where cold slowed enemies down?
- 2D absolute optical position sensor
- Improving readability of proofs
- Difference between factor research and alpha research
- What 2019 US Supreme Court ruling said something like "federal courts would no longer be available to police the bad behavior of politicians"?
- Sets that can make LEGO Mario play a tune
- How do I remove a file from Notepad++ startup session which immediately sends the program into 'Not Responding' state?
- Identify: Revenge thriller with deep-sea diving element
- Phrase request: Indirectly/unintentionally demotivate someone
- How to define a command like this?
- Generating Magic Weapons - how many 'roll agains'?