You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[2022-09-12T10:20:20]: Loading server configurations...
58
+
[2022-09-12T10:20:20]: Server configurations loaded successfully!
59
+
[2022-09-12T10:20:20]: Starting a nonlocal server...
60
+
[2022-09-12T10:20:20]: Server started successfully!
61
+
[2022-09-12T10:20:21]: Server should be now accessible from address 192.0.2.0 and port 50000.
62
62
```
63
63
64
64
* If you are listing your server in the Attorney Online master server, make sure its details are set up correctly. In particular, make sure that your server name and description are correct, as that is how players will find your server. If everything was set up correctly, you will see something like this appear:
65
65
66
66
```
67
-
[2022-08-21T10:20:21]: Attempting to connect to the master server at https://servers.aceattorneyonline.com/servers with the following details:
68
-
[2022-08-21T10:20:21]: *Server name: My First DR Server
69
-
[2022-08-21T10:20:21]: *Server description: This is my flashy new DR server
70
-
[2022-08-21T10:20:22]: Connected to the master server.
67
+
[2022-09-12T10:20:21]: Attempting to connect to the master server at https://servers.aceattorneyonline.com/servers with the following details:
68
+
[2022-09-12T10:20:21]: *Server name: My First DR Server
69
+
[2022-09-12T10:20:21]: *Server description: This is my flashy new DR server
70
+
[2022-09-12T10:20:22]: Connected to the master server.
71
71
```
72
72
73
73
- The server will make a single ping to [ipify](https://api.ipify.org) in order to obtain its public IP address. If it fails to do that, it will let you know that, as it means there is probably something wrong with your internet connection and that other players may not be able to connect to your server.
@@ -76,9 +76,9 @@ It is highly recommended you read through all the installation steps first befor
76
76
* To stop the server, press Ctrl+C once from your terminal. This will initiate a shutdown sequence and notify you when it is done. If the shutdown finished successfully, you will see something like this appear:
77
77
78
78
```
79
-
[2022-08-21T22:23:04]: You have initiated a server shut down.
[2022-09-12T22:23:04]: Server has successfully shut down.
82
82
```
83
83
84
84
* If you do not see anything after a few seconds of starting a shutdown, you can try spamming Ctrl+C to try and force a shutdown or directly close out your terminal. This is not recommended due to the cleanup process not finishing correctly but it is doable.
0 commit comments