Questions tagged [remote-access]

Remote access is the connection to a data processing system from a remote location.

Remote access is the connection to a data processing system from a remote location.

This can be achieved by using IPC, VPN or RAS.

3085 questions
0
votes
0 answers

ASP.NET 4.7 Web API (forms) site causes remote access error on API http call

Server 1 - MyWebAPI.com (Forms Web API VB.NET 4.7.2 MSVS 2019) Server 2 - MyMainSite.com (Forms ASP.NET 2.0 MSVS 2005) I want to call API on MyWebAPI.com from MyMainSite.com Web API…
0
votes
0 answers

How to connect a remote SSH using VS Code on windows?

When I am trying to connect the remote SSH using .ppk instead of password in vs code on windows I got the error message like Could not establish connection to .... PFA down blow I want to connect the Remote SSH using .ppk file instead of password…
0
votes
0 answers

How can another user run my Python code and access its Dash outcome without sharing source code

I use Google Colab in which I have defined a (Python 3) function. When function is called with several selected parameters, it takes source files (CSV) from the Google Drive and executes a code. An outcome of the function is a couple of figures that…
Mr.Slow
  • 490
  • 1
  • 1
  • 16
0
votes
2 answers

Script to capture info from remote AD systems using a list PS 5.1

I am attempting to build a script that will request information (Hostname, MAC, IP, Caption (os version), and serial number using a list of computers pulled from AD. This works but it creates multiple lines/rows when instead I need all this…
Scott
  • 3
  • 3
0
votes
0 answers

Can I send an email with a link to automatically log the user on to a Windows server?

We would like to be able to send emails to clients that have a link they can click that will automatically log them onto a Windows server. We would have guest IDs set up and use those as the login ID. We don't want them to have to enter userID and…
0
votes
1 answer

C# : Open a folder of a remote PC into the Windows files explorer

I want to open a folder of a remote PC into the Windows files explorer : 1 I wrote the following method : private void openComponentFolder_Click(object sender, RoutedEventArgs e) { #region Connexion to the bench …
Remi
  • 3
  • 2
0
votes
1 answer

How to Install and Use Node Locally?

I am trying to run a React app that I built on my PC using create-react-app on a remote ssh server. However, when I do npm start on the remote server, I'm getting a "Module.createrequire is not a function", which I believe is because the node is…
0
votes
0 answers

not able to copy or upload file to server

I am attempting to upload a file from my local computer over to my remote server but I keep getting failures when attempting. This error has occurred when using a client (CyberDuck) and when using scp or sftp get commands in terminal.
0
votes
1 answer

Accessing remote windows system from MAC

I want to access a remote windows system from my Mac system and work on that(coding in visual studio). Is it possible to remotely access a windows system from Mac? I am sure it should be possible but not sure how. Can anyone please guide…
pankaj
  • 7,878
  • 16
  • 69
  • 115
0
votes
1 answer

Remote-SSH Vscode - problem - "tput: No value for $TERM and no -T specified"

Situation: I'm unable to connect to remote machnie via vscode + remote-SSH. I CAN though connect to that machine using SSH from any shell. Before the problem when I shut down my machine there was mandatory Windows update... First error I get in…
0
votes
0 answers

Connection to remote PostgreSQL via pgadmin

I am given access to a PostgreSQL server, hosted on a remote. The remote is ssh accessible only ( password access on the remote is disabled). I forwarded my public key and has been configured to accept my connection request. I first open an ssh…
Amina Umar
  • 502
  • 1
  • 9
0
votes
0 answers

Error Connecting With PHPMyAdmin, mysqli::real_connect

Unable to resolve this error : mysqli::real_connect(): (HY000/2002): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to…
0
votes
1 answer

Remotely Starting a Batch File

SCHTASKS /create /S $strComputer /tn "David\Start Gecko" /tr "'C:\eQube-Tools\Batch and Registry Files\gecko.bat'" /sc once /sd 01/01/2099 /st 01:00 /u Boss /p *password* /RU SYSTEM pause SCHTASKS /run /S $strComputer /tn "David\Start…
david weaver
  • 37
  • 1
  • 7
0
votes
0 answers

Access database remotely to fetch data

I need to access a database remotely using PHP and display the fetched data in html. My code is as below $servername = "192.168.56.1:3306"; $username = "root"; $password = ""; $dbname = "grh"; // Create connection $conn = new mysqli($servername,…
ss2022
  • 1
  • 1
0
votes
0 answers

Can't remote access on docker mariadb

i'm facing a huge problem after updating my docker version from 17.10.0-ee-preview-3 to 20.10.20. After putting back my mariadb docker, i cannot access it from outside anymore, even with the maridb conf file to accept remote connection and the…
0pah
  • 1
  • 1
1 2 3
99
100