# Using Julia on a remote server

**URL:** https://discourse.julialang.org/t/using-julia-on-a-remote-server/23586
**Category:** New to Julia
**Tags:** remote
**Created:** [April 26, 2019, 8:53pm UTC](https://discourse.julialang.org/t/using-julia-on-a-remote-server/23586 "2019-04-26T20:53:59Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![ChantalJuntao](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/chantaljuntao/32/8251_2.png) [@ChantalJuntao](https://discourse.julialang.org/u/ChantalJuntao)
#### Post date: [April 26, 2019, 8:53pm UTC](https://discourse.julialang.org/t/using-julia-on-a-remote-server/23586/1 "2019-04-26T20:53:59Z")

</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](http://docs.junolab.org/latest/man/faq/#).

Namely, I’ve connected the servers I want to use using ftp-remote-edit, but and I’ve selected “Remote” on julia client, but I can’t set a remote pathway. The terminal keeps trying to launch off the default julia path instead of the one in Remote Options. I also don’t know how to specify which remote server I want to use (there are 2 available).

Am I missing something really obvious here?  
Thanks,  
ChCh

---

<div class="post-metadata">

### Author: ![SebastianM-C](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/sebastianm-c/32/2480_2.png) [@SebastianM-C](https://discourse.julialang.org/u/SebastianM-C)
#### Post date: [April 26, 2019, 10:43pm UTC](https://discourse.julialang.org/t/using-julia-on-a-remote-server/23586/2 "2019-04-26T22:43:52Z")

</div>

To select one of the servers just click on it, so that you are connected (and see the file list). After that you should be able to start Julia remotely by clicking the “planet button”.

---

<div class="post-metadata">

### Author: ![tim.holy](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tim.holy/32/52_2.png) [@tim.holy](https://discourse.julialang.org/u/tim.holy)
#### Post date: [April 27, 2019, 12:03pm UTC](https://discourse.julialang.org/t/using-julia-on-a-remote-server/23586/3 "2019-04-27T12:03:25Z")

</div>

Does scrolling work in the remote console? It works just fine for local consoles, but in a remote console I find that it cycles through the REPL history (as Ctrl-P and Ctrl-N would do). There is no scrollbar on the remote console window.

---

<div class="post-metadata">

### Author: ![pfitzseb](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/pfitzseb/32/45566_2.png) [@pfitzseb](https://discourse.julialang.org/u/pfitzseb)
#### Post date: [April 27, 2019, 12:43pm UTC](https://discourse.julialang.org/t/using-julia-on-a-remote-server/23586/4 "2019-04-27T12:43:33Z")

</div>

Is that with or without a tmux session? From your description it sounds like the former, so you need to use Ctrl-B [ (by default) to switch to copy mode and scroll with that.

---

<div class="post-metadata">

### Author: ![tim.holy](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tim.holy/32/52_2.png) [@tim.holy](https://discourse.julialang.org/u/tim.holy)
#### Post date: [April 27, 2019, 12:59pm UTC](https://discourse.julialang.org/t/using-julia-on-a-remote-server/23586/5 "2019-04-27T12:59:58Z")

</div>

Yes, that was with a `tmux` session. I didn’t realize that enabling `tmux` changed behavior quite so dramatically, I will submit a doc PR to mention this.

---

<div class="post-metadata">

### Author: ![tim.holy](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tim.holy/32/52_2.png) [@tim.holy](https://discourse.julialang.org/u/tim.holy)
#### Post date: [April 27, 2019, 3:16pm UTC](https://discourse.julialang.org/t/using-julia-on-a-remote-server/23586/6 "2019-04-27T15:16:26Z")

</div>

This is quite slick. I like that the debugger Just Works, and that I can set `ENV["DISPLAY"]` and get GTK.jl-based applications working. Thanks, Juno devs!
