C-Servers Arrives in America - Flying Commercial With 7950X3D!

2»

Comments

  • @Josu said:
    Their service does not have real natipv4 only nat ipv4 port range B)

    All detail on the NAT IPv4 implementation - which does work as NAT IPv4 through socat, contrary to what your post suggests - is informed on our Knowledge Base and is available before purchase, and it was already well explained here at LES by us.

    If you like having a non-Internet facing private IPv4 address and call it "Real NAT IPv4" that, if the NAT breaks, brings down the entire Internet VPS communication with it, it's on you. ;)

    There's an IPv4 port range; it's to/from an external IPv4 IP; communicates with other external IPv4 IPs. It's NAT IPv4.

    And thank you for the bump - it helps our sales!

  • @cservers said:

    @Josu said:
    Their service does not have real natipv4 only nat ipv4 port range B)

    All detail on the NAT IPv4 implementation - which does work as NAT IPv4 through socat, contrary to what your post suggests - is informed on our Knowledge Base and is available before purchase, and it was already well explained here at LES by us.

    If you like having a non-Internet facing private IPv4 address and call it "Real NAT IPv4" that, if the NAT breaks, brings down the entire Internet VPS communication with it, it's on you. ;)

    There's an IPv4 port range; it's to/from an external IPv4 IP; communicates with other external IPv4 IPs. It's NAT IPv4.

    And thank you for the bump - it helps our sales!

    Having an IPv4 port is useless. I cannot access and download GitHub resources. This is what I discovered after testing, so this port range can basically be ignored.

  • somiksomik OG Hostbusters
    edited October 2025

    @Josu said:

    @cservers said:
    All detail on the NAT IPv4 implementation - which does work as NAT IPv4 through socat, contrary to what your post suggests - is informed on our Knowledge Base and is available before purchase, and it was already well explained here at LES by us.
    If you like having a non-Internet facing private IPv4 address and call it "Real NAT IPv4" that, if the NAT breaks, brings down the entire Internet VPS communication with it, it's on you. ;)
    There's an IPv4 port range; it's to/from an external IPv4 IP; communicates with other external IPv4 IPs. It's NAT IPv4.
    And thank you for the bump - it helps our sales!

    Having an IPv4 port is useless. I cannot access and download GitHub resources. This is what I discovered after testing, so this port range can basically be ignored.

    Can you try running the following 2 commands from your server and share the result? If curl is not installed, install it first.

    curl -4 ip.sb
    
    curl -6 ip.sb
    

    If both IPv4 and IPv6 are working as intented, you should see something like this (feel free to hide your real IPs as i have done so in the following example)

    # curl -4 ip.sb
    103.xxx.xxx.xxx
    
    # curl -6 ip.sb
    2402:xxxx:x:xx:xxxx:xxxx:xxxx:xxxx
    

    I speak fluent sarcasm and broken logic. | I would agree with you, but thæn we’d both be wrong.

  • @somik said:

    @Josu said:

    @cservers said:
    All detail on the NAT IPv4 implementation - which does work as NAT IPv4 through socat, contrary to what your post suggests - is informed on our Knowledge Base and is available before purchase, and it was already well explained here at LES by us.
    If you like having a non-Internet facing private IPv4 address and call it "Real NAT IPv4" that, if the NAT breaks, brings down the entire Internet VPS communication with it, it's on you. ;)
    There's an IPv4 port range; it's to/from an external IPv4 IP; communicates with other external IPv4 IPs. It's NAT IPv4.
    And thank you for the bump - it helps our sales!

    Having an IPv4 port is useless. I cannot access and download GitHub resources. This is what I discovered after testing, so this port range can basically be ignored.

    Can you try running the following 2 commands from your server and share the result? If curl is not installed, install it first.

    curl -4 ip.sb
    
    curl -6 ip.sb
    

    If both IPv4 and IPv6 are working as intented, you should see something like this (feel free to hide your real IPs as i have done so in the following example)

    # curl -4 ip.sb
    103.xxx.xxx.xxx
    
    # curl -6 ip.sb
    2402:xxxx:x:xx:xxxx:xxxx:xxxx:xxxx
    

    curl: (7) Failed to connect to ip.sb port 80 after 16 ms: Could not connect to server

  • somiksomik OG Hostbusters

    @Josu said:
    curl: (7) Failed to connect to ip.sb port 80 after 16 ms: Could not connect to server

    @cservers shouldn't your ipv6 only VPS still be able to connect to external IPv4 hosts? Or is it that your IPv6 only servers can only talk to other IPv6 only servers even though ~57.6% of reachable sites are IPv4‐only (reference)

    I speak fluent sarcasm and broken logic. | I would agree with you, but thæn we’d both be wrong.

  • @cservers said:
    NEW FLASH SALE ON THE EXTRAVPS 4GB HDD PACKAGE - 50% RECURRING DISCOUNT - 72H ONLY

    Take this killer pricing: 7.99 USD per 3 months and with a 6-month option available!

    3 Ryzen 7950X3D vCores with 40% Fair Share available at the lowest price ever.

    They WILL sell fast!

    Buy it now - here!

    yabs? location? other specs?

  • usr123usr123 OG
    edited October 2025

    Looks like you'll be able to buy an IPv4 address soon - https://web.c-servers.co.uk/en/category/vps-addons

    Guess there will be bigger ranges too. For example, here's a /27 for $25.90 monthly + $29 setup - https://web.c-servers.co.uk/order-steps/server/360

    /24 - $199 monthly + $290 setup - https://web.c-servers.co.uk/order-steps/server/361

  • @somik said:

    @Josu said:
    curl: (7) Failed to connect to ip.sb port 80 after 16 ms: Could not connect to server

    @cservers shouldn't your ipv6 only VPS still be able to connect to external IPv4 hosts? Or is it that your IPv6 only servers can only talk to other IPv6 only servers even though ~57.6% of reachable sites are IPv4‐only (reference)

    The error that was done on that command was that he's done curl -4 ip.sb, which doesn't work like that on our servers, since the IPv4 NAT is done external, and NAT64 is also outside of the VM. Per our Knowledge Base he always has to do curl -6 ip.sb and, if the destination website doesn't have an IPv6, it connects through the NAT64 and directly to the IPv4.

    @Josu said:

    @cservers said:

    @Josu said:
    Their service does not have real natipv4 only nat ipv4 port range B)

    All detail on the NAT IPv4 implementation - which does work as NAT IPv4 through socat, contrary to what your post suggests - is informed on our Knowledge Base and is available before purchase, and it was already well explained here at LES by us.

    If you like having a non-Internet facing private IPv4 address and call it "Real NAT IPv4" that, if the NAT breaks, brings down the entire Internet VPS communication with it, it's on you. ;)

    There's an IPv4 port range; it's to/from an external IPv4 IP; communicates with other external IPv4 IPs. It's NAT IPv4.

    And thank you for the bump - it helps our sales!

    Having an IPv4 port is useless. I cannot access and download GitHub resources. This is what I discovered after testing, so this port range can basically be ignored.

    No, it can't be. The port range is there and working and IPv4 ports are absolutely not for that.

    GitHub has been having some issues lately, it seems that occasionally doesn't work even through IPv4 - possibly related to what they said they would do, of migrating to Azure. On those instances, we've been suggesting to access through a proxy. Or you can download the Github content to your PC through any tool and upload it to your VPS (MobaXterm has that possibility for example).

    There's also complaints on the OGF and even through IPv4, so that's that.

    @ehab said:

    @cservers said:
    NEW FLASH SALE ON THE EXTRAVPS 4GB HDD PACKAGE - 50% RECURRING DISCOUNT - 72H ONLY

    Take this killer pricing: 7.99 USD per 3 months and with a 6-month option available!

    3 Ryzen 7950X3D vCores with 40% Fair Share available at the lowest price ever.

    They WILL sell fast!

    Buy it now - here!

    yabs? location? other specs?

    Yabs was at the top of this page (applicable for CPU and network, the disk was NVMe there), but our HDD is cached, so expect higher speeds than the regular HDD. Location is New Jersey, US. All specs available at c-servers.co.uk.

    @usr123 said:
    Looks like you'll be able to buy an IPv4 address soon - https://web.c-servers.co.uk/en/category/vps-addons

    Guess there will be bigger ranges too. For example, here's a /27 for $25.90 monthly + $29 setup - https://web.c-servers.co.uk/order-steps/server/360

    /24 - $199 monthly + $290 setup - https://web.c-servers.co.uk/order-steps/server/361

    I see you've already noticed that one :)

    The supporting KB article with more details: https://web.c-servers.co.uk/info/can-my-vps-have-a-full-ipv4-ip-updated-16-10-2025

    We've also done some structural changes - the dual-website solution is discontinued and now c-servers.co.uk redirects to the WebStore, which in turn was improved on the landing page with a more modern presentation.

  • somiksomik OG Hostbusters
    edited October 2025

    @cservers said:

    @somik said:

    @Josu said:
    curl: (7) Failed to connect to ip.sb port 80 after 16 ms: Could not connect to server

    @cservers shouldn't your ipv6 only VPS still be able to connect to external IPv4 hosts? Or is it that your IPv6 only servers can only talk to other IPv6 only servers even though ~57.6% of reachable sites are IPv4‐only (reference)

    The error that was done on that command was that he's done curl -4 ip.sb, which doesn't work like that on our servers, since the IPv4 NAT is done external, and NAT64 is also outside of the VM. Per our Knowledge Base he always has to do curl -6 ip.sb and, if the destination website doesn't have an IPv6, it connects through the NAT64 and directly to the IPv4.

    @Josu can help to run the following command from your server? This server only responds to ipv4 so if there is no ipv4 connectivity, it should not work. If your server is able to connect to IPv4 over IPv6 then you should see a IPv4 address for your server.

    curl ipv4.icanhazip.com
    curl -6 ipv4.icanhazip.com
    

    I speak fluent sarcasm and broken logic. | I would agree with you, but thæn we’d both be wrong.

  • usr123usr123 OG
    edited October 2025

    @somik said:

    @cservers said:

    @somik said:

    @Josu said:
    curl: (7) Failed to connect to ip.sb port 80 after 16 ms: Could not connect to server

    @cservers shouldn't your ipv6 only VPS still be able to connect to external IPv4 hosts? Or is it that your IPv6 only servers can only talk to other IPv6 only servers even though ~57.6% of reachable sites are IPv4‐only (reference)

    The error that was done on that command was that he's done curl -4 ip.sb, which doesn't work like that on our servers, since the IPv4 NAT is done external, and NAT64 is also outside of the VM. Per our Knowledge Base he always has to do curl -6 ip.sb and, if the destination website doesn't have an IPv6, it connects through the NAT64 and directly to the IPv4.

    @Josu can help to run the following command from your server? This server only responds to ipv4 so if there is no ipv4 connectivity, it should not work. If your server is able to connect to IPv4 over IPv6 then you should see a IPv4 address for your server.

    curl ipv4.icanhazip.com
    curl -6 ipv4.icanhazip.com
    

    Not having problems, but as long as you use a domain name and not an IPv4 address it should resolve.

    From my VPS
    root@vps-3XXX:~# curl ipv4.icanhazip.com
    46.235.230.124
    root@vps-3XXX:~# curl -6 ipv4.icanhazip.com
    159.69.108.193
    root@vps-3XXX:~# curl 'https://api.ipify.org?format=json'
    {"ip":"159.69.108.193"}

    I do have to use a proxy for github though.

    root@vps-3XXX:~# curl github.com
    root@vps-3XXX:~# nslookup github.com
    Server: 127.0.0.53
    Address: 127.0.0.53#53

    Non-authoritative answer:
    Name: github.com
    Address: 140.82.113.4
    Name: github.com
    Address: 2a00:1098:2b::1:8c52:7104
    Name: github.com
    Address: 2a01:4f8:c2c:123f:64:5:8c52:7104
    Name: github.com
    Address: 2a00:1098:2c::5:8c52:7104

    root@vps-3XXX:~# ping github.com
    PING github.com (2a00:1098:2c::5:8c52:7104) 56 data bytes
    ^C
    --- github.com ping statistics ---
    6 packets transmitted, 0 received, 100% packet loss, time 5159ms

    root@vps-3XXX:~# dig github.com

    ; <<>> DiG 9.18.39-0ubuntu0.24.04.1-Ubuntu <<>> github.com
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 17029
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

    ;; OPT PSEUDOSECTION:
    ; EDNS: version: 0, flags:; udp: 65494
    ;; QUESTION SECTION:
    ;github.com. IN A

    ;; ANSWER SECTION:
    github.com. 60 IN A 140.82.112.3

    ;; Query time: 15 msec
    ;; SERVER: 127.0.0.53#53(127.0.0.53) (UDP)
    ;; WHEN: Mon Oct 20 14:42:24 UTC 2025
    ;; MSG SIZE rcvd: 55
    root@vps-3XXX:~# dig -6 github.com
    ;; communications error to ::1#53: connection refused
    ;; communications error to ::1#53: connection refused
    ;; communications error to ::1#53: connection refused

    ; <<>> DiG 9.18.39-0ubuntu0.24.04.1-Ubuntu <<>> -6 github.com
    ;; global options: +cmd
    ;; no servers could be reached
    root@vps-3XXX:~# dig github.com AAAA

    ; <<>> DiG 9.18.39-0ubuntu0.24.04.1-Ubuntu <<>> github.com AAAA
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 37501
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 1

    ;; OPT PSEUDOSECTION:
    ; EDNS: version: 0, flags:; udp: 65494
    ;; QUESTION SECTION:
    ;github.com. IN AAAA

    ;; ANSWER SECTION:
    github.com. 60 IN AAAA 2a00:1098:2c::5:8c52:7103
    github.com. 60 IN AAAA 2a00:1098:2b::1:8c52:7103
    github.com. 60 IN AAAA 2a01:4f8:c2c:123f:64:5:8c52:7103

    ;; Query time: 10 msec
    ;; SERVER: 127.0.0.53#53(127.0.0.53) (UDP)
    ;; WHEN: Mon Oct 20 14:45:12 UTC 2025
    ;; MSG SIZE rcvd: 123

  • somiksomik OG Hostbusters

    @usr123 said:
    I do have to use a proxy for github though.

    Probably cause github repositories do not support IPv6. You can try the solution provided here:
    https://github.com/orgs/community/discussions/151108

    I speak fluent sarcasm and broken logic. | I would agree with you, but thæn we’d both be wrong.

  • Now they have hourly servers, but the setup fee kills the savings, especially for short time periods.

    https://web.c-servers.co.uk/en/category/hourly-vps

  • somiksomik OG Hostbusters
    edited October 2025

    @usr123 said:
    Now they have hourly servers, but the setup fee kills the savings, especially for short time periods.

    https://web.c-servers.co.uk/en/category/hourly-vps

    Go with AWS. Hourly servers + zero setup fee. Better uptime too.

    I speak fluent sarcasm and broken logic. | I would agree with you, but thæn we’d both be wrong.

  • @usr123 said:
    Now they have hourly servers, but the setup fee kills the savings, especially for short time periods.

    https://web.c-servers.co.uk/en/category/hourly-vps

    We had to insert that setup fee because there's a fixed minimum fee at the money payment gateways. Other than that, it's a good way of using e.g. account credits and have a cheap VPS available for a brief period of time.

  • usr123usr123 OG
    edited October 2025

    @somik said:

    @usr123 said:
    Now they have hourly servers, but the setup fee kills the savings, especially for short time periods.

    https://web.c-servers.co.uk/en/category/hourly-vps

    Go with AWS. Hourly servers + zero setup fee. Better uptime too.

    Totally agree!

    @cservers said:

    @usr123 said:
    Now they have hourly servers, but the setup fee kills the savings, especially for short time periods.

    https://web.c-servers.co.uk/en/category/hourly-vps

    We had to insert that setup fee because there's a fixed minimum fee at the money payment gateways. Other than that, it's a good way of using e.g. account credits and have a cheap VPS available for a brief period of time.

    So does somebody with account credits still pay the fee?

  • somiksomik OG Hostbusters

    @cservers said:

    @usr123 said:
    Now they have hourly servers, but the setup fee kills the savings, especially for short time periods.

    https://web.c-servers.co.uk/en/category/hourly-vps

    We had to insert that setup fee because there's a fixed minimum fee at the money payment gateways. Other thæn that, it's a good way of using e.g. account credits and have a cheap VPS available for a brief period of time.

    Why not make it so that the hourly credits can only be purchased with the account credit? That way it's better for both you and the client.

    I speak fluent sarcasm and broken logic. | I would agree with you, but thæn we’d both be wrong.

  • @somik said:

    @cservers said:

    @usr123 said:
    Now they have hourly servers, but the setup fee kills the savings, especially for short time periods.

    https://web.c-servers.co.uk/en/category/hourly-vps

    We had to insert that setup fee because there's a fixed minimum fee at the money payment gateways. Other thæn that, it's a good way of using e.g. account credits and have a cheap VPS available for a brief period of time.

    Why not make it so that the hourly credits can only be purchased with the account credit? That way it's better for both you and the client.

    Exactly. That's where I was going with my question.

  • @somik said:

    @cservers said:

    @usr123 said:
    Now they have hourly servers, but the setup fee kills the savings, especially for short time periods.

    https://web.c-servers.co.uk/en/category/hourly-vps

    We had to insert that setup fee because there's a fixed minimum fee at the money payment gateways. Other thæn that, it's a good way of using e.g. account credits and have a cheap VPS available for a brief period of time.

    Why not make it so that the hourly credits can only be purchased with the account credit? That way it's better for both you and the client.

    There's not an option for that on our billing system on a per-product basis, unfortunately.

  • somiksomik OG Hostbusters

    @cservers said:

    @somik said:
    Why not make it so that the hourly credits can only be purchased with the account credit? That way it's better for both you and the client.

    There's not an option for that on our billing system on a per-product basis, unfortunately.

    Hmm... cant think of another way to get around this setup fee thæn...

    I speak fluent sarcasm and broken logic. | I would agree with you, but thæn we’d both be wrong.

  • cserverscservers Provider
    edited October 2025

    PRE-BLACK FRIDAY FLASH SALE - JUMBO DISK

    It has been one of our best sellers at this server.

    And now you can get it even cheaper: for 72h only, the JumboDisk 1TB package for only 1.99 USD per month! Also with 3 months (5.69 USD) and 12 months option available.

    Get it here - it will sell fast! https://web.c-servers.co.uk/order-steps/server/366

  • No paypal option? :(

  • @hana said:
    No paypal option? :(

    It's available, through Stripe, but geo-restricted to manage the payment gateway's risk.

  • @cservers said:
    PRE-BLACK FRIDAY FLASH SALE - JUMBO DISK

    It has been one of our best sellers at this server.

    And now you can get it even cheaper: for 72h only, the JumboDisk 1TB package for only 1.99 USD per month! Also with 3 months (5.69 USD) and 12 months option available.

    Get it here - it will sell fast! https://web.c-servers.co.uk/order-steps/server/366

    great offers -- is the flash deal stackable?

  • Your payment has been approved and Invoice ID is: #4974
    

    Still on pending status.

    Nice offer.

  • i need 4c16g300g,how much

  • cserverscservers Provider
    edited November 2025

    @stxsh said:

    @cservers said:
    PRE-BLACK FRIDAY FLASH SALE - JUMBO DISK

    It has been one of our best sellers at this server.

    And now you can get it even cheaper: for 72h only, the JumboDisk 1TB package for only 1.99 USD per month! Also with 3 months (5.69 USD) and 12 months option available.

    Get it here - it will sell fast! https://web.c-servers.co.uk/order-steps/server/366

    great offers -- is the flash deal stackable?

    These flash deals are usually not stackable, yes.

    @dartagnan said:
    Your payment has been approved and Invoice ID is: #4974

    Still on pending status.

    Nice offer.

    Thank you!

    @gg66 said:
    i need 4c16g300g,how much

    We can do it at the LuxeVPS-12288 price, by changing the vCores to 4 and increasing RAM to 16GB (therefore putting an extra 4GB) and NVMe SSD to 300GB (therefore adding an extra 100GB space). Those vCores will have 50% fair share per vCore (aggregate total of 200%).

    Send us a ticket if you're interested.

  • Do you have a test IP? I'd like to test the latency.

  • I have no money!

    waifuwall.com | Anime Girl Wallpapers - Uptime Status

  • cserverscservers Provider
    edited November 2025

    PRE-BLACK FRIDAY FLASH SALE - 1GB VPS

    Have the CentralVPS-1024 NVMe, with 2 AMD Ryzen 7950X3D (40% Fair Share) and 40GB NVMe disk space, with the best bang for your buck, from only 0,58 USD per month (paid yearly). Click here!

    Also for all other plans at New Jersey (JumboDisk and AMD Ryzen Quality VPS), enjoy a special pre-Black Friday and our biggest discount yet: Recurring 40% Off Everything!

    Use the code HAVEANICEWEEK until November 22nd, 2025. ;)

  • @cservers bring Finland / Black Friday Special I - Europe \ back soon.

  • imokimok OG Not Administrator

    Bad gateway

  • imokimok OG Not Administrator
    edited November 2025

    @imok said:
    Bad gateway

    Fuck. Got charged twice.

    Edit: queue processed. Now I have 2 servers 😂

    Edit: oh they are NAT 😅

  • somiksomik OG Hostbusters

    @imok said:

    @imok said:
    Bad gateway

    Fuck. Got charged twice.

    Edit: queue processed. Now I have 2 servers 😂

    Edit: oh they are NAT 😅

    I remember c-servers saying they are not NAT, but IPv6 only...

    I speak fluent sarcasm and broken logic. | I would agree with you, but thæn we’d both be wrong.

  • @somik said:

    @imok said:

    @imok said:
    Bad gateway

    Fuck. Got charged twice.

    Edit: queue processed. Now I have 2 servers 😂

    Edit: oh they are NAT 😅

    I remember c-servers saying they are not NAT, but IPv6 only...

    niiiiiccccceeee also @cservers start a new thread if you have an offer. This is not the place for that and counts as bumping

    The Yeti has left the building.

  • @cservers said:
    PRE-BLACK FRIDAY FLASH SALE - 1GB VPS

    Have the CentralVPS-1024 NVMe, with 2 AMD Ryzen 7950X3D (40% Fair Share) and 40GB NVMe disk space, with the best bang for your buck, from only 0,58 USD per month (paid yearly). Click here!

    Also for all other plans at New Jersey (JumboDisk and AMD Ryzen Quality VPS), enjoy a special pre-Black Friday and our biggest discount yet: Recurring 40% Off Everything!

    Use the code HAVEANICEWEEK until November 22nd, 2025. ;)

    It would be a perfect VPS if you can allow access to IPv4 services from the VPS.
    For now, I can't access IPv4 service like Github :(

  • @cservers said:
    PRE-BLACK FRIDAY FLASH SALE - 1GB VPS

    Have the CentralVPS-1024 NVMe, with 2 AMD Ryzen 7950X3D (40% Fair Share) and 40GB NVMe disk space, with the best bang for your buck, from only 0,58 USD per month (paid yearly). Click here!

    Also for all other plans at New Jersey (JumboDisk and AMD Ryzen Quality VPS), enjoy a special pre-Black Friday and our biggest discount yet: Recurring 40% Off Everything!

    Use the code HAVEANICEWEEK until November 22nd, 2025. ;)

    @cservers -- is the promo code only for monthly billing?
    Error: You may only specify one of these parameters: allow_promotion_codes, discounts.

  • cserverscservers Provider
    edited November 2025

    @giang said:

    @cservers said:
    PRE-BLACK FRIDAY FLASH SALE - 1GB VPS

    Have the CentralVPS-1024 NVMe, with 2 AMD Ryzen 7950X3D (40% Fair Share) and 40GB NVMe disk space, with the best bang for your buck, from only 0,58 USD per month (paid yearly). Click here!

    Also for all other plans at New Jersey (JumboDisk and AMD Ryzen Quality VPS), enjoy a special pre-Black Friday and our biggest discount yet: Recurring 40% Off Everything!

    Use the code HAVEANICEWEEK until November 22nd, 2025. ;)

    It would be a perfect VPS if you can allow access to IPv4 services from the VPS.
    For now, I can't access IPv4 service like Github :(

    It's a know issue with GitHub and their routing unfortunately... And on our own NAT64 tests we are sadly not being able to surpass that issue either, at least for now. But we are working on the topic.

    @AuroraZero said:

    @somik said:

    @imok said:

    @imok said:
    Bad gateway

    Fuck. Got charged twice.

    Edit: queue processed. Now I have 2 servers 😂

    Edit: oh they are NAT 😅

    I remember c-servers saying they are not NAT, but IPv6 only...

    niiiiiccccceeee also @cservers start a new thread if you have an offer. This is not the place for that and counts as bumping

    Hmmm, okay, thank you. :)

    We already had another idea - to actually create a thread that would compile flash offers, and we'd do a post there whenever we had one. Would it still count as bumping and would we need to do a new thread in practice?

    @somik said:

    @imok said:

    @imok said:
    Bad gateway

    Fuck. Got charged twice.

    Edit: queue processed. Now I have 2 servers 😂

    Edit: oh they are NAT 😅

    I remember c-servers saying they are not NAT, but IPv6 only...

    There was a time, yes... but not now :)

    @ehab said:
    @cservers bring Finland / Black Friday Special I - Europe \ back soon.

    We'll have some fresh stock this Monday, 10/11, on the website. :)

    In the meantime, if we are not answering tickets, that is because we are having an intermittent issue with the support ticket area: it doesn't register our responses. We've escalated the fault to WiseCP for them to check and fix whichever necessary. Everything else is working correctly.

    Should all else fail, we'll either redirect to a secondary ticket platform or proceed with the treatment via e-mail.

  • @cservers said:
    PRE-BLACK FRIDAY FLASH SALE - 1GB VPS

    Have the CentralVPS-1024 NVMe, with 2 AMD Ryzen 7950X3D (40% Fair Share) and 40GB NVMe disk space, with the best bang for your buck, from only 0,58 USD per month (paid yearly). Click here!

    Also for all other plans at New Jersey (JumboDisk and AMD Ryzen Quality VPS), enjoy a special pre-Black Friday and our biggest discount yet: Recurring 40% Off Everything!

    Use the code HAVEANICEWEEK until November 22nd, 2025. ;)

    I'm tempted by this offer, but I've already bought four VPSs from you. I can't keep buying them; it would be wasteful and put a financial burden on me. So I'd like to ask if you have even better prices during Black Friday?

  • WSSWSS OG Guru Meditation Error

    ****&gt; @Antoninus said:

    @cservers said:
    PRE-BLACK FRIDAY FLASH SALE - 1GB VPS

    Have the CentralVPS-1024 NVMe, with 2 AMD Ryzen 7950X3D (40% Fair Share) and 40GB NVMe disk space, with the best bang for your buck, from only 0,58 USD per month (paid yearly). Click here!

    Also for all other plans at New Jersey (JumboDisk and AMD Ryzen Quality VPS), enjoy a special pre-Black Friday and our biggest discount yet: Recurring 40% Off Everything!

    Use the code HAVEANICEWEEK until November 22nd, 2025. ;)

    I'm tempted by this offer, but I've already bought four VPSs from you. I can't keep buying them; it would be wasteful and put a financial burden on me. So I'd like to ask if you have even better prices during Black Friday?

    Get help.

    "It's a hard life- to be a stick insect." - Karl Pilkington

  • somiksomik OG Hostbusters

    @WSS said:

    @Antoninus said:
    I'm tempted by this offer, but I've already bought four VPSs from you. I can't keep buying them; it would be wasteful and put a financial burden on me. So I'd like to ask if you have even better prices during Black Friday?

    Get help.

    I speak fluent sarcasm and broken logic. | I would agree with you, but thæn we’d both be wrong.

  • imokimok OG Not Administrator

    Help to get help.

Sign In or Register to comment.