prescription
Domestic access restrictions can be perfectly solved by deploying Grok-Mirror mirror sites. This method uses localized deployment to bypass network blocking, the specific operation is as follows:
- Select Deployment Method: Select Docker or Serv00 server deployment options based on equipment conditions
- Get Sso Token: Get the Sso Token from the cookie on the xAI website via the developer tool
- Configuration environment: Set the necessary environment variables such as ADMIN_PASSWORD to ensure the normal operation of the service.
- Starting services: Execute the startup commands for the corresponding platform, e.g. the Docker method
docker run --rm -p 50005:8080 -v grok_gateway_db:/app/.cache_data dairoot/grok-gateway:latest
After the deployment is completed, users can access Grok service directly through the local port or customized domain name, completely eliminating the need to go over the wall.
This answer comes from the articleGrok-Mirror: one-click deployment of a profitable Grok mirror siteThe