Remix.run Logo
How to repurpose your old phone into a web server(far.computer)
144 points by louismerlin 3 days ago | 63 comments

Related ongoing thread: This blog is now hosted on a GPS/LTE modem (2021) - https://news.ycombinator.com/item?id=46049981

retrac 2 hours ago | parent | next [-]

If the device can run PostmarketOS with a mainstream kernel, then it can run any Linux distribution. (I put Arch ARM on such devices, since I like that distro.)

That's the big hurdle though - mainstream kernel support.

For most devices, even if they can be rooted and jailbroken, you're stuck with the kernel they come with. Doesn't have a new feature you need? A horrible security flaw in the network stack? You're out of luck. Most "repurpose your old phone" approaches have this problem. You can make it a server but you wouldn't want to expose it to the public Internet.

norman784 2 hours ago | parent [-]

Is Arch ARM officially supported by the same team? If not, what might be the reason?

retrac 2 hours ago | parent [-]

x86_64 is the only official Arch Linux. All other ports are unofficial. They are community projects where many of the members are the same as the main Arch Linux.

I think it's basically for the same reason as why they dropped 32-bit x86 support about 8 years ago. Not enough users. (That resulted in the unofficial Arch Linux 32 to maintain support.)

throwaway1389z 32 minutes ago | parent [-]

Arch is working to officially support ARM and non x86_64 archs.

https://rfc.archlinux.page/0032-arch-linux-ports/

embedding-shape 5 minutes ago | parent [-]

That RFC says "New ports are added by proposing them in an RFC. At least two package maintainers have to lead a port to ensure it will be developed longer term." but I'm not finding any RFC for ARM support, so can one say work is really officially happening on ARM?

jjice 3 hours ago | parent | prev | next [-]

The thing that holds me back from this is always the battery. I want to have my battery removed so that it doesn't eventually become a time bomb, but it's a pain on modern phones and I'm not even sure if they boot without. The mobile hardware reuse space can suck for hobbyists.

ActorNightly 3 hours ago | parent | next [-]

Most phones can have battery removed somewhat destructively, but without affecting the rest of the phone.

Generally, as long as you keep the phone plugged in, the battery should be safe virtually indefinitely - the battery management on board will keep it in a state where its a constant charge which means the chemistry will be stable.

crazygringo 33 minutes ago | parent | next [-]

> Generally, as long as you keep the phone plugged in, the battery should be safe virtually indefinitely

What is your source on this?

I've replaced the battery in always-plugged-in iPhone 3 times over 10 years because it was expanding into a spicy pillow.

I too want a way to run phones directly off of USB power, without a battery present.

munk-a 2 hours ago | parent | prev | next [-]

There were several generalizations in that statement that align with my similar fears to the OP. Most firmware should minimize the charge cycling, most batteries should be stable at constant charge... most isn't great for something that I want to sit in the corner undisturbed for a decade just chugging along - I have a few old desktops I use whenever I need a stand alone server or to host something web-live for a while. They'll eventually have hardware failures, but I have a lot more confidence that when they fail it won't be dramatic or destructive - ditto with old laptops, the serviceability expectations are much higher than phones so I have yet to meet a laptop I can't pop open and just pull the battery out of to run on AC alone - in the case of a power failure the UPS can't cover I'd rather the machine just power off rather than needing to deal with the possibility of dramatic failure.

I think if you're considering re-harvesting old devices to use for hosting and get far enough down your list to get to phones then you've likely got enough constant maintenance costs in overseeing things that the additional worry of fire risk just isn't worth it.

smeej an hour ago | parent | prev | next [-]

Of the six old Android phones I have around, two of them I don't dare turn on due to swollen batteries. I guess it depends how old the devices are whether this was a real risk, but I won't leave devices plugged in anymore for this reason.

jprd 2 hours ago | parent | prev | next [-]

I'm not educated enough in this area to have any expertise, however, in my personal experience leaving a lithium-ion battery plugged all the time results in scary semi-exploded batteries that also stop working.

Would you say this is a chemistry/QA problem? Have there been advances in battery / controller technology that achieves the above?

fao_ an hour ago | parent [-]

Yeah I was about to say the same thing! I leave my steam deck plugged in all the time (it is my main computer) and the battery still popped (valve replaced it for free ofc)

hn_acc1 2 hours ago | parent | prev [-]

Depends on your phone. Just has to replace the battery on a generally always-plugged in Moto (at least after a certain age). Battery had pillowed out. It's acting as our "landline" with a link2cell on some old DECT handsets.

volumo 16 minutes ago | parent | prev | next [-]

Check out this method: https://www.youtube.com/watch?v=7f8SliNGeDM

jeroenhd 34 minutes ago | parent | prev | next [-]

In theory, you can replace the battery with a chunky enough capacitor (to get past the power-on surge) and a power source at the right voltage attached right where the battery would go. The soldering points are way too tiny for my amateur soldering skills, though.

aziaziazi 3 hours ago | parent | prev | next [-]

Place the "server" into a shoebox. Place another shoebox on top, filled with sand. Tape together and hide behind a furniture.

n4bz0r 2 hours ago | parent [-]

So the phone effectively becomes a 4U rack server that's probably not much of a fire hazard. We'll tuck it away behind some wood for extra safety. Never liked sleeping with my eyes shut anyway!

6510 2 hours ago | parent | prev [-]

Red Magic can be set to not use the battery when the power cable is plugged in. (it is to avoid heating issues and not degrade the battery)

qubex 3 hours ago | parent | prev | next [-]

Call out to World Wide Web (no affiliation) that sets up a web server on an iOS/iPadOS (€9.99 for PRO, https://apps.apple.com/it/app/worldwideweb-mobile/id16230068...)

officeplant 4 hours ago | parent | prev | next [-]

All my old phones used to become BOINC nodes doing WorldCommunityGrid or seti@home, at least until we got to the point where you couldn't run the phone without a battery anymore. Came home to one too many spicy pillow'd phones even keeping them in a cool area with a rigged up fan blowing on them.

ChrisbyMe 3 hours ago | parent [-]

Interesting, I wonder if using a regular sff pc fan might work if you don't need the touchscreen.

Just thermal paste to the battery hah

officeplant 3 hours ago | parent [-]

I do Wigle wardriving with a dedicated cheap phone these days. (Moto G Stylus 2023)

In order to prevent issues this time around I've preemptively removed the back of the phone, and the camera modules so I can have a nice flat phone. Then I bought a heatsink nearly the same size as the phone itself. I've got thermal pads on the SoC which sits lower than the battery and the heatsink itself had thermal adhesive on it pre-applied which is sticking to the battery/phone frame holding it to the phone. No more phone overheating worries and if the battery goes pillowy it should just pop the heatsink up instead of warping the whole phone.

dang 43 minutes ago | parent | prev | next [-]

Related ongoing thread:

This blog is now hosted on a GPS/LTE modem (2021) - https://news.ycombinator.com/item?id=46049981

ActorNightly 3 hours ago | parent | prev | next [-]

Don't even need postmarketOS.

Simple root, with a custom degoogled rom, and termux is all you need.

clueless 4 hours ago | parent | prev | next [-]

Title should be updated to include "unused android phone"

mceachen 4 hours ago | parent [-]

"unused android phone with unlocked bootloader that is supported by postmarkOS"

(or maybe be able to use recovery zip that requires effort after every reboot)

layer8 an hour ago | parent | prev | next [-]

For some reason I was expecting a RasPi in a rotary phone enclosure.

_whiteCaps_ 4 hours ago | parent | prev | next [-]

For some reason, I never buy phones that work with postmarketOS :( And I find phone naming confusing, it's difficult to find a used one locally to play with. Is it a Moto Play 2018 or a Play 2020? Trying to get that information from someone on Facebook marketplace is like pulling teeth.

ssl-3 3 hours ago | parent | next [-]

That makes sense. Most phone users aren't technical. Like -- at all.

If you can think about how deep into technicalities the most average person you know gets, then you can also understand that ~half of everyone is even less technical than that.

There's nothing wrong with this. That's just the way that it is. (We can accept this or be frustrated. Acceptance is more useful.)

As a workaround, I find that searching by part number provides a good filter.

Maybe I want a very particular Moto G Power to use for whatever. I don't search for any permutation of "Motorola G Power" at all, because that description doesn't help me.

Instead, I just find the part number (maybe something like "XT2041-7") and search for that instead.

This excludes a lot of listings straight away, and that's fine: I don't want to stumble through listings from people who don't know what they have. I only want to buy what I want to buy, and what I want is an XT2041-7.

sexeriy237 4 hours ago | parent | prev [-]

Ebay bro, play 2020 was $25 last time i got one. dont mess with fb sellers

denysvitali 3 hours ago | parent | prev | next [-]

Should be merged with: https://news.ycombinator.com/item?id=46027554

dinkleberg 4 hours ago | parent | prev | next [-]

This sounds like a fun project. A perfect use for an old android phone sitting in the junk drawer.

hn_acc1 2 hours ago | parent | prev | next [-]

The main question is WHY? I already have a 3570K box running our NAS, plex, Wifi repeater admin, etc, etc, and it would be trivial to put up a web server via python or something.. If I had any need for it.

KetoManx64 an hour ago | parent [-]

How do I use your box to host my web server?

Jemm 44 minutes ago | parent | prev | next [-]

I use my old phone to proxy serial data to tcp. Also gives me macros and a video/audio feed. But most relevant to this is it has a built in webserver.

shevy-java 4 hours ago | parent | prev | next [-]

Nothing beats my toaster serving my webpages.

iberator 3 hours ago | parent [-]

Of course it runs NetBSD

agentifysh 4 hours ago | parent | prev | next [-]

so once you have a web server on the phone how are you able to make it available publicly on the internet? don't ISPs detect these and ban? are you using wireguard or something like that?

ive been looking to build and serve my own servers and i have been considering to use old android phones to outright racks but the part I am still struggling to figure out is how to serve it publicly without ISP catching on as they require business plans for that and its not cheap

rlupi 4 hours ago | parent | next [-]

A CloudFlare tunnel?

https://developers.cloudflare.com/cloudflare-one/networks/co...

Although, you may also go with a 5$ virtual host (e.g. Linode Nanode 1 GB) and wireguard to build your own tunnel (or just the 5$ virtual host to run your server)

Gabrys1 2 hours ago | parent | next [-]

at this point you don't need the phone :D

agentifysh 4 hours ago | parent | prev [-]

i see so just run cf tunnel and ISP wouldn't be able to see I am hosting web apps? what if I am streaming large files (not torrent)? couldn't they see the bandwidths being consumed and then tell me to upgrade to business ?

eptcyka 4 hours ago | parent | next [-]

What kind of an ISP prohibits self-hosting?

flockonus 4 hours ago | parent | prev | next [-]

Heavily depends on the contract with your ISP, I'm not aware of anything saying you can't use your uplink "commercially" - how one would even define and monitor that?

lelandbatey 4 hours ago | parent | prev [-]

Yes, an ISP could see that you're using a lot of traffic. But if the traffic is encrypted, they can't be sure what you're doing. Are you a personal user? Or are you a business? How would they know if it's all encrypted?

As for the volume of traffic you're sending, you need to read the terms of your ISP contract, at least a little. Your ISP could have volume limits (e.g. only 5TB of traffic per month), and if you reach those limits, they could temporarily suspend service. But if they can't see what you're doing, and you're within the technical and contractual limits of your service agreement, and you're not causing problems for them, then an ISP is not going to care what you do.

jeroenhd 32 minutes ago | parent | prev | next [-]

> don't ISPs detect these and ban

No? I mean, I'm sure there are ISPs out there that do it, but that's a ridiculous thing to do.

whynotmaybe 3 hours ago | parent | prev | next [-]

Many ISP don't care.

Some may block port 80 and 443 "For Security", but you can sometimes contact the support and they'll open it, even if you're not a business.

I have a webserver running at home and use the free dynamic dns from noip.com.

Nextgrid 4 hours ago | parent | prev | next [-]

> don't ISPs detect these and ban

No. No ISP who desperately tries to grow marketshare at all costs and lock their customers into a year-long contract will intentionally ban users. I'm not even sure where this misconception comes from, it's not like ISPs led a massive PR campaign warning people of the dangers of running a server.

The only way you will get banned is if you cause disproportionate strain on their network, which means you'd need to exceed the usage of the typical gamer (downloading games worth hundreds of gigs regularly), streamer (streaming 4k video for hours at a time), cloud backup customer (uploading gigabytes regularly), Windows user (in its default configuration Windows can use P2P to share updates), torrenter (sustained full-duplex bandwidth usage), and unlucky idiot with a compromised device spewing DoS traffic at line-rate.

Saturate the pipe consistently for several days by hosting video? Yeah sure you could get a warning and eventually disconnected, assuming they don't already have traffic shaping solutions in place to just silently throttle you to an acceptable level and leave it up to you to move your homebrew YouTube clone elsewhere when you realize it's too slow.

Hosting a website which will have a few mbps worth of traffic with the occasional spike? That's a rounding error compared to your normal legitimate usage, so totally fine.

The reason most consumer ISPs have a clause against running servers (not even defining what counts as a server) is to preempt a potential business starting a data center off a collection of consumer connections and then bitching about it or demanding compensation when it goes down or they get cut off. Nobody cares about a technical user playing around and hosting a blog at home.

shevy-java 4 hours ago | parent | prev | next [-]

It used to be easier to get a web server up and running in the past. I remember the 1990s fondly.

Not sure what changed, but things got more complex - and more expensive, too.

edbaskerville 4 hours ago | parent | prev | next [-]

Other folks have given general answers, but I'm wondering, what ISP do you have, and where?

(I'm lucky to have Sonic, in the SF Bay Area. A local ISP that actively campaigned for net neutrality and has 1Gps symmetric as the standard basic fiber plan. Pretty sure they're not shutting down anybody's servers.)

lelandbatey 4 hours ago | parent | prev | next [-]

ISPs don't care, actually. They care about operational problems, but you serving a constant stream of web traffic is probably not going to matter to them; web traffic for even a pretty successful blog is going to be a tiny volume compared to you streaming 4k movies from Netflix.

ISPs will have rules (maximum data volume per month) and restrictions (ISP equipment auto-drops all sending/receiving packets on port 25, 80, 443, or 456), but within those limits the ISPs do not care as long as you cause no problems for them.

Also, one of the easiest ways to expose e.g. port 80 of your in-house server is to just have your local server do an SSH port-forward to a remote server like a cheap VPS. Note that by default it'll bind to a localhost port on the remote, so on the remote you'd need to have an HTTP server reverse proxying to the remote localhost:8080, or you need to enable `GatewayPorts: yes` in sshd on the remote. Assuming you turn on GatewayPorts on remote.example.com, here's how you could expose port 80 of localhost:

    # Run this on in-your-house-computer to allow folks on public internet to visit
    # remote.example.com:80 but have the traffic served by in-your-house-computer:80
    ssh -R :80:localhost:80 username@remote.example.com
You can make the above connection permanent by setting up `autossh` on in-your-house-computer.
hn_acc1 2 hours ago | parent | next [-]

If you're already paying someone monthly to "forward" ports, why not just pay for a blog somewhere? Way more secure.

lelandbatey an hour ago | parent [-]

Cause the server in your house is a lot cheaper to upgrade with more RAM/storage than a VPS. By using a VPS as just a way to make traffic available, you can choose an extremely cheap VPS. It's pretty easy to find places that'll charge you $2 USD/month for a tiny VPS with 1TB monthly data transfer allowances; for $5 you can get unlimited data transfer. There's tons of good deals.

euroderf 3 hours ago | parent | prev [-]

Would this involve "the usual" dangers of someone hacking the in-your-house server ?

lelandbatey an hour ago | parent [-]

Yes, with asterisks. If you're serving static files from your house, the risk of having your server taken over is incredibly low. If you're hosting Wordpress on your home server, that risk spikes massively. So make sure you understand what is an is not dangerous, and of course, only expose the "safe bits" to the outside world.

1bpp 4 hours ago | parent | prev | next [-]

A Wireguard tunnel via a free tier or dirt cheap VPS, or a VPN provider that lets you forward ports like Proton

agentifysh 4 hours ago | parent [-]

but can't the ISP still see something is up if there is traffic 24/7

Nextgrid 4 hours ago | parent | next [-]

Amount of traffic is what matters. Are you saturating your pipe 24/7 for an entire month? Sure, you may have problems. But you'd have the same problems if you were torrenting (let's assume legal torrents here, I am not talking about copyright) or hosting a mega LAN party with hundreds of people streaming their games all at once.

Otherwise, no worries.

Marsymars 4 hours ago | parent | prev | next [-]

Would use less bandwidth than wi-fi cameras that are uploading 24/7.

srean 4 hours ago | parent | prev | next [-]

Don't ISP's just charge per caps on ingress and egress volume?

From your comments it is clear that they don't. Super infuriating. Why should they care what I do with ingress and outgress that I paid for, as long as I am not hurting them.

Nextgrid 4 hours ago | parent [-]

His comments are based on fear-mongering he read somewhere or an overly-literal interpretation of terms and conditions written to cover the ISP's ass in every theoretical situation possible.

ISPs who enforce data caps already priced it in and technically have an incentive for you to exceed your cap as fast as possible so you pay to increase said cap (they can however still slow down your traffic as they wish, to ensure sufficient capacity for everyone).

ISPs who don't enforce a cap actually still internally enforce a reasonable cap of several terabytes at their discretion. And of course, they can and will use traffic shaping to ensure the integrity of their network so your usage doesn't affect others. If you exceed that soft cap consistently several months in a row they may get in touch, but other than that you're fine.

TLDR: host your server and enjoy. When you get to the scale of the next YouTube, then you have to worry.

lelandbatey 4 hours ago | parent | prev [-]

Yes, though even though they can see that, as long as it's encrypted they can't know for sure, so as long as you don't cause problems they won't care at all that you're using it for something. In all my years I've never had an ISP complain about constant encrypted traffic, though some ISPs do have general data caps like Comcast.

prmoustache 4 hours ago | parent | prev [-]

Why would your ISP ban you?

tonetheman 3 hours ago | parent | prev [-]

As others have mentioned you have to watch the battery if you do this for real.

The battery will swell and explode if you run 24x7 on a phone.