Questions tagged [remote-access]

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.

1069 questions
2
votes
4 answers

iDRAC 7 Enterprise does not work properly

I have problems with login to iDRAC via web browser to new DELL R320 server. I see this problem first time. On browser login screen looks uncomplete(Chrome, Firefox, IE) : I know where is login and password so after typing all and click login all…
B14D3
  • 5,188
  • 15
  • 64
  • 83
2
votes
0 answers

Ubuntu server 13.10: Installing and running Archipel from deb packages

I am setting up a server to host virtual machines based on Ubuntu Saucy. The decision was to use Archipel for remote administration. Installation of ejabber and Web Client UI went smoothly. For the Agent, There are detailed installation instructions…
matejk
  • 111
  • 5
2
votes
1 answer

MySQL Workbench sends computer name with login not IP

I am attempting to connect MySQLWorkbench to a remote MySQL Server. The server has granted access to user@IPAddress However, when I try to connect MySQLWorkbench, it sends user@computername instead. How do I configure the connection to use the…
Roy Hinkley
  • 527
  • 4
  • 13
  • 20
2
votes
1 answer

Mouse cursor on vps win server 2012 R2 not working

i have server with hyper-v manager on network (Windows server 2012). But after installing i can't click nowhere, the keyboard works but the mouse is not. Google did not tell me anything. The mouse cursor looks like dot, not a classic mouse…
2
votes
0 answers

Computer management, Access denied only on win XP VMs

This may take a few lines to setup, so bear with me. My company runs vmware, mix of win xp and win 7 VMs. My tech group have admin rights throughout the domain. We're having some scanning issues and I am trying to get into the logs of our Win XP…
2
votes
1 answer

Manage client workstations with Remote Powershell via SSL

I am looking for a solution to remotely manage around 100 workstations. I will be connecting to these systems to complete several local system tasks. (3rd party updates, security auditing, incident response) Remote Powershell over SSL seems…
tcshain
  • 31
  • 1
2
votes
3 answers

Accessing mysql DB remotely

I became in charge of a legacy website, which was written by someone else that is now not available, and has no CMS - just pure php and html. It's not written very well, but that's my problem... Some of the content is stored in a mysql db on…
yohbs
  • 123
  • 3
2
votes
3 answers

Shutting down a Windows Workstation Remotely (from Linux)

I have a system comprised of, let's say 10 Windows 7 Professional workstations, joined to a domain. As part of an "emergency" system shutdown procedure, I'd like a mechanism of triggering a remote shutdown, from a Linux controller (which is in turn,…
Tom O'Connor
  • 27,480
  • 10
  • 73
  • 148
2
votes
1 answer

Server 2008 R2 - Remote Desktop Users Group resetting members to SIDS

Server 2008 R2 server that several users in the domain (non-domain admins) need to be able to remote to -- added them to a security group in AD ("HPS-BS"), added that security group to Local group of Remote Desktop Users on the server. (Server is…
2
votes
1 answer

Should I add my user account to local admin group to manage remote Windows hosts? (Server 2012)

I have setup a few Windows Server 2012 VMs and am experimenting with my first Core install. I intend to manage these servers with Server Manager and PowerShell. As I understand it, I either need to add my user to the local admin group of the remote…
Chris76786777
  • 979
  • 5
  • 21
  • 35
2
votes
2 answers

Remotely access OSX

I have an offsite graphic designer that is having issues getting much work done because her 3Mbps Internet connection is too slow to work with large files. If this was Windows, I'd just create a VM and let her use RDC to connect to it. What do I…
Carl
  • 373
  • 2
  • 12
2
votes
1 answer

Good way to run commands on remote computer without its own public-facing IP address (Linux Centos)

Have a few computers running Linux Centos 6.4. They are connected to an unmanaged switch, which in turn, is connected to a router (Verzion Fios issue). What is a good way to "log in" to one of the computers so that I can run commands? Do I need to…
Chris Dutrow
  • 734
  • 8
  • 20
2
votes
1 answer

Powershell Hyper-V Remote?

Im basically wondering if this is possible, Essentially I have a Powershell 3.0 Script that creates a Hyper-V Server/VHD etc.. it works well but it's obviously defaulting to my local machine. What Im wondering is that if it's possible to make…
2
votes
1 answer

MySQL query execution on remote server with output to be saved locally to a file

CMD="use metadata; select * from usernames; select * from personData; select usernames.SNo, usernames.DataTelid, usernames.UName, personData.ActiveInactive from usernames, personData where usernames.DataTelid=personData.DataTelid into outfile…
Piyush Saxena
  • 21
  • 1
  • 2
2
votes
4 answers

Get OS architecture remotely via PowerShell

Does anybody know how to grab OS architecture remotely from multiple Windows hosts via PowerShell?
Volodymyr Molodets
  • 2,424
  • 9
  • 36
  • 52