TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to regain access to my dedicated server?

1 pointsby etuilalmost 11 years ago
The story: We are a team that uses a dedicated server Ubuntu 9.10 (don&#x27;t say a word... &quot;updates are for the weak&quot;...) And the guy who was responsible for being a &quot;sysop&quot; recently disappeared into the abyss of dark sorcery of some kind or just watching cat videos on youtube. However he did not leave us any credentials to access the server and we need to ssh into it...<p>So far: I managed to find credentials to our server supplier from where I got the ips and ports we are using... Got a account for Lantronix spider KVM<p>I&#x27;ve got a working ftp account which has reading access to everything... From where I was able to see in &#x2F;home directory some users...<p>Any input on what my options are?<p>P.S. All of this hustle to start the apache no comment!

2 comments

Lorenz-Kraftalmost 11 years ago
Hi,<p>it might be a good idea to ask your server provider&#x2F;hoster if they have a rescue console. Many big provider offer this service to simply remote install any OS of your desire (or a predefined mini linux rescue shell). The rescue console mostly works like this: The hoster has an internal tftp (yes, tftp) where the server can boot any iso from. So the main boot sequence is something like this:<p>1: boot from network (tftp) 2: boot from medium (cd, usb, etc.) 3: boot from disk<p>I once had an issue with my Firewall and the usb driver that the KVM switch provided just outputted strange signs, so it was unuseable. But a quick boot into the rescue console, mounting the HD and changing the Firewall config made it all a breeze.<p>Greets,<p>Chris
therealidiotalmost 11 years ago
Are you able to restart the box? If you have KVM access, you could restart it into single user mode (assuming it has not been disabled) and work from there
评论 #8030011 未加载