Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
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.

Kimsufi/Soyoustart/OVH Rise New Price

1303304306308309662

Comments

  • @xxsl said:
    @misnish

    Sorry, EU account
    I don't know if that possible or not

    Could I ask you a favor to raise a ticket to OVH and check please!

  • emghemgh Member, Megathread Squad

    @misnish said:

    @xxsl said:
    @misnish

    Sorry, EU account
    I don't know if that possible or not

    Could I ask you a favor to raise a ticket to OVH and check please!

    It won’t work I don’t think

    Thanked by 3cainyxues misnish xxsl
  • @xxsl said: Got a 2x 450GB NVMe SSD + 2x 4TB HDD in bhs. But the ram is 64G, anyone interested?

    @allthemtings @FAT32 @Saragoldfarb u guys were looking for sumthin right this is good tbh for the price :smile:

  • allthemtingsallthemtings Member, Megathread Squad

    @cainyxues said:

    @xxsl said: Got a 2x 450GB NVMe SSD + 2x 4TB HDD in bhs. But the ram is 64G, anyone interested?

    @allthemtings @FAT32 @Saragoldfarb u guys were looking for sumthin right this is good tbh for the price :smile:

    0/3

    Thanked by 2cainyxues satorik
  • I thought you and FAT32 were trying there luck and generally got the stock ones, isn't tis better?

    Thanked by 1allthemtings
  • I’m pretty sure the KS-MYSTERY promo was aimed at us as it wasn’t really available on the website and only by api.

  • @barbarza said:
    I’m pretty sure the KS-MYSTERY promo was aimed at us as it wasn’t really available on the website and only by api.

    Even @ninzo59 showed up at the beginning, after more than a year away from LET: https://lowendtalk.com/discussion/comment/4377342/#Comment_4377342

  • fanfan Veteran

    For some it's mystery, for some it's misery. :*

  • I'm new here. Is KS-A ($5.6 per month) still a good deal, or is there a better option?

  • @Motion3549 said:
    I'm new here. Is KS-A ($5.6 per month) still a good deal, or is there a better option?

    They don’t exist, so literally anything else is a better option, yes.

  • Just go through the registration of an OVH account, and seems I am coming too late.

    OVH fr doesn't have a ticket raising system? Am I on a lower support level...

  • Lince8Lince8 Member
    edited April 2025

    I just ordered another KS-MYSTERY, let's see what happen.
    It has been accepted, and currently it's on preparing your order.

    Thanked by 1satorik
  • @Lince8 said:
    I just ordered another KS-MYSTERY, let's see what happen.
    It has been accepted, and currently it's on preparing your order.

    in bhs?

  • Lince8Lince8 Member
    edited April 2025

    @brauni said:

    @Lince8 said:
    I just ordered another KS-MYSTERY, let's see what happen.
    It has been accepted, and currently it's on preparing your order.

    in bhs?

    SBG

    Thanked by 1brauni
  • It was i> @barbarza said:

    This is what I did:

    1. Go to your home API, either https://ca.api.ovh.com/console or https://eu.api.ovh.com/console
    2. From the dropdown next to v1 select /order
    3. On the left panel click [POST] /order/cart then in the right panel change "ovhSubsidiary": "ASIA" to your subsidiary (FR/CA/etc). Click execute and your should get a 200 response. In the response your will see the cart ID, copy this and keep it handy.
    4. In the left panel click [POST] /order/cart/{cartId}/eco . In the right panel fill in your cart ID, then the configuration you want in Request Body box. Example below. Then click execute and it should give you a 200 response with an item id, copy this and keep it handy.
      {
      "duration": "P1M",
      "planCode": "25skmystery01",
      "pricingMode": "default",
      "quantity": 1,
      "configuration": [
      {
      "name": "dedicated_datacenter",
      "values": ["bhs"],
      "isCustom": false,
      "isMandatory": false
      },
      {
      "name": "region",
      "values": ["canada"],
      "isCustom": false,
      "isMandatory": true
      },
      {
      "name": "dedicated_os",
      "values": ["none_64.en"],
      "isCustom": false,
      "isMandatory": true
      }
      ]
      }
    5. In the left panel select [POST] /order/cart/{cartId}/item/{itemId}/configuration , then in the right panel add your cart id and item id. One at a time at the following configuration strings (edited for your purpose). Click execute after each and make sure there is a 200 response.
      {
      "label": "dedicated_datacenter",
      "value": "bhs"
      }
      {
      "label": "region",
      "value": "canada"
      }
      {
      "label": "dedicated_os",
      "value": "none_64.en"
      }
    6. In the left panel select [POST] /order/cart/{cartId}/assign , then in the top right of the right panel click Authenticate button. It will open up a page for your to log in with your OVH account. Once completed, enter the cart id into the field and click execute. Check for the 200 response.
    7. Select [POST] /order/cart/{cartId}/checkout in the left panel. In the right panel enter your cart id and change options to true in the Response Body if you wish. Then click Execute and check for the 200 response.
    8. Open your OVH Manager and go to your orders. Your new order should be there, select it and pay for it.

    Hello,
    "25skmystery01.ram-64g-ecc-2133.softraid-2x480ssd is not available in rbx"

    Is there any direct link to order a ks-mystery from somewhere else than rbx instead of using that complicated method ?

  • @wineasy said:
    It was i> @barbarza said:

    This is what I did:

    1. Go to your home API, either https://ca.api.ovh.com/console or https://eu.api.ovh.com/console
    2. From the dropdown next to v1 select /order
    3. On the left panel click [POST] /order/cart then in the right panel change "ovhSubsidiary": "ASIA" to your subsidiary (FR/CA/etc). Click execute and your should get a 200 response. In the response your will see the cart ID, copy this and keep it handy.
    4. In the left panel click [POST] /order/cart/{cartId}/eco . In the right panel fill in your cart ID, then the configuration you want in Request Body box. Example below. Then click execute and it should give you a 200 response with an item id, copy this and keep it handy.
      {
      "duration": "P1M",
      "planCode": "25skmystery01",
      "pricingMode": "default",
      "quantity": 1,
      "configuration": [
      {
      "name": "dedicated_datacenter",
      "values": ["bhs"],
      "isCustom": false,
      "isMandatory": false
      },
      {
      "name": "region",
      "values": ["canada"],
      "isCustom": false,
      "isMandatory": true
      },
      {
      "name": "dedicated_os",
      "values": ["none_64.en"],
      "isCustom": false,
      "isMandatory": true
      }
      ]
      }
    5. In the left panel select [POST] /order/cart/{cartId}/item/{itemId}/configuration , then in the right panel add your cart id and item id. One at a time at the following configuration strings (edited for your purpose). Click execute after each and make sure there is a 200 response.
      {
      "label": "dedicated_datacenter",
      "value": "bhs"
      }
      {
      "label": "region",
      "value": "canada"
      }
      {
      "label": "dedicated_os",
      "value": "none_64.en"
      }
    6. In the left panel select [POST] /order/cart/{cartId}/assign , then in the top right of the right panel click Authenticate button. It will open up a page for your to log in with your OVH account. Once completed, enter the cart id into the field and click execute. Check for the 200 response.
    7. Select [POST] /order/cart/{cartId}/checkout in the left panel. In the right panel enter your cart id and change options to true in the Response Body if you wish. Then click Execute and check for the 200 response.
    8. Open your OVH Manager and go to your orders. Your new order should be there, select it and pay for it.

    Hello,
    "25skmystery01.ram-64g-ecc-2133.softraid-2x480ssd is not available in rbx"

    Is there any direct link to order a ks-mystery from somewhere else than rbx instead of using that complicated method ?

    Its available in: sbg and bhs location.

  • Lince8Lince8 Member
    edited April 2025

    @wineasy said:
    It was i> @barbarza said:

    This is what I did:

    1. Go to your home API, either https://ca.api.ovh.com/console or https://eu.api.ovh.com/console
    2. From the dropdown next to v1 select /order
    3. On the left panel click [POST] /order/cart then in the right panel change "ovhSubsidiary": "ASIA" to your subsidiary (FR/CA/etc). Click execute and your should get a 200 response. In the response your will see the cart ID, copy this and keep it handy.
    4. In the left panel click [POST] /order/cart/{cartId}/eco . In the right panel fill in your cart ID, then the configuration you want in Request Body box. Example below. Then click execute and it should give you a 200 response with an item id, copy this and keep it handy.
      {
      "duration": "P1M",
      "planCode": "25skmystery01",
      "pricingMode": "default",
      "quantity": 1,
      "configuration": [
      {
      "name": "dedicated_datacenter",
      "values": ["bhs"],
      "isCustom": false,
      "isMandatory": false
      },
      {
      "name": "region",
      "values": ["canada"],
      "isCustom": false,
      "isMandatory": true
      },
      {
      "name": "dedicated_os",
      "values": ["none_64.en"],
      "isCustom": false,
      "isMandatory": true
      }
      ]
      }
    5. In the left panel select [POST] /order/cart/{cartId}/item/{itemId}/configuration , then in the right panel add your cart id and item id. One at a time at the following configuration strings (edited for your purpose). Click execute after each and make sure there is a 200 response.
      {
      "label": "dedicated_datacenter",
      "value": "bhs"
      }
      {
      "label": "region",
      "value": "canada"
      }
      {
      "label": "dedicated_os",
      "value": "none_64.en"
      }
    6. In the left panel select [POST] /order/cart/{cartId}/assign , then in the top right of the right panel click Authenticate button. It will open up a page for your to log in with your OVH account. Once completed, enter the cart id into the field and click execute. Check for the 200 response.
    7. Select [POST] /order/cart/{cartId}/checkout in the left panel. In the right panel enter your cart id and change options to true in the Response Body if you wish. Then click Execute and check for the 200 response.
    8. Open your OVH Manager and go to your orders. Your new order should be there, select it and pay for it.

    Hello,
    "25skmystery01.ram-64g-ecc-2133.softraid-2x480ssd is not available in rbx"

    Is there any direct link to order a ks-mystery from somewhere else than rbx instead of using that complicated method ?

    It's currently available in SBG, i ordered one like 15m ago. But you have to order it from api

  • Thanks, this seem to be too hard for me, nevermind

  • Hopefully they are the mystery servers and not just the default configs

  • allthemtingsallthemtings Member, Megathread Squad

    Everyone who missed it will have big FOMO scalpers are licking there lips already

    Thanked by 2ariq01 satorik
  • Lince8Lince8 Member
    edited April 2025

    @allthemtings said:
    Everyone who missed it will have big FOMO scalpers are licking there lips already

    But you can still order in some DC's rn.
    I'm waiting the delivery of 1 in SBG, let's see if i get it delivered with another lottery win :)
    Either i will ask refund

  • Yeah by the way chances of getting refund after 1 refunded order is “slim”.

    Don’t ask me how I know.

  • @barbaros said:
    Yeah by the way chances of getting refund after 1 refunded order is “slim”.

    Don’t ask me how I know.

    That’s just not true.

  • @TomasSystems said:

    @barbaros said:
    Yeah by the way chances of getting refund after 1 refunded order is “slim”.

    Don’t ask me how I know.

    That’s just not true.

    My first refund request was offered by OVH immediately. The latter ones are “right now is being analyzed”. This is the response from OVH for all my other refund request tickets.

  • @barbaros said:

    @TomasSystems said:

    @barbaros said:
    Yeah by the way chances of getting refund after 1 refunded order is “slim”.

    Don’t ask me how I know.

    That’s just not true.

    My first refund request was offered by OVH immediately. The latter ones are “right now is being analyzed”. This is the response from OVH for all my other refund request tickets.

    That’s normal.

  • Lince8Lince8 Member
    edited April 2025

    @barbaros said:

    @TomasSystems said:

    @barbaros said:
    Yeah by the way chances of getting refund after 1 refunded order is “slim”.

    Don’t ask me how I know.

    That’s just not true.

    My first refund request was offered by OVH immediately. The latter ones are “right now is being analyzed”. This is the response from OVH for all my other refund request tickets.

    Never had any problems, they were normally refunded after few hours from ticket, or max after 1-2 days.

  • allthemtingsallthemtings Member, Megathread Squad

    So what are we saying the winning setup is? v4 128gb 2x2TB NVME?

    Seems to be the winning setup in terms of price/performance

  • allthemtingsallthemtings Member, Megathread Squad

    v4 64gb nvme + 2x4tb hdd is a banger to tbh

  • @allthemtings said:
    v4 64gb nvme + 2x4tb hdd is a banger to tbh

    I still wish I got 128 ram with 2x4TB, but those disks are rust :(

  • cainyxuescainyxues Member
    edited April 2025

    @allthemtings said:
    v4 64gb nvme + 2x4tb hdd is a banger to tbh

    it also had 2x480gbb nvme too right? [on the one that I tagged u on]

    Thanked by 1allthemtings
Sign In or Register to comment.