I'm after useful projects for idle vps's.... I remembered about archive team so I've installed there docker container and am helping the archiving efforts
However what other useful projects can I I put an idle vps too?
Should we create a LET wiki to share the public services running on idle VPSes? We can benefit each others, like the DNS service above, multiple DNS endpoints around the world can help LET users in any regions. DNS query is supposed to be very lightweight hence not much affect the monthly bandwidth or CPU. They are all idle anyway
@chip said:
I remembered about archive team so I've installed there docker container and am helping the archiving efforts
Good idea. I have the Virmach $8.88 special and I'm now running ArchiveTeam.
The box has 2 CPUs and "fair share" is 33% (i.e. 0.66 core), so I set the CPU limit on Docker container to be safe.
As for bandwidth, 2000GB can last a long time.
I'm a fan of Syncthing, so I'll usually toss up a relay to help people move files securely when they can't make a direct connection. https://relays.syncthing.net/
@Unbelievable said:
What is the utility of pihole when you can just use nextdns.io?
Because I can and I have idling VPSs
Your answer still applies to nextdns. I'm currently testing nextdns to replace the half dozen piholes I've made. Mostly for easier management since pihole doesn't do any official syncing. With the old version, I could edit white and black lists from github and have all pi's grab it. With the database, I have to use pihole interface, which isn't publicly exposed for easy management.
Piholes just stop working or have intermittent random delays for whatever reason. Haven't seen that with nextdns so far.
@orion504 said:
Should we create a LET wiki to share the public services running on idle VPSes? We can benefit each others, like the DNS service above, multiple DNS endpoints around the world can help LET users in any regions. DNS query is supposed to be very lightweight hence not much affect the monthly bandwidth or CPU. They are all idle anyway
Thats a good idea if people want to share what they have got setup and running
I want to know what I can use these for to help others... like the team archive project and [email protected] (wbich i believe has been discontinued in the last few years)
Huginn (basically a self-hosted IFTTT): https://github.com/huginn/huginn. n8n looks fancier but isn't as sophisticated as Huginn. I've used it for monitoring subreddits for new posts containing particular keywords, via Reddit's search RSS feeds.
Backups of your home PCs. I store all my backups (both of my home machines and of all my other VPSes) on two separate storage VPSes with two separate providers. For backups from Linux clients I use Borgbackup and backupninja (https://0xacab.org/riseuplabs/backupninja, apt install backupninja on Debian) to do daily backups to one storage VPS, then I have a cronjob to rsync the entire backups directory to the second storage VPS. Borg is encrypted, optionally with both a password and a key file, and compressed (with zstd for best compression).
Photo gallery apps (self-hosted Google Photos alternative)? Photoprism just released their first 'stable' (non-beta) release a few days ago.
Cloud file storage (self-hosted Google Drive alternative)? Seafile is excellent.
You can set up a tier 2 (DNS) server for the OpenNIC project (https://www.opennic.org/), or make the Internet safer by detecting malware-infected computers, as the video below shows, and report them:
That one is the most annoying piece of software I dealt with in a long time. They have a new one written in Rust (https://github.com/mozilla-services/syncstorage-rs), but I'm not sure whether it's ready for production use.
I have a crypto/blockchain project going using about a dozen VPS's I found mostly here on LET. I only have the test net running now during the development and testing phase. We have been working on this for a couple of years and this is the first public discussion of the project.
The nodes are not very demanding and will run mostly idle with the following specs:
1-2 vCPU
1-2 GB of RAM
50+ GB hard drive (The test net has been running about 2 years and currently uses 12GB)
500 GB monthly bandwidth (Uses about half this while under moderate use)
I am looking to bring up the main net in a few months, but could do it sooner if enough people are interested in helping out by running nodes to strengthen the main network. It would be nice to spend more time coding and less setting up and maintaining the nodes.
@Daniel15 said:
Huginn (basically a self-hosted IFTTT): https://github.com/huginn/huginn. n8n looks fancier but isn't as sophisticated as Huginn. I've used it for monitoring subreddits for new posts containing particular keywords, via Reddit's search RSS feeds.
Backups of your home PCs. I store all my backups (both of my home machines and of all my other VPSes) on two separate storage VPSes with two separate providers. For backups from Linux clients I use Borgbackup and backupninja (https://0xacab.org/riseuplabs/backupninja, apt install backupninja on Debian) to do daily backups to one storage VPS, then I have a cronjob to rsync the entire backups directory to the second storage VPS. Borg is encrypted, optionally with both a password and a key file, and compressed (with zstd for best compression).
Photo gallery apps (self-hosted Google Photos alternative)? Photoprism just released their first 'stable' (non-beta) release a few days ago.
Cloud file storage (self-hosted Google Drive alternative)? Seafile is excellent.
Never knew bout huggin. Thanks
Ansible Init Hosts Make your fresh server ready for Ansible (Open source)
Every VPS provider that I know of, explicitly or implicitly bans open DNS resolvers, even if you promise to implement the config to significantly limit DNS reflection attacks.
Would be nice to learn of low-end VPS providers that are okay with OpenNIC nameservers.
@chip said:
I remembered about archive team so I've installed there docker container and am helping the archiving efforts
Good idea. I have the Virmach $8.88 special and I'm now running ArchiveTeam.
The box has 2 CPUs and "fair share" is 33% (i.e. 0.66 core), so I set the CPU limit on Docker container to be safe.
As for bandwidth, 2000GB can last a long time.
Only URLTeam 2 works. Others are broken...
@Sanjue007 said:
May be nextcloud as a google photos alternative
Nextcloud is a Dropbox alternative that is not limited to 3 devices.
I've been using Bacloud Nextcloud and it's getting slower and slower.
Maybe I need to install an instance myself...
@Daniel15 said:
Huginn (basically a self-hosted IFTTT): https://github.com/huginn/huginn. n8n looks fancier but isn't as sophisticated as Huginn. I've used it for monitoring subreddits for new posts containing particular keywords, via Reddit's search RSS feeds.
Backups of your home PCs. I store all my backups (both of my home machines and of all my other VPSes) on two separate storage VPSes with two separate providers. For backups from Linux clients I use Borgbackup and backupninja (https://0xacab.org/riseuplabs/backupninja, apt install backupninja on Debian) to do daily backups to one storage VPS, then I have a cronjob to rsync the entire backups directory to the second storage VPS. Borg is encrypted, optionally with both a password and a key file, and compressed (with zstd for best compression).
Photo gallery apps (self-hosted Google Photos alternative)? Photoprism just released their first 'stable' (non-beta) release a few days ago.
Cloud file storage (self-hosted Google Drive alternative)? Seafile is excellent.
This looks good .... I use IFTT .... Will have look into it
Comments
Every ppls here are asking the same question.
Don't give me hope.
You can install a monitoring service to monitor your other servers. Do the same with all your servers.
I have the spirit.
Contribute it to VirMach? They are still trying to provision orders correctly
I've already got one running zabbix.... pretty idle too apart from monitoring stuff
Adblock DNS is a good project to run on idle VPS, something like https://pi-hole.net/
Take your pick.
https://github.com/awesome-selfhosted/awesome-selfhosted
Tech/Hosting & Miscellaneous Domain Names For Sale!
May I suggest
https://github.com/dani-garcia/bitwarden_rs
and
https://github.com/mozilla-services/syncserver
!?
I ain't got no sister.
Install Wireguard and use as VPN
Hosthatch | Hetzner | HostSolutions| HostUS | Servarica | MyW | MXroute
I got around 4 of HostHatch VPS doing this..
Hosthatch | Hetzner | HostSolutions| HostUS | Servarica | MyW | MXroute
Should we create a LET wiki to share the public services running on idle VPSes? We can benefit each others, like the DNS service above, multiple DNS endpoints around the world can help LET users in any regions. DNS query is supposed to be very lightweight hence not much affect the monthly bandwidth or CPU. They are all idle anyway
What is the utility of pihole when you can just use nextdns.io?
Because I can and I have idling VPSs
Don't give me hope.
I guess it is the case when limit of 300K requests/month is reached? Otherwise just find some way, any way, to make use of the idle VPSes
Good idea. I have the Virmach $8.88 special and I'm now running ArchiveTeam.
The box has 2 CPUs and "fair share" is 33% (i.e. 0.66 core), so I set the CPU limit on Docker container to be safe.
As for bandwidth, 2000GB can last a long time.
yoursunny.com; stallion coder; push-up specialist; my VPS list; Antarctica summer host; treefiddy
TOR middle nodes are nice, assuming AUP allows it.
If idle, cancel. Save that money for your family, buy them some burgers.
I'm a fan of Syncthing, so I'll usually toss up a relay to help people move files securely when they can't make a direct connection. https://relays.syncthing.net/
anyNode.net - Las Vegas & Miami KVM VPS Hosting
New Years Vegas KVM Deals - 2GB - $15/yr, 4GB - $30/yr
Your answer still applies to nextdns. I'm currently testing nextdns to replace the half dozen piholes I've made. Mostly for easier management since pihole doesn't do any official syncing. With the old version, I could edit white and black lists from github and have all pi's grab it. With the database, I have to use pihole interface, which isn't publicly exposed for easy management.
Piholes just stop working or have intermittent random delays for whatever reason. Haven't seen that with nextdns so far.
Try the n8n.io workflow automation.
How well does ArchiveTeam Warrior instances run on VPS services with less than the recommended 60gigs anyways?
HetrixTools (aff): Receive 15+3 FREE Uptime Monitors
I've got a racknerd vps with 2gb ram and 45gb disk space... its running fine
Thats a good idea if people want to share what they have got setup and running
I want to know what I can use these for to help others... like the team archive project and [email protected] (wbich i believe has been discontinued in the last few years)
Huginn (basically a self-hosted IFTTT): https://github.com/huginn/huginn. n8n looks fancier but isn't as sophisticated as Huginn. I've used it for monitoring subreddits for new posts containing particular keywords, via Reddit's search RSS feeds.
Backups of your home PCs. I store all my backups (both of my home machines and of all my other VPSes) on two separate storage VPSes with two separate providers. For backups from Linux clients I use Borgbackup and backupninja (https://0xacab.org/riseuplabs/backupninja,
apt install backupninja
on Debian) to do daily backups to one storage VPS, then I have a cronjob to rsync the entire backups directory to the second storage VPS. Borg is encrypted, optionally with both a password and a key file, and compressed (with zstd for best compression).Photo gallery apps (self-hosted Google Photos alternative)? Photoprism just released their first 'stable' (non-beta) release a few days ago.
Cloud file storage (self-hosted Google Drive alternative)? Seafile is excellent.
Daniel15 | https://d.sb/
dnstools.ws - DNS lookups, pings, and traceroutes from 29 locations worldwide.
install monitoring system to monitor other idle VPSes. let them idling happily.. 😊
thanks for all the fish 🐟
May the idle VPSes LET in peace?
What monitoring solution you folks install to monitor other VPSes? Netdata?
You can set up a tier 2 (DNS) server for the OpenNIC project (https://www.opennic.org/), or make the Internet safer by detecting malware-infected computers, as the video below shows, and report them:

Check if your IP has been used to scan the Internet without your knowledge.
That one is the most annoying piece of software I dealt with in a long time. They have a new one written in Rust (https://github.com/mozilla-services/syncstorage-rs), but I'm not sure whether it's ready for production use.
I have a crypto/blockchain project going using about a dozen VPS's I found mostly here on LET. I only have the test net running now during the development and testing phase. We have been working on this for a couple of years and this is the first public discussion of the project.
The nodes are not very demanding and will run mostly idle with the following specs:
1-2 vCPU
1-2 GB of RAM
50+ GB hard drive (The test net has been running about 2 years and currently uses 12GB)
500 GB monthly bandwidth (Uses about half this while under moderate use)
I am looking to bring up the main net in a few months, but could do it sooner if enough people are interested in helping out by running nodes to strengthen the main network. It would be nice to spend more time coding and less setting up and maintaining the nodes.
May be nextcloud as a google photos alternative
Kimsufi
| HostSolutions
| Nexusbytes
| Racknerd
| OVH
|
| Hotlineservers 
Letbox
Never knew bout huggin. Thanks
Ansible Init Hosts Make your fresh server ready for Ansible (Open source)
Y'all need Jesus and stop hoarding/idling 😂.
Jokes aside,
https://github.com/awesome-selfhosted/awesome-selfhosted
If you got free time, this is the best thing ever.
Nexus Bytes Ryzen Powered NVMe VPS | NYC|Miami|LA|London|Germany| Singapore|Tokyo
Storage VPS | LiteSpeed Powered Web Hosting + SSH access | Switcher Special |
Yeah me too have 3 vps and now idling
"Humanity is f*cked up" - Jay
Every VPS provider that I know of, explicitly or implicitly bans open DNS resolvers, even if you promise to implement the config to significantly limit DNS reflection attacks.
Would be nice to learn of low-end VPS providers that are okay with OpenNIC nameservers.
HetrixTools (aff): Receive 15+3 FREE Uptime Monitors
I have three VPS idling, so I traded one for a donation to Wikimedia Foundation.
Only URLTeam 2 works. Others are broken...
Nextcloud is a Dropbox alternative that is not limited to 3 devices.
I've been using Bacloud Nextcloud and it's getting slower and slower.
Maybe I need to install an instance myself...
yoursunny.com; stallion coder; push-up specialist; my VPS list; Antarctica summer host; treefiddy
This looks good .... I use IFTT .... Will have look into it