# \#remote

**URL:** https://discourse.julialang.org/tag/remote/801.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [What's under the hood of Julia's remote call procedure?](https://discourse.julialang.org/t/whats-under-the-hood-of-julias-remote-call-procedure/127572)

<div class="topic-metadata">

**Author:** [@NonDairyNeutrino](https://discourse.julialang.org/u/NonDairyNeutrino)\
**Replies:** 2\
**Last updated:** [April 2, 2025, 6:21am UTC](https://discourse.julialang.org/t/whats-under-the-hood-of-julias-remote-call-procedure/127572 "2025-04-02T06:21:16Z")

</div>

As I’ve been using Julia’s Distributed.jl for my master’s thesis (which has been really easy to use; thanks!), I was interested to learn more about distributed computing in general. I’ve just gone down the rabbit hole o…

---

## [Is \`put!\` of a \`RemoteChannel\` thread-safe](https://discourse.julialang.org/t/is-put-of-a-remotechannel-thread-safe/120866)

<div class="topic-metadata">

**Author:** [@albertomercurio](https://discourse.julialang.org/u/albertomercurio)\
**Replies:** 0\
**Last updated:** [October 3, 2024, 6:18pm UTC](https://discourse.julialang.org/t/is-put-of-a-remotechannel-thread-safe/120866 "2024-10-03T18:18:36Z")

</div>

Hello, I have the following RemoteChannel channel = RemoteChannel(() -\> Channel{Bool}(), 1) Is the put!(channel, true) action thread-safe?

---

## [Remote REPL possible?](https://discourse.julialang.org/t/remote-repl-possible/10420)

<div class="topic-metadata">

**Author:** [@tk3369](https://discourse.julialang.org/u/tk3369)\
**Replies:** 21\
**Last updated:** [September 22, 2023, 1:54am UTC](https://discourse.julialang.org/t/remote-repl-possible/10420 "2023-09-22T01:54:28Z")

</div>

I love VSCode and want to use Juno as well for other types of work. I have Windows desktop but I need to run my programs on a Linux server, even during development time. Is it possible to run a local IDE (Juno or VSCod…

---

## [Julia, ODBC connection to a remote MS SQL Server](https://discourse.julialang.org/t/julia-odbc-connection-to-a-remote-ms-sql-server/75374)

<div class="topic-metadata">

**Author:** [@jamaas](https://discourse.julialang.org/u/jamaas)\
**Replies:** 10\
**Last updated:** [August 2, 2023, 3:54pm UTC](https://discourse.julialang.org/t/julia-odbc-connection-to-a-remote-ms-sql-server/75374 "2023-08-02T15:54:57Z")

</div>

I have been using R to connect to a remote MS SQL Server database, from Ubuntu Linux 21.10 and it works quite well. I’d like to do the same thing from Julia but can not make the connection using the ODBC package. Does …

---

## [Unreachable host when adding remote workers](https://discourse.julialang.org/t/unreachable-host-when-adding-remote-workers/93591)

<div class="topic-metadata">

**Author:** [@fbanning](https://discourse.julialang.org/u/fbanning)\
**Replies:** 0\
**Last updated:** [January 26, 2023, 6:48pm UTC](https://discourse.julialang.org/t/unreachable-host-when-adding-remote-workers/93591 "2023-01-26T18:48:51Z")

</div>

Hiya, I’m trying to add some remote workers to my local julia process. Both host and remote run Julia 1.8.5 on Linux. I have passwordless access to the remote machine via SSH making it reachable through its alias withou…

---

## [Fetch from remote machine produces "TypeError: non-boolean (Nothing) used in boolean context" for differing Julia versions](https://discourse.julialang.org/t/fetch-from-remote-machine-produces-typeerror-non-boolean-nothing-used-in-boolean-context-for-differing-julia-versions/81271)

<div class="topic-metadata">

**Author:** [@daharn](https://discourse.julialang.org/u/daharn)\
**Replies:** 1\
**Last updated:** [May 18, 2022, 10:57pm UTC](https://discourse.julialang.org/t/fetch-from-remote-machine-produces-typeerror-non-boolean-nothing-used-in-boolean-context-for-differing-julia-versions/81271 "2022-05-18T22:57:57Z")

</div>

I know it used to work before, but currently I can’t get distributed computing on remote machines working again. If I simply run using Distributed addprocs(\["\<remotename\>"\], exename="\<pathToRemoteJuliaExe\>", dir="\<path…

---

## [Passing gradient back from remote server](https://discourse.julialang.org/t/passing-gradient-back-from-remote-server/41150)

<div class="topic-metadata">

**Author:** [@Jimmie\_Butler](https://discourse.julialang.org/u/Jimmie_Butler)\
**Replies:** 0\
**Last updated:** [June 10, 2020, 5:27pm UTC](https://discourse.julialang.org/t/passing-gradient-back-from-remote-server/41150 "2020-06-10T17:27:14Z")

</div>

I’m trying to pass a gradient through a remote call with Zygote. The server seems to be passing the gradient back properly, the server decodes and returns it from the adjoint, but the final gradient being returned is c…

---

## [PyPlot on remote server](https://discourse.julialang.org/t/pyplot-on-remote-server/40049)

<div class="topic-metadata">

**Author:** [@hongchengni](https://discourse.julialang.org/u/hongchengni)\
**Replies:** 0\
**Last updated:** [May 23, 2020, 10:00pm UTC](https://discourse.julialang.org/t/pyplot-on-remote-server/40049 "2020-05-23T22:00:47Z")

</div>

Hello, I am used to the Python Matplotlib package for plotting figures, which is packaged as PyPlot in Julia. When I want to use it for plotting on a remote server, which does not support GUI, I want to save the plot to …

---

## [Remote developement - cannot start the Language server](https://discourse.julialang.org/t/remote-developement-cannot-start-the-language-server/69364)

<div class="topic-metadata">

**Author:** [@lrnv](https://discourse.julialang.org/u/lrnv)\
**Replies:** 6\
**Last updated:** [October 15, 2021, 9:11am UTC](https://discourse.julialang.org/t/remote-developement-cannot-start-the-language-server/69364 "2021-10-15T09:11:06Z")

</div>

Hey, I am trying to use the remote development tools. I have a start\_julia.sh as julia.executablePath script that looks like : #!/bin/bash module load \<modules that need to be loaded before julia can run on this parti…

---

## [WGLMakie.jl in Pluto running on remote machine](https://discourse.julialang.org/t/wglmakie-jl-in-pluto-running-on-remote-machine/68169)

<div class="topic-metadata">

**Author:** [@juliohm](https://discourse.julialang.org/u/juliohm)\
**Replies:** 3\
**Last updated:** [September 14, 2021, 8:47pm UTC](https://discourse.julialang.org/t/wglmakie-jl-in-pluto-running-on-remote-machine/68169 "2021-09-14T20:47:14Z")

</div>

I am used to WGLMakie.jl visualizations in Pluto locally, following the instructions in the docs: using JSServe Page() # create page in one cell and then using WGLMakie scatter(rand(100), rand(100)) Everything works…

---

## [How to find token for Pluto running on a remote server?](https://discourse.julialang.org/t/how-to-find-token-for-pluto-running-on-a-remote-server/62056)

<div class="topic-metadata">

**Author:** [@yingqiuz](https://discourse.julialang.org/u/yingqiuz)\
**Replies:** 5\
**Last updated:** [May 30, 2021, 7:19pm UTC](https://discourse.julialang.org/t/how-to-find-token-for-pluto-running-on-a-remote-server/62056 "2021-05-30T19:19:30Z")

</div>

Hi I am trying to run Pluto.run(port=1235) on a remote server. And the output showed Go to http://localhost:1235/?secret=gMCHSxJl in your browser to start writing ~ have fun! After I built the tunnel and tried to conn…

---

## [Remote julia with gateway ssh](https://discourse.julialang.org/t/remote-julia-with-gateway-ssh/39457)

<div class="topic-metadata">

**Author:** [@HenriDeh](https://discourse.julialang.org/u/HenriDeh)\
**Replies:** 7\
**Last updated:** [May 14, 2020, 2:57pm UTC](https://discourse.julialang.org/t/remote-julia-with-gateway-ssh/39457 "2020-05-14T14:57:39Z")

</div>

Hello, I would like to connect to a computer in my university network with Juno to use a remote session. Currently I’m able to do it using a Ubuntu submachine on my local Windows. The thing is I have to go through a gat…

---

## [Using Julia on a remote server](https://discourse.julialang.org/t/using-julia-on-a-remote-server/23586)

<div class="topic-metadata">

**Author:** [@ChantalJuntao](https://discourse.julialang.org/u/ChantalJuntao)\
**Replies:** 5\
**Last updated:** [April 27, 2019, 3:16pm UTC](https://discourse.julialang.org/t/using-julia-on-a-remote-server/23586 "2019-04-27T15:16:26Z")

</div>

So I know this topic has turned up a couple of times, but I’ve gotten stuck following the documentation on FAQ · Juno Documentation. Namely, I’ve connected the servers I want to use using ftp-remote-edit, but and I’ve s…

---

## [Access a remote server to work with julia](https://discourse.julialang.org/t/access-a-remote-server-to-work-with-julia/21754)

<div class="topic-metadata">

**Author:** [@eagles051387](https://discourse.julialang.org/u/eagles051387)\
**Replies:** 1\
**Last updated:** [March 11, 2019, 8:17pm UTC](https://discourse.julialang.org/t/access-a-remote-server-to-work-with-julia/21754 "2019-03-11T20:17:44Z")

</div>

Evening Guys I am looking to have Juno connect to a remote test server for testing purposes. is there a way in Juno to specify easily or a package to install that you have to fill in just a few parameters and you are goo…
