Skip to content

Possible to change the server name? #172

Answered by 9001
candre23 asked this question in Q&A
Discussion options

You must be logged in to vote

Yep!

if you are using config files, then it's the name option inside the [global] section, so for example:

[global]
  name: Cool Stuff Only

or if you're doing the config using commandline arguments, then this will work:

copyparty.exe "--name=Cool Stuff Only"

note the funky use of quotes around the entire thing; that's necessary on windows if the name contains a space.

EDIT: if you want to enable the zeroconf features to announce copyparty on the LAN (so it automatically appears in file-explorers and such), then you'll probably want to use a name which is all-lowercase and without spaces! But if you don't care about that then the sky is the limit.

and if you're curious about all the other…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@candre23
Comment options

Answer selected by candre23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants