New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Comments
Just wanted to let folks know I got the VPS. It worked without a hitch. If you are uneasy with NAT, just do a bit of googling and find out how to forward ports and set it up with a domain. Server is incredibly responsive and was easy to set up. I use MobaXterm for anyone interested. Thanks Oles!
Our FOSSVPS.org website has been updated so that it now highlights our wonderful sponsors,
node locations, VPS specs, and inventory.
FOSSVPS has 26 VPSes assigned and 8 VPSes available for assignment!
Thanks everyone!
Hey guys,
Here are some updates to my bind9 recursive DNS server setup. The server has really good response times, DNS queries are fast and smooth.
When the server functions as a recursive DNS resolver, the DNS leak test results will only display the server's IP address, rather than showing upstream resolvers such as Cloudflare, Google, etc.
I'll work on DoH/DoT testing as well.
Thanks @Not_Oles! I've been able to successfully log in, and did take a first look around, including taking an "outside" look at my VM. Impressive resources on the host. You shared the specs, but to really appreciate them, it helps me to compare, and really grasp based on more familiar atop output.
Won't be able to do as much this week as last week, but will slowly but steadily move on. To have something to show for, I am currently concentrating on how to present a subset of the data the VM produces in a simpler way, for now avoiding the need for trafficserver or another reverse proxy.
Still, I'll continue in the background to plan how to troubleshoot the trafficserver issue, and will try a few config changes to see whether I can determine what aspect of traffiserver it is that, while not leading to any relevant CPU usage as seen from inside the VM, will lead to one or even two cores on the host node showing as busy.
During the VPS' shutdown last week due to the CPU anomalies, I had taken the NTP server out of the Pool rotation, and kept it out in anticipation of the planned host reboot, and through the host's and the VPSes' subsequent downtime. I have now re-added it to the rotation, so tomorrow should then be the first full day for which the traffic statistics collected will be aggregated to get an estimate as to traffic consumption to be expected going forward (as discussed last week).
Is your DNS server public or is there an IP whitelist?
It only listens on the wireguard interface at
172.29.0.0/24for testing purposes. All queries are secured by the tunnel. It's never a good security measure to run a public resolver onUDP/53.I'm considering running DoH/DoT on
TCP/853andTCP/443at0.0.0.0/0using the existing BIND9127.0.0.1:53as upstream, if it is allowed by ToS.I've had tons of fun making my first PHP project, a simple, basic PHP login page and a page to export the output of
top!This on the test VPS at the @fmxm LA node. It seems to work! But there might be some security issues, so the firewall locks it down to one IP.
Soon I hope to try the same in Javascript, which will be my first Javascript project.
Probably not too many people would be interested in the code for these baby projects, but I want to set up a self-hosted version control web interface, maybe cgit.
Thanks to @fmxm, @alexhost, and @dan_onlyservers for their lovely server donations!
Want a free VPS? Please check the available inventory at FOSSVPS.org!
I'm making progress! Currently it notifies only new cerificates to telegram with help of notify and anew. I just made a simple one liner for that. It works awesome!
To clarify Assets.txt , it contains apex domains i want to monitor , for exmaple if i want to monitor all certificates that are going to be issued for onlyservers.com i put that in Assets.txt
FOSSVPS still has 8 free VPSes available in
Chisinau (Thanks Alexhost!
)
and in
London (Thanks OnlyServers!
)
I would very much be interested in this.
@zejjint
Hello! Nice to meet you!
FOSSVPS still has some dedicated IPv4 VPSes in Moldiva, so I will assign one of those to you.
Might take a little while, so please be patient.
I will PM you login info and post here again when your VPS is assigned.
Glad to have you aboard!
Tom
Hi again @spiderhr!
Welcome! You are in, and I am very glad to have you with us!
I will set up a Moldova VPS for you. I will PM login information. I will post here again after the PM is sent.
It might take a while, so please be patient.
Thanks for your request!
Always best wishes!
Tom
Thanks to @alexhost for providing the Chisinau hardware, thanks to @Not_Oles for donating so much of his time to run this project and to all of the others involved in this awesome endeavor.
Thank you very much.
@zejjnt
PM sent. Please post here to let us know if you get in. Please also post about your progress.
The better the conversation here, the more likely that our kind Provider donors
will renew their Nodes. Also the more likely that additional, new Providers will donate new Nodes. Thanks to Alexhost for donating the Node on which your VPS is running. 
Welcome again! Best wishes!
@FrankCastle
Hi! Nice to see you! Of course you are in.
The Moldova VPSes were pre-made with libvirt and virt-install and Ubuntu 24.04 LTS.
On the pre-made VPSes, the qemu VNC is not enabled.
However, I did save a slot or maybe two just in case someone really wanted another OS besides Ubuntu.
Do you want to go ahead with Ubuntu or go with Debian?
Alternatively, is there an OpenBSD qcow2 image that you like?
Or maybe you have a better idea?
Best!
Tom
If there is still a slot where vnc is enabled that would be ideal, thank you very much. You are the best! You could virt-install -c ipxe.iso [ file from https://boot.ipxe.org/ipxe.iso ] and that would allow me to install whatever without having to bug you each time I want to reinstall something new. Even without virt-viewer we should be able to use ssh port forwarding to get console access. That's the easiest solution that comes to mind anyway. If there is another location/setup where this would be easier that's fine as well. I don't want to complicate matters too much!
@spiderhr
PM sent! Hope you really enjoy your VPS!
Anything I can do to help, just let me know!
Best!
Tom
Thanks to @alexhost for the nice Moldova Node that provides @spiderhr's VPS!
Just to be clear, there are no slots where VNC is enabled. There are a couple of slots where nothing was pre-installed, anticipating we might get lucky about requests.
I haven't tried ipxe before. I'm sure it's fine. But I have to study up.
Meaning that you can do without a graphical install?
As can be seen at FOSSVPS, only 6 VPSes remain available, 3 NATs in London and three dedicated IPv4 in Chisinau.
Any more Providers want to donate Nodes?
So you are using --graphics none as part of your libvert-install command? Would it be possible to set it to vnc instead of none?
I am not doing a graphical install per se but I do need console access to setup disk encryption and everything else before the operating system boots. Thus the vnc parameter in the libvert-install above. If you are using bashvm to set everything up I'm pretty sure it has vnc/console support but I could be mistaken since I haven't personally used it.
It seems like I might be expecting more than what you have been providing thus far and I don't want to complicate things for you unless you are open to it. I can hit you up in DMs as to not clutter this thread.
@FrankCastle
Here is approximately the virt-install command which was used.
Of course! But, as you know, there are additional items which follow from enabling VNC. And, as you know, alternatives, such as, for example, Spice. Maybe there might be some cool method where a graphical install is not required?
What's going on behind the scenes is that I have been happily using BashVM from @babywhale to make VPSes. BashVM calls virsh a lot. I thought, if I want to underrstand BashVM, probably it might be a good idea to try Libvirt directly.
The VPS creation sequence used on Ubuntu 24.04 might have been, approximately:
Here are examples of meta-data, network-config, and user-data:
How can we improve this setup for everyone?
@FrankCastle How can this setup be modified so that you get way more and maybe all of what you want?
Well if you allow me to get a piece of VPS, i can able to run a search engine trends on different categories fields along with api access on so that many people will get benefits
I’m heading to Egypt soon, and hope my VPS stays stable while I’m away.
@Aphelios I hope so too! Do you know how long you are going to be travelling?
Hopefully a gentle reminder:
@praburam
Hi! Thanks for your request! Could you please give us more details on your project? Is your project open source? Can you please share a link to your source repository? Thanks again!
2 weeks. I'm excited
Sounds really great! I hope you have a good time!
Going off what you currently have this is what I would do.
We would still need to solve getting me access to port 5900 (or 590X if you have used vnc graphics for something else but easy to figure out). This is pretty simple with a restricted shell account that can only do port forwarding (no actual permissions for full shell access). Then I can vnc in over a ssh tunnel (so it is encrypted) and install any operating system I want as many times as I want without ever having to bug you.
That said, if you are asking for suggestions to make this setup better providing users access to virtsh commands (so they can reboot instances on their own) would probably be a good idea. It would require some config changes but here's the docs for it: https://libvirt.org/uri.html
Easy peasy lemon squeezie.