Skip to content

Instantly share code, notes, and snippets.

@linhai86
Created September 6, 2017 21:11
Show Gist options
  • Save linhai86/d6c3e0ee0a048de9991d338136f6ee40 to your computer and use it in GitHub Desktop.
Save linhai86/d6c3e0ee0a048de9991d338136f6ee40 to your computer and use it in GitHub Desktop.

Reset Rstudio Server for a specific user.

My RStudio Server freezes after I login and the IT couldn't solve it.

  1. Find the ip address of the server
nslookup <hostname>
  1. SSH to the server

  2. Find the PID of the hanging rsession

# Use
ps -u <user>
# or
top -u <user>
  1. Delete .rstudio folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment