Change Node name - Windows Application (non-service)

Hello,

So far ejabberd 16.06 has been awesome! Have most of the XEP's on Conversations ironed out :) Though I just completed a cert order for a basic DCV cert for my domain. "sub.domain.com". I quickly found out that the node name defaults to "ejabberd@localhost" which obvously conflicts with "sub.domain.com". As I am on windows I am not sure how this will vary the steps located at https://docs.ejabberd.im/admin/guide/managing/ (under ejabberdctl commands) specifically step 4. I would really appreciate assistance as I believe this to be the perfect solution for my needs and would hate it to be halted by a cert mismatch!

Thank you,
skyfox675

**Update** I have been able

**Update**

I have been able to complete Step 4 successfully, though now when trying to install_failback it fails with the following:
D:\Applications\ejabberd 16.06\bin>ejabberdctl install_fallback C:\new.back
Failed RPC connection to the node 'ejabberd@sub.example.com': {'EXIT',
{badarg,
[{ets,lookup,
[local_config,
{ejabberdctl_ac
cess_commands,
global}],
[]},
{ejabberd_config,

get_option,3,
[{file,
"src/ejabberd_
config.erl"},
{line,839}]},
{ejabberd_ctl,
process,2,
[{file,
"src/ejabberd_
ctl.erl"},
{line,224}]},
{rpc,
'-handle_call_ca
ll/6-fun-0-',
5,
[{file,
"rpc.erl"},
{line,
206}]}]}}

Commands to start an ejabberd node:
start Start an ejabberd node in server mode
debug Attach an interactive Erlang shell to a running ejabberd node
iexdebug Attach an interactive Elixir shell to a running ejabberd node
live Start an ejabberd node in live (interactive) mode
iexlive Start an ejabberd node in live (interactive) mode, within an Elixir
shell
foreground Start an ejabberd node in server mode (attached)

Optional parameters when starting an ejabberd node:
--config-dir dir Config ejabberd: C:/Users/Administrator/AppData/Roaming/
ejabberd/conf
--config file Config ejabberd: C:/Users/Administrator/AppData/Roaming/
ejabberd/conf/ejabberd.yml
--ctl-config file Config ejabberdctl: C:/Users/Administrator/AppData/Roaming/
ejabberd/conf/ejabberdctl.cfg
--logs dir Directory for logs: C:/Users/Administrator/AppData/Roaming/
ejabberd/logs
--spool dir Database spool dir: C:/Users/Administrator/AppData/Roaming/
ejabberd/database/mnesia
--node nodename ejabberd node name: ejabberd@sub.example.com

Syndicate content