Questions about accessing a system or network from a remote computer or location. Consider using a more specific tag for your particular tool, e.g. VNC.
Questions tagged [remote-access]
1069 questions
4
votes
3 answers
Why does my PowerShell script hang when called in PSEXEC via a batch (.cmd) file?
I'm trying to remotely execute a PowerShell script using PSEXEC. The PowerShell script is called via a .cmd batch file. The reason we do this is to change the execution policy, run the powershell script then reset the execution policy again:
On the…

Kev
- 7,877
- 18
- 81
- 108
4
votes
4 answers
Automatic Login after a Remote Desktop connection
I need to connect via remote desktop to a Windows XP machine (logging out the current user), do some stuff, and then log out the remote desktop session and having a user X who logs in (from the front-end I mean).
I'll try to be clearer:
I have some…

carlesso
- 213
- 2
- 8
4
votes
1 answer
Requiring SSH-key Login From Specific IP Ranges
I need to be able to access my server (Ubuntu 8.04 LTS) from remote sites, but I'd like to worry a bit less about password complexity. Thus, I'd like to require that SSH keys be used for login instead of name/password. However, I still have a lot…

Brighid McDonnell
- 389
- 1
- 8
- 20
4
votes
5 answers
Remotely Image a Windows Server
I have a couple windows servers that I do not have physical access to, but I have remote log in access to. I need to pull down am image of these machine as a backup, what would be the best method of doing this?

trobrock
- 237
- 2
- 9
4
votes
7 answers
customer wont provide ssh access - ftp only
Eh, here is my problem: I am working in a webdevelopment agency (thats a problem but not the real problem, read on). Most of the time I choose the live server myself when creating a new website project. But now the customer already has a "server"…

Max
- 481
- 1
- 9
- 17
4
votes
3 answers
Connect to remote minikube cluster using kubectl
I am looking to see if I can connect to a remote minikube cluster (Ubuntu box) using local (Mac) kubectl. I currently use Docker and can do this very easily using docker-machine. Simply eval to the machine name, and docker will use the remote…

MeanwhileInHell
- 141
- 1
- 5
3
votes
1 answer
Remote Screen Sharing between multiple instance of Windows Server 2003. Is it possible?
I am working on a project with my friends online as well as locally through connecting LAN.
I am using Windows Server 2003 that allows maximum 3 instances of remote desktop connections.
I have static Ip(when working on internet else local ip)…

Shantanu Gupta
- 219
- 1
- 8
3
votes
0 answers
The remote computer requires NLA
While trying to remote into a computer, I originally got a message stating that the clock wasn't in sync with the server time (or something like that... I forget the exact message and cannot reproduce now). Now I am getting a different message:
"The…

BVernon
- 403
- 1
- 7
- 19
3
votes
1 answer
SQL Server 2016 remote access denied
I have two VM with an SQL server on each and I need to connect to both SQL servers from each machine, either from SSMS and with PowerShell script.
Also, today I don't manage to do that I'm always getting "Access Denied" from both server when trying…

Matthieu Ducorps
- 73
- 1
- 9
3
votes
2 answers
How to setup route? wget: can't connect to remote host (10.102.29.45): No route to host
After
kubectl run -i -t load-generator --image=busybox /bin/sh
From my shell,I am trying
/ # wget http://wordpress.default.svc.cluster.local
Connecting to wordpress.default.svc.cluster.local (10.102.29.45:80)
wget: can't connect to remote host…

MikiBelavista
- 333
- 2
- 5
- 12
3
votes
1 answer
How to hide specific drives on a server?
I would like to know what's the recommended solution for the following problem.
We do not want users to see (or at least not to modify) the drives D and E of a server they have remote access to.
However, the tools installed on that server still need…

Rickson
- 145
- 1
- 6
3
votes
4 answers
Provide Remote Access to Corporate Network
I want to provide remote work solution to devs on my team.
While each developer runs its stack for the web applications (server & tools), the DB and many other applications (like sharepoint, the project forge) are hosted on virtual machines inside…

Poutrathor
- 141
- 4
3
votes
1 answer
Postgres Docker- How to enable postgres docker to allow remote connections?
I hope to connect my Postgres docker service from remote client. This is how I create the container:
sudo docker run --name pg -p 5432:5432 -v pg_data:/var/lib/postgres/data -e POSTGRES_DB=mydb -e POSTGRES_USER=dbowner -e…

qwang07
- 131
- 1
- 1
- 3
3
votes
5 answers
On windows server core, how can I copy file located in my local computer to the windows server?
On windows server core, how can I copy file located in my local computer to the windows server ?

zeus
- 133
- 1
- 2
- 7
3
votes
3 answers
Remote Powershell not working but test-wsman does
I need to script some routine task to execute remotly from a serverA to many hosts but a couple of them fail to execute the script.
If i execute this:
$cred = Get-Credential myUser
Invoke-Command -ComputerName serverB -ScriptBlock{gci d:\}…

Nico Osorio
- 41
- 1
- 1
- 8