NanoKVM | Free NAT KVM | Multiple Locations

1356789

Comments

  • @Neoon

    Token: c600bb21cc0622ef79723cd3bff8b8ac725e3769
    Reason: A monitoring hub + simple web hosting for few domains , Thank you!

  • @ehab said:
    hey @Neoon any way to get wild subdomain support in haproxy?

    e.g : adding

    *.name.tld
    *.ups.name.tld

    currently results in

    The following errors occurred!
    Invalid Domain e.g youporn.com

    apologies if i didn't read any limitations mentioned before.

    I believe its technically possible.
    Will check on it.

  • @derekyang said:
    @Neoon

    Token: c600bb21cc0622ef79723cd3bff8b8ac725e3769
    Reason: A monitoring hub + simple web hosting for few domains , Thank you!

    We have rules and you did not read them, so no.

  • NeoonNeoon OG
    edited May 2021

    Patch Notes:

    • HAProxy now requires a resolvable domain + domain/subdomain needs to point to Node
    • Not longer used HAProxy entries have been cleaned up while doing some database structure upgrades
    • Replaced the "Wiki" with Network tab (microLXC style)
    • A few small design changes

    This wont affect existing domains.
    These changes are live since a few days, more on HAProxy soonTM.

  • Reminder from LET, RO is going offline in about 2 weeks.
    If you still have a service in RO, ask for migration.

    Everything on the Node in 2 weeks will be deleted.

  • @Neoon said:
    Reminder from LET, RO is going offline in about 2 weeks.
    If you still have a service in RO, ask for migration.

    Everything on the Node in 2 weeks will be deleted.

  • @Ganonk said:

    @Neoon said:
    Reminder from LET, RO is going offline in about 2 weeks.
    If you still have a service in RO, ask for migration.

    Everything on the Node in 2 weeks will be deleted.

    I already removed RO from the Panel and Monitoring.
    As far as I know it went offline and is already terminated.

    Page will be updated soonTM.

  • NeoonNeoon OG
    edited August 2021

    Maintenance Announcement
    Norway will get an additional SSD, due to the current I/O wait on the spinning rust.
    This upgrade will take place early Thursday (Tomorrow) Morning 09:00 GMT+2.

    After this upgrade, you can request to get your VM moved to the SSD.
    I/O caps will be raised in this case too.

  • DE had an unexpected reboot tonight, everything came back up a few minutes later, however the ndppd service did not.
    Which caused an IPv6 outage for all VM's, the service is now running again and fixed.

  • skorupionskorupion Provider
    edited October 2021

    @debaser said:

    @skorupion said:
    reserving spots not possible? or possible?

    I don’t think you meet the requirements anyway :/

    I do on let lolz

    Synteq Technical Support, Technical Writer.
    Contact me at: +1 (307) 428 8111 or [email protected]

  • NeoonNeoon OG
    edited October 2021

    DE will have a short Maintenance tomorrow at 23:00 CET.
    Services will be down for a few minutes, while Hetzner is performing a BIOS update to address the sudden unexpected reboots/crashes.

  • waiting for setup rDNS/PTR on ipv6 🙏

  • @Ganonk said:
    waiting for setup rDNS/PTR on ipv6 🙏

    I am waiting too, duh.
    However, I wanted to redesign NanoKVM right, I am weeks behind.

    So I stopped any updates, until this is done.
    microLXC will likely have it before, and it won't be available for all locations.

    NanoKVM will only get it on 2 locations, ever, likely.

  • Sir, please update Netboot. xyz to v2. x

  • @Ganonk said:
    Sir, please update Netboot. xyz to v2. x

    Will update the iso's this week, netboot should get updated too.

  • NeoonNeoon OG
    edited November 2021

    Maintenance Announcement
    We are going to reboot the following nodes:

    Netherlands

    Approximately 23:00 CET, Friday 19.11.2021
    Downtime will be about 5 minutes.
    Services will be automatically booted up after maintenance.

  • Sir, please add Alpine Linux standard ISO 🙏🏼

  • Due to recent events, please keep in mind, that CPU, I/O and Network is shared.
    If you have no monitoring, please install at least something, so you can react before we do.

    CPU and Network are most of the time not an issue, however I/O is, especially the HDD nodes Norway and Fremont.

    So, please keep an eye on your VM.

  • @Neoon is VPN okay now for NanoKVM?

    DM us for private tracker invite.

  • @terrorgen said:
    @Neoon is VPN okay now for NanoKVM?

    Should be fine, as long its personal usage.

  • edited December 2021

    Here's my token: 1183e622f9cee9336dac8d1265e0b696eebf708d

    Justification: learning BGP by participating in the DN42 network.

    DM us for private tracker invite.

  • @terrorgen said:
    Here's my token: 1183e622f9cee9336dac8d1265e0b696eebf708d

    Justification: learning BGP by participating in the DN42 network.

    Deployed.

  • edited December 2021

    deleted

    DM us for private tracker invite.

  • NeoonNeoon OG
    edited December 2021

    Regarding the issue that has been Reported that VM's wont start.
    This is related to an ISO cleanup, when you still have an old iso mounted, you will run into this issue.

    I unmounted all ISO's on every VM, so this issue should be fixed.

  • How does haproxy work in NanoKVM?

    I have a domain that resolves to the IP my KVM is part of, configured haproxy via the web portal and now what?

    Do I just run a web server in my KVM at port 80? What if I want to use another port?

    DM us for private tracker invite.

  • @terrorgen said:
    How does haproxy work in NanoKVM?

    SNI, its like magic

    I have a domain that resolves to the IP my KVM is part of, configured haproxy via the web portal and now what?

    Just setup a nginx and request a tls certificate from lets encrypt

    Do I just run a web server in my KVM at port 80? What if I want to use another port?

    Yes and 443, its NAT seriously?

  • @Neoon said:

    @terrorgen said:
    How does haproxy work in NanoKVM?

    SNI, its like magic

    I have a domain that resolves to the IP my KVM is part of, configured haproxy via the web portal and now what?

    Just setup a nginx and request a tls certificate from lets encrypt

    Do I just run a web server in my KVM at port 80? What if I want to use another port?

    Yes and 443, its NAT seriously?

    yes, working fine for me. very nice <3

  • NeoonNeoon OG
    edited January 2022

    Downside is, It won't work with Encrypted NSI with TLS 1.3, since HAProxy can't read anymore where to forward the encrypted packages.

  • hmm I started
    sudo python -m http.server 80
    on my NanoKVM

    then on my browser, enter the address I set up.

    I got a "Route not found" error.

    DM us for private tracker invite.

  • NeoonNeoon OG
    edited January 2022

    @terrorgen said:
    hmm I started
    sudo python -m http.server 80
    on my NanoKVM

    then on my browser, enter the address I set up.

    I got a "Route not found" error.

    Its routed to your VM, plus the timeout takes a few seconds, which indicates your webserver is not replying to the request.
    Firewall?

    Keep in mind changes for HAProxy take up 1 hour.

  • @Neoon said:

    @terrorgen said:
    hmm I started
    sudo python -m http.server 80
    on my NanoKVM

    then on my browser, enter the address I set up.

    I got a "Route not found" error.

    Its routed to your VM, plus the timeout takes a few seconds, which indicates your webserver is not replying to the request.
    Firewall?

    Keep in mind changes for HAProxy take up 1 hour.

    HAProxy works now. it's indeed firewall... thought I have already opened the right ports!

    DM us for private tracker invite.

  • NeoonNeoon OG
    edited January 2022

    Pre-Announcement

    NL will get upgraded and switched to a new machine.
    This includes new shiny more powerful CPU, more Storage and we likely can offer 2GB after the upgrade.

    I also gonna take the time, to simplify the network and testing Proxmox 7 with Debiwan Eleven.
    When the initial setup is done and running, we offer migrations from machine to machine, with a window of a few weeks, so everything should have enough time to migrate his stuff.

    Thanks @RapToN / https://kts24.com

  • NeoonNeoon OG
    edited March 2022

    Some News.

    • The Website has been updated, simpler design.
    • Upgraded NL Node is up and running, enjoy the better CPU Performance and more Storage
      Which is also our first Proxmox Node running with Bullseye

    • By Default all new VM's will come with 150Mbit as Uplink/Downlink Speed, except Fremont, the Node itself just got 100Mbit, sadly.
      Existing VM's will be upgraded by Request

    If you got any feedback on the new site, lemme know, so far it works pretty neat for mobile too.

  • Token: d55088b096ae177b2804ccae5ccbbc0f6b970438
    Purpose: I want to read data from a WebSocket

  • @maichio said:
    Token: d55088b096ae177b2804ccae5ccbbc0f6b970438
    Purpose: I want to read data from a WebSocket

    Read the Rules.

  • @Neoon said:
    Some News.

    Existing VM's will be upgraded by Request

    Sir , =)

  • edited March 2022

    Thanks to nanokvm's server provider.
    I need a small machine with 1 core and 1G that is smooth enough to deploy my server monitoring project. Maybe also deploy a small private VPN.
    Here is my token: 1f12f88a580135b9ccffdda2ca8ab4c3356a8ba7

    My virtualized amusement park: https://github.com/oneclickvirt

  • dosaidosai OG தோசை

    @spiritlhl said:
    Thanks to nanokvm's server provider.
    I need a small machine with 1 core and 1G that is smooth enough to deploy my server monitoring project. Maybe also deploy a small private VPN.
    Here is my token: 1f12f88a580135b9ccffdda2ca8ab4c3356a8ba7

    Read the rules before applying.

  • edited March 2022

    Read the rules before applying.

    Well, if I can't deploy monitoring related projects, please ignore my request. I don't have any other needs for the time being.

    My virtualized amusement park: https://github.com/oneclickvirt

  • @spiritlhl said:

    Read the rules before applying.

    Well, if I can't deploy monitoring related projects, please ignore my request. I don't have any other needs for the time being.

    I guess it's about the requirements for applying/being eligible, not about monitoring or not ... :innocent:

  • edited March 2022

    I guess it's about the requirements for applying/being eligible, not about monitoring or not ... :innocent:

    I see, I don't have enough posts...

    My virtualized amusement park: https://github.com/oneclickvirt

  • dosaidosai OG தோசை

    @spiritlhl said:

    I guess it's about the requirements for applying/being eligible, not about monitoring or not ... :innocent:

    I see, I don't have enough posts...

    Not just posts, vpn is not allowed.

  • Not just posts, vpn is not allowed.

    Not public.

    My virtualized amusement park: https://github.com/oneclickvirt

  • dosaidosai OG தோசை

    @spiritlhl said:

    Not just posts, vpn is not allowed.

    Not public.

    @Neoon private vpns are allowed?

  • Not public.

    My virtualized amusement park: https://github.com/oneclickvirt

  • edited March 2022

    It seems to me that it does not mention whether private vpn is prohibited or not.

    My virtualized amusement park: https://github.com/oneclickvirt

  • edited March 2022

    I see, I don't have enough posts...

    This is my 50th comment and I think it should be enough. . .

    My virtualized amusement park: https://github.com/oneclickvirt

  • NanoKVM DE is down since a few hours, however I don't have any information as of right now.
    I will update once I know more.

  • @Neoon

    Sorry to bother you, my request seems to have passed the 4-day review cycle, when will I get a response? My token is 1f12f88a580135b9ccffdda2ca8ab4c3356a8ba7, the purpose of my request is to build a server monitoring platform.

    My virtualized amusement park: https://github.com/oneclickvirt

Sign In or Register to comment.