Howdy, Stranger!

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


VPS.me free VPS? - Page 2
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.

VPS.me free VPS?

2

Comments

  • MatiMati Member

    @asterisk14 said:

    also send a question

  • I sent them an email early today because it did not send an SMS. When i looked in their knowledge base that is the email it said to contact. They are the same company as youhosting.com And I know that on youhosting the will close accounts for inactivity, but not for 24 or 12 hours. I don't see anything on their webpage about closing accounts after any time period. Not that hard to setup a cron job to connect to ssh though.

  • SpiritSpirit Member
    edited August 2013

    @asterisk14 simple autologin shell script using "expect" from other box(es) can solve this little incovenience ;-)
    Something like this executed with cron:

    apt-get install expect
    nano login.sh

     #!/usr/bin/expect -f
     set user USERNAME
     set password PASS
     set timeout -1
     spawn ssh root@IP -p PORT
     match_max 100000
     expect "*?assword:*"
     send -- "$password\r"
     expect eof 

    (Even better if you use ssh-keys to avoid coding password into shell script)

    Don't forget to chmod script and add "killall login.sh" or something like that to crontab to kill remote connection and process after some time (disconnection from remote host won't kill proces).

    Thanked by 1Janevski
  • rahulksrahulks Member
    edited August 2013

    @klpowell said:
    You can email them at [email protected] ... not sure if they will answer it though

    image

    They say to use Forum for support for free users.

  • @rahulks said:
    They say to use Forum for support for free users.

    I don't think random forum users can access and validate/authorise my vps so it's a bit piontless!

  • I tried to use them ages ago but their phone verification is broken.

  • It worked for me.

  • Stuck at phone verification.
    USA - Sprint Network. Not getting their SMS text for whatever reason.

    Thanked by 1seraphkz
  • udkudk Member

    Got the SMS within seconds, in UK on vodafone

  • Is it worth it? lol

  • @David_P said: Is it worth it? lol

    For all this trouble? I don't think so.

  • Stuck at phone verification too. USA-AT&T

  • netomxnetomx Moderator, Veteran

    Stuck verification number too, US

  • I got the phone verification SMS, I entered the code, and then it says 'setup failed'.

  • Oh, I like, it, I like it:

    "Because of huge interest in VPS.ME free vps services, today we have reached free VPS quota, please try to order free vps later or choose another paid plan."

    I heard this nice explanation several times in my life, did you?

    What I can never understand is why they perform their personal data collection prior to stating the desired plan is no more available.

    Do they really think I will ever deal with their paid plans? No way.

  • I asked the support about this 12/24 hours login thing.

    You don't have to login every 12 or 24 hours into SSH or panel. It's just for the first time. So when you order the service, you have to login within 24 hours, otherwise your order will be canceled.

  • I wonder, do they answer on their forums on weekends?
    No reactions so far.

  • I used the Live chat

  • @trexos said:
    I used the Live chat

    Very funny. Live chat is for paid members only.

    So, to have a little chance of being spotted by their support, one has to be paid member.

    So much for free VPS offer. Marking the service as unreliable, no sense to wait for any response from them.

  • I know. I just said I don't need support. I just have one question^^

  • SpiritSpirit Member
    edited August 2013

    "Your Free VPS (example.com) which was activated at Friday, 16 August 2013 is now SUSPENDED due to reason:
    Root user has never logged in to VPS during 24 hours!"

    I got vps 2 days ago, logged in, set up and played a bit with and then got this notification. I was logged in till suspension :)

    edit.
    I checked their "support forum". They did this to everyone - so there's the catch.

  • Yeah, got this message too. Sux

  • @trexos said:
    Yeah, got this message too. Sux

    Maybe you guys need to email the (gay looking) CEO.

  • Nah I don't need the VPS^^ I have enough.

  • Looks like they are done with giving out free VPS for now:

    http://www.vps.me/forum/vps-server-support/sms-received-but-setup-failed

  • skaska Member

    @asterisk14 said:
    Maybe you guys need to email the (gay looking) CEO.

    Any reason the private possible sexual orientation is of concern in this case?

    Thanked by 1wrox
  • @zhuanyi read comments :) They are also taking back already given VPSs :)

  • Well, I suggest further wasting time on something more pleasant. :)

  • Tried, did not receive any SMS (USA)

  • spekkspekk Member
    edited August 2013

    P.S. I forgot to mention, you need to login into ssh in the first 24 hours, and then once a month, not every 24 hours. (or so they claim)

Sign In or Register to comment.