Cannot save Device Name of Linux x86 version


scegg

Recommended Posts

Hi.

I installed btsync on my ubuntu x86. After I set device name in btsync website (8888), the device name is saved and sync to all other devices. But after I reboot this server, device name is restored to the original name -- the computer name.

How to save it permanently?

Thanks.

Link to comment
Share on other sites

here is how to change the hostname, but i recommend to use a config file.

http://www.subvs.co....e_computer_name

./BTSync --config sync.conf

and put this in the sync.conf file:


{
"device_name": "Name your device",
"check_for_updates" : true,
"webui" :{
"listen" : "0.0.0.0:8888",
"login" : "username",
"password" : "password"
},
"shared_folders" :
[
]
}

well if you dont want to use username and password just comment them with // at the beginning of the line

Edited by MRACHINI
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.