Questions tagged [remote]

"Remote" - the term could refer to resources, access, control, user, presence, etc.

Filter by
Sorted by
Tagged with
1 vote
1 answer
226 views

Sending Prometheus data to local and remote storage

Having a PI running to monitor internet connectivity locally is good, but it also comes with the drawback of having limited storage, especially when other stuff is running on it, too. I am looking for ...
func0der's user avatar
  • 164
-1 votes
1 answer
60 views

simplest way to run a tool inside a users RDP session from linux using only the commandline

I tried evilwinrm which works well to use a remote shell but smh I cannot directl ylaunch a GUI app inside of a users session. It would also be ok to use ssh serve ron the Wndows RDS server or ...
friendly joe's user avatar
1 vote
0 answers
40 views

Mount a remote GPU locally on Rocky Linux

I am doing some work on a server which has 1TB RAM, 100CPUs, and 1000TB storage. My work involves very large datasets. One specific I am trying to run would benefit immensely from a GPU, it is ML ...
donkey's user avatar
  • 63
0 votes
1 answer
99 views

HAProxy backend - How to connect to remote server?

Good afternoon everyone, I am a newbie in web hosting and still feel like I am learning to swim in the middle of the ocean. What I want to do is setup HAproxy to forward a request to a remote server ...
Nikolaos Hatzistelios's user avatar
0 votes
0 answers
13 views

How to invoke executable in remote container / computer

What I have Web App that invokes executables on demand in separate process like WordToPdfConverter.Exe. Inputs are cli arguments and files passed as cli arguments, output is standard/error output. ...
Liero's user avatar
  • 101
1 vote
1 answer
126 views

How to avoid doing a fsck when upgrading the kernel on a Debian server?

I have a headless Debian server for three years. Debian 11 Bullseye amd64 at first and currently Debian 12 Bookworm. I am doing infrequent kernel upgrades with sudo apt-get dist-upgrade. It happened ...
Chan Tai Man's user avatar
0 votes
0 answers
100 views

Disable auto reconnect for remote client connections in mysql

I use below version of MYSQL in my DB server. root@XXXXXX-test-server:~# mysql -V mysql Ver 14.14 Distrib 5.6.16, for debian-linux-gnu (x86_64) using EditLine wrapper root@XXXXX-test-server:~# ...
Dhanushka Ekanayake's user avatar
0 votes
0 answers
108 views

Is it possible to force a remote desktop computer to login as a specific user?

We are in a situation where users forget their domain password for local desktop access. We have a procedure where we contact their manager before resetting the password in order to avoid human ...
Paul Stearns's user avatar
0 votes
0 answers
53 views

psql shell over ssh via bash script doesn't get user input

I'm opening a ssh connection and then go into a psql shell. This works, I get the prompt. I can also input commands like "\dt". But I don't get any output. As I can get output in general, I ...
steros's user avatar
  • 121
0 votes
0 answers
35 views

Method of streaming a packet capture from a Windows machine

I have a Windows 10 VM on Hyper-V. It is a production system (yeah I know) that is running multiple critical services that I need to analyse so I can migrate it off to something better. I need to ...
RoyT's user avatar
  • 1
0 votes
2 answers
520 views

Windows Server 2022 remote web RDP without a domain - can Windows Admin Center replace Essentials Remote Web Services?

although a lifetime technophile and IT person with my own home server - admittedly with most work experience on the application side - I am stumped with how to access my new Win2022 server remotely. ...
Brad Burnett's user avatar
0 votes
0 answers
47 views

Will RODC at remote site affect the main DC with azure syncing

We need to install RODC (Read only Domain Controller) at all our remote locations. Currently our infrastructure is we have a domain controller on premise and Azure connected with Azure AD connect. ...
jigdo's user avatar
  • 1
0 votes
1 answer
1k views

VS Code Remote Development giving back error

I'm trying to connect my Vs code using SSH extension to my Debian VM on azure. I tried running the SSH connection on terminal and it's working fine ssh -i Desktop/Emdad/testing/magento-testing-key.pem ...
Adnane Rbt's user avatar
0 votes
1 answer
164 views

Allow non-admin, local user account, to shutdown Windows Server remotely

For security purposes, on server1, I created local user account, shutdowntest, and gave it local security policy permission "Force shutdown from a remote system". Now I want to shutdown ...
cordell452658's user avatar
0 votes
0 answers
97 views

Mysql /var/lib/mysql on Glusterfs

We are planing to deploy MySQL /var/lib/mysql (InnoDB) folder on Gluster server. Configuration is two Gluster servers + thin Arbiter. Gluster is in replica mode! Does anybody have experience with ...
Zemzema's user avatar
0 votes
0 answers
86 views

Restrict Apache forward proxy to a remote url set

Is there a robust way to restrict Apache forward proxy to a set of remote URLs? Now I can see the only solution with multiple identical <Proxy "..."> blocks as: <Proxy "http://...
Veniamin's user avatar
  • 863
0 votes
1 answer
145 views

How to execute a local script from a local client with Ubuntu on a remote VPS with Ubuntu without prompt?

I have made extensive research about how to setup and secure correctly our new VPS with a Ubuntu 22.04 OS for three weeks, and I have currently a good idea of what has to be done. However, I would ...
Emmanuel FRANCOIS's user avatar
0 votes
0 answers
84 views

Trying to set up a proxy server uisng nginx and docker

I am trying to set up a proxy server to access a network. Currently there is a proxy server that people use securecrt to connect to and their web browser for some resources. I want to set up the ...
mAineAc's user avatar
  • 11
0 votes
2 answers
390 views

can't automate the authentication process with PowerShell on Linux

On Debian 11, I have installed PowerShell 7.3.0. I am testing if I can run commands on a remote Windows computer. This is a simple example to get the remote computer hostname. #!/usr/bin/env pwsh $...
aristosv's user avatar
-1 votes
1 answer
928 views

Stop and Start IIS Website remotely using WMSVC

We have configured access to a web site on a remote machine using the guide here. This lets us access the remote web site using WMSVC. The end goal though is we want to be able to connect to the site ...
Element Zero's user avatar
0 votes
0 answers
2k views

Connecting to remote server failed: The WinRM client cannot process the request

I am trying to execute a powershell script on a remote server from my local machine, however I get an error. Here is the full error message: Connecting to remote server failed with the following ...
Unbuckle's user avatar
0 votes
1 answer
956 views

Can I connect to a server at home from a laptop via a VPN running on a remote VPS?

In my current setup, I have a server running at home that my laptop can connect to remotely (e.g., from Starbucks) via SSH. To do this, I needed to get a static IP from my ISP (since they use CGNAT), ...
Adrian's user avatar
  • 3
0 votes
0 answers
527 views

How to install google-chrome as non-root user on a remote server?

In order to use google-chrome for selenium-testing purposes (to be run headless of course) I want to install this on a remote server where I do not have root access. This server does not even have ...
Alex's user avatar
  • 115
-2 votes
4 answers
280 views

All the reasons a Linux server might freeze

Every now and then, one of our remote Linux servers crashes: they're unavailable on the network (sometimes responding to a ping, but not to ssh/http) and they won't respond to mouse or keyboard input. ...
Johannes Bauer's user avatar
0 votes
1 answer
424 views

WinRM - Remote session not working between old & new DCs

We have a total of 6 domain controllers, 2 of which (dc03/04) have just been created. I'm able to PSRemote between all of the older DCs, and between 03 & 04, but I'm not able to PSRemote between ...
Travis's user avatar
  • 123
0 votes
0 answers
1k views

ERROR 2003 (HY000): Can't connect to MySQL server on '1.2.3.4' (10060)

I've tried to look for a solution and there are many similar questions but somehow none of the solutions are working. I have a laravel app running on one of my ubuntu servers at 1.2.3.4 IP. I ...
Afifa's user avatar
  • 1
1 vote
1 answer
284 views

RDP freezes as soon as you click connect while on VPN using native RDP, works fine with older RDCMan 2.7 app

This started yesterday for no reason I can figure. Some VPN users can get in if they use the FQDN, but most just freeze with short, fqdn or IP. I did notice if they are using Remote Desktop Connection ...
user2471951's user avatar
0 votes
0 answers
15 views

Distributed management tool for windows

I'm searching for a (free, possibly) tool that would let me manage remotely a group of Windows 10 machines (say execute a .bat file, deploy a configuration file, start/stop a service, etc.). The ...
friol's user avatar
  • 191
2 votes
2 answers
5k views

Using DD to clone a 600GB drive using SSH to remote location with only 60 GB of allocated data [server migration]

Please, excuse my horrible english. I'm triyng to find the way to clone a HDD server to a remote destination location, using SSH and, if possible, compress data on-the-fly to minimize unnecessary data ...
Diego Ferrarese's user avatar
0 votes
0 answers
27 views

login to remote Win10 and retrieve file

Currently doing a manual daily backup of certain files, tars and zips, from a number of Win10 boxes to a master Win10 box. Backups are done by RDP - copy - paste. There has to be a way to script ...
scorpdaddy's user avatar
-2 votes
1 answer
476 views

Solution to remotely unlock bitlocker on domain [closed]

I'm looking for a solution to remotely (on site, connected to our domain) unlock bitlocker on laptops. After a few research, I found that this is quite possible with BitLocker Network Unlock, but what ...
Marc's user avatar
  • 21
0 votes
1 answer
331 views

Remotely IIS access using web management service (wmsvc)

I was able to remotely connect and access an IIS web-server using the WMSVC service installed. However, whatever rules add/remove start/stop...etc I need to do is working just fine, but adding a new ...
cadobe's user avatar
  • 15
0 votes
1 answer
322 views

Two DCs at home office, one remote office...DNS resolution?

Our main office has two domain controllers (Windows Server 2016), shown as one below for simplification. I'm bringing up a remote office, with a firewall at each location. I'm trying to keep the ...
JeffR's user avatar
  • 113
1 vote
2 answers
1k views

Dell Powervault ME4 (ME4024): unattended shutdown possible?

I'm rather new in this world of SAN devices/ESXi hypervisors and stuff. Some years ago we had had physical servers with internal storage connected to a USB/LAN UPS and whenever he had a power loss we ...
carmik's user avatar
  • 153
-1 votes
1 answer
184 views

access mikrotik webfig through the private openvpn address

I am using Mikrotik (7.1.1) router with an ovpn client interface connected to an openvpn server installed on ubuntu ec2. Everything worked fine: I want to use my laptop (connected to the same OpenVPN ...
dev's user avatar
  • 119
5 votes
6 answers
5k views

Website responds very slow using remote database

I want two same websites to share one database. One server is in Asia, hosting a website and the database. Another server is in the US, hosting the same web via remote database. However, the web in ...
LeoZ's user avatar
  • 59
0 votes
1 answer
87 views

How do 2 users on ansible node connect to thesame worker node

I set up 2 new users with their respective key pairs,.. their public keys ve been established on the remote host. The problem am having is I passsed the ssh keys on the host file as follows [...
DevOpwild's user avatar
0 votes
1 answer
171 views

Remote deployment of a script on linux

We are creating a lab and wanted to setup like 10-15 hosts with ldap. We need to install on each computer some packages that are necessary to run ldap, so my question is - can I somehow run 1 bash ...
Pakuss's user avatar
  • 1
0 votes
1 answer
302 views

Disaster Recovery: PXE boot Windows Server 2019 from ISO

I have a dedicated physical Windows Server 2019 on the Ionos cloud platform. I need to implement a disaster recovery plan. I also have added a shared storage block on another Ionos server and mapped ...
Fairfielder's user avatar
0 votes
1 answer
1k views

RDS farm - RDS servers "Online - Access denied"

EDIT - This is on Microsoft Server 2016 I need some help - Our RDS farm contains... 2 rdsBrokers, 1 rdsLicense and 6 RDS servers. I do have a problem with the permissions to the RDS server rds02-03-04-...
Thomas M's user avatar
0 votes
0 answers
1k views

Find Directory of Target File on Remote Server

I am trying to find a file directory on a list of remote servers. I want to: Use Powershell; get targets from comma delimited text file, i.e. server1,file1 Note: file is different for each server. ...
isd503's user avatar
  • 1
2 votes
2 answers
2k views

Remotely updating windows server via Invoke-WUJob

I am trying to update windows servers remotely with the PS Module PSWindowsUpdate via this scriptblock: #Will Update Windows, automatically reboot and out the log in the specified directory. This will ...
Unbuckle's user avatar
3 votes
1 answer
149 views

Windows Certificate Authority Server runaway issuing certs

In our environment, we have a Windows Certificate Authority server. We've distributed our CA to our folks, and generated some certificates with CSRs for internal websites. That works great. We tried ...
Jakob's user avatar
  • 57
1 vote
1 answer
428 views

Windows 10 non-server edition Remote Shell

There a are two computers connected to the local network managed under organization domain. There are simple task list must be implemented on any machine. I want to abstract away that machine list to ...
Alexander Ushakov's user avatar
2 votes
1 answer
545 views

Windows Certificate Authority - Auto Enroll RDP certificates trusted CA error

So I'm running into an odd issue. I just setup a Windows Certificate Authority server and am able to use the web interface to issue Web SSL certs. My Fortigate and Fortianalyzer both have certs from ...
Jakob's user avatar
  • 57
0 votes
0 answers
495 views

Allow MongoDB remote access only for specific IP

I bind with my VPS public IP address. I figurate with help of my mistake that my localhost apps connect with success with my remote server. Allow MongoDB remote access only for specific IP? Any ...
Nikola Lukic's user avatar
1 vote
1 answer
5k views

HP iLO4 Remote Console Java Applet display

We have an HP Proliant DL360 G8 server, with iLO4 installed. I normally uses Firefox to access the iLO web interfacefrom an Ubuntu server. The Ubuntu server hopped through 2 subnets to get to the iLO ...
surfcode's user avatar
  • 245
1 vote
0 answers
323 views

Postgres remote connection timeout works on one machine but not on another

im trying to connect remotely to a postgres database, after opening the connection for my public IP address on the server hosting the database, I was able to connect successfully to the database from ...
Rawad Khoury's user avatar
1 vote
1 answer
510 views

AutoSSH through Firewall - Best practice for many devices on network?

My team is trying to find a solution to remotely access and update multiple Linux devices behind a firewall at several locations with their own firewalls. Traditionally, we would visit the business' ...
QNeville's user avatar
1 vote
1 answer
4k views

PXE boot does nothing after NBP download

When client machine boots it succesfully downloads NBP file, next there is Windows Deployment Services (Server IP: 192.168.240.250) Contacting server ( 192.168.240.250): / And thats it, after a while ...
Houdasek's user avatar

1
2 3 4 5
13