Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
Remote desktop is stuck on "securing remote connection". I am connecting to Windows 2008 VM on Azure from Windows 7. I have successfully connected for a few days before now. I have waited for over 15 minutes. I don't have local access to the server.
Please verify that your Windows Azure VM is in Running state from Portal first and then try to RDP. Based on your error and experience, it is possible that your VM is not running or have some issue. Try restarting the VM from Management Preview Portal or using PowerShell and then try RDP and it should work.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
The Linux virtual machine on Azure, the problem encountered, can not connect through rdp (Microsoft Remote Desktop). Throws a connection error, respectively. I use MacOs (I tried it with Windows, the same problem).
The question is what could be the problem?
There is no Microsoft RDP for Linux. You have to connect via SSH on 22.
If you have diagnostics enabled on the Linux VM, you can use the serial console. Just click on the VM in the Azure Portal -> Serial Console.
If you really want to connect via RDP, then you can try installing xrdp on your VM, but it really depends what flavor of Linux you have deployed.
sudo apt-get install xrdp
sudo service xrdp start
Don't forget you need access to TCP port 3389.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
I'm trying to start/stop my Linux VM on Azure but I can neither start nor stop my VM. It stucks at "Starting virtual machine..." when starting and "Stopping virtual machine..." when stopping then throws an error and says "Failed". In my overview screen of my VM, IP address of the VM won't go away so it looks like VM is not stopping at all. How can I fix this?
We are currently experiencing an outage in South Central US
https://azure.microsoft.com/en-us/status/
You will want to monitor the Azure Status Page for further updates. Unfortunately we cannot do anything until the problem has been mitigated by engineering.
As a side note, we have multiple backups of all customer data so no data loss should occur. Once the issue has mitigated all Virtual Machines and data should be restored and fully functional. After the issue has been mitigated and if you are still seeing issues let us know.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
How do I install SQL Server 2016 onto my newly configured virtual machine on Azure?
I want the developer version to practice queries etc. The VM works fine but I can't administer it.
You can get it from the microsoft website
https://learn.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms
this answer is a bit misleading, why don't you create a vm with SQL already installed? that way you save time + don't break licensing agreement
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I have an Azure VM created using MSDN account.
But cannot remote-desktop into it using mstsc.
- Tried 443 port adding on VM
- Choose mstsc > options > settings > RD Gateway server > (entered VM name)
Any hints on how to remote to it?
I generally download the RDP file from the portal. This has worked pretty reliably for me.
Find the RDP endpoint port (public port) in VM settings, and RDP into that. You won't use the gateway address in the RDP client in a normal scenario, that setting is only used if you have an RD gateway server (which I'm willing to bet you don't have). So all you need is the address (cloud service URL) + port.
Or just download the RDP file, which is way easier.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I am trying to access my Ubuntu Server with Chicken of the VNC. I have GNOME installed on the server to which I can get access if I log onto the server locally and COTVNC will discover the server then through Bonjour service. Yet if I restart the server and do not log in locally then I have issues where my VNC Client does not discover the server any longer through Bonjour and I cannot connect even with manually inputting the IP address. I get Connection timed out error message from the client.
Any ideas how I can get around this as I do not want to have a keyboard and mouse connected to this server as it will be used as a media server?
Thanks
You need to start vnc server as a seperate service via /etc/init or /etc/init.d, and not as part of the session.