11

How can I delete connection URLs present in File > Connect To Server

For security reasons I want to remove all these connection URLs to which I have connected.

Aiq0
  • 121
  • 8

3 Answers3

20

The history is stored in either ~/.config/nautilus/servers or ~/.cache/nautilus/servers. If you rename or delete this file your recent 'connect to server' locations will be cleared.

chaos
  • 28,186
1

In Ubuntu 22.04, it is saved as XML file in ~/.config/gtk-3.0/servers. You can just delete this file to remove the history.

Aiq0
  • 121
  • 8
0

Follow the below steps to clear used server address history

1.Go to home folder and press Cnt+H(Used to hide or show the folders and files)

2.Go to .config folder

3.And Go to Nautilus folder

4.And delete the file with the name as Servers(XML-Format File)

Test
  • 1